Deutsch   English   Français   Italiano  
<17bbc10506ce0c4f$41482$1588242$802601b3@news.usenetexpress.com>

View for Bookmarking (what is this?)
Look up another Usenet article

From: Nuxxie <nuxxie@linux.rocks>
Subject: Re: Project Euclid Problem 26 SOLVED!!!
Newsgroups: comp.os.linux.advocacy
References: <17bb1baebce14546$13883$3298354$802601b3@news.usenetexpress.com> <usidqe$15gr6$2@solani.org> <17bb311956b74503$4$3602787$802601b3@news.usenetexpress.com> <usihki$15j79$1@solani.org> <17bb5814623c8cee$5$2906873$802601b3@news.usenetexpress.com> <uskv5d$16qg6$1@solani.org> <17bba91e8fe3463d$261$2820980$802601b3@news.usenetexpress.com>
User-Agent: Pan/0.146 (Hic habitat felicitas; d7a48b4 gitlab.gnome.org/GNOME/pan.git)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Lines: 31
Path: ...!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!news.usenetexpress.com!not-for-mail
Date: Mon, 11 Mar 2024 15:58:30 +0000
Nntp-Posting-Date: Mon, 11 Mar 2024 15:58:30 +0000
X-Received-Bytes: 1642
Organization: UsenetExpress - www.usenetexpress.com
X-Complaints-To: abuse@usenetexpress.com
Message-Id: <17bbc10506ce0c4f$41482$1588242$802601b3@news.usenetexpress.com>
Bytes: 2039

On Mon, 11 Mar 2024 08:40:32 +0000, Farley Flud wrote:

> 
> Maxima can calculate this series up to a billion or more,
> but it would take some time.  I need to check out Pari,
> which is a C program, and thus much faster:
> 
> https://pari.math.u-bordeaux.fr/
> 

I just checked pari.  It is weird junk.  C code has to be
written in a bizarre manner with their own garbage collection
functions.  As a result, there is a somewhat steep learning curve.

Ialso looked at FLINT:

https://flintlib.org/

But FLINT does not have the functions I require.

I have settled on the Perl module Math::Prime::Util::GMP:

https://manpages.org/mathprimeutilgmp/3

This seems promising.  For one thing, the input/output
is much easier to control with Perl than with Maxima.

FOSS is the greatest.  Who would ever use Microslop?