Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #20930

Re: Numerical Linear Algebra in arbitrary precision

Newsgroups comp.lang.python
From Albert van der Horst <albert@spenarnc.xs4all.nl>
Subject Re: Numerical Linear Algebra in arbitrary precision
Date 2012-02-27 10:24 +0000
Message-ID <m01rlh.mng@spenarnc.xs4all.nl> (permalink)
Organization Dutch Forth Workshop
References <e6ca88fb-3fc7-47b6-b2f5-3c7ee8b65eec@tc8g2000pbc.googlegroups.com>

Show all headers | View raw


In article <e6ca88fb-3fc7-47b6-b2f5-3c7ee8b65eec@tc8g2000pbc.googlegroups.com>,
Ken  <ken.allen@sbcglobal.net> wrote:
>Brand new Python user and a bit overwhelmed with the variety of
>packages available.  Any recommendation for performing numerical
>linear algebra (specifically least squares and generalized least
>squares using QR or SVD) in arbitrary precision?  I've been looking at
>mpmath but can't seem to find much info on built in functions except
>for LU decomposition/solve.

Arbitrary precision? As in automatically increasing precision to
stay exact? You will find this impractical as the number of decimals
will explode, or you will find it not at all.

If you mean that you want to be able to select something with larger
precision than single or double floats, numpy is the starting point.

>
>Appreciate any comments.
>
>Ken

Groetjes Albert

--
-- 
Albert van der Horst, UTRECHT,THE NETHERLANDS
Economic growth -- being exponential -- ultimately falters.
albert@spe&ar&c.xs4all.nl &=n http://home.hccnet.nl/a.w.m.van.der.horst

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Numerical Linear Algebra in arbitrary precision Ken <ken.allen@sbcglobal.net> - 2012-02-15 13:02 -0800
  Re: Numerical Linear Algebra in arbitrary precision Tim Roberts <timr@probo.com> - 2012-02-16 22:09 -0800
    Re: Numerical Linear Algebra in arbitrary precision Robert Kern <robert.kern@gmail.com> - 2012-02-17 10:26 +0000
  Re: Numerical Linear Algebra in arbitrary precision Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-02-27 10:24 +0000

csiph-web