Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
mpmath
Conversations
About
mpmath
1–30 of 176
Mark all as read
Report abusive group
0 selected
William James
Jul 31
Correct attribution for code ported from mpmath
I have ported some of the mpmath functionality to Swift in a new big integer package and need to know
unread,
Correct attribution for code ported from mpmath
I have ported some of the mpmath functionality to Swift in a new big integer package and need to know
Jul 31
Yash05
Jun 5
Re: Time Complexity of li(z)
I've developed a new primality test, but it requires using li(x, offset=True) from mpmath. Does
unread,
Re: Time Complexity of li(z)
I've developed a new primality test, but it requires using li(x, offset=True) from mpmath. Does
Jun 5
Sergey B Kirpichev
Jun 4
mpmath.org, documentation and codecov integration
Hello, it seems, the mpmath documentation for git version is not up to date. See eg https://github.
unread,
mpmath.org, documentation and codecov integration
Hello, it seems, the mpmath documentation for git version is not up to date. See eg https://github.
Jun 4
Fredrik Johansson
,
Sergey B Kirpichev
2
Mar 25
Release management
On Friday, November 18, 2022 at 4:22:07 PM UTC+3 Fredrik Johansson wrote: If you are an existing
unread,
Release management
On Friday, November 18, 2022 at 4:22:07 PM UTC+3 Fredrik Johansson wrote: If you are an existing
Mar 25
Fredrik Johansson
Mar 7
mpmath 1.3.0
Hi all, mpmath 1.3.0 is available on GitHub (https://github.com/mpmath/mpmath) and PyPi (https://pypi
unread,
mpmath 1.3.0
Hi all, mpmath 1.3.0 is available on GitHub (https://github.com/mpmath/mpmath) and PyPi (https://pypi
Mar 7
Thales Freitas Macêdo
Jan 26
Subset of eigenvalues for eigh
I have been using eigsy to solve the symmetric eigenvalue problem with high precision in my project,
unread,
Subset of eigenvalues for eigh
I have been using eigsy to solve the symmetric eigenvalue problem with high precision in my project,
Jan 26
Motti Lanzkron
2
11/14/22
Status of CVE-2021-29063 (issue #548)
Is there anything I can do in order to expidite the inclusion of the fix to CVE-2021-29063 into a
unread,
Status of CVE-2021-29063 (issue #548)
Is there anything I can do in order to expidite the inclusion of the fix to CVE-2021-29063 into a
11/14/22
Ajay Rawat
10/29/22
Quadrature nodes and weights!
Dear All, How can I get the quadrature nodes for Tanh-sinh rule. with regards AR.
unread,
Quadrature nodes and weights!
Dear All, How can I get the quadrature nodes for Tanh-sinh rule. with regards AR.
10/29/22
Vickram Ratnam
7/27/22
findroot in mpmath
I have a function taking in a Matrix and a number as such: def rada(a,s): ast=[ ] for k in range(0,
unread,
findroot in mpmath
I have a function taking in a Matrix and a number as such: def rada(a,s): ast=[ ] for k in range(0,
7/27/22
Damien Desfontaines
1/20/22
Correctness guarantees of erfinv
Hi folks, Thanks a lot for your work on mpmath! I had a question about the erfinv function: is it
unread,
Correctness guarantees of erfinv
Hi folks, Thanks a lot for your work on mpmath! I had a question about the erfinv function: is it
1/20/22
Subhendra Basu
,
Vinzent Steinberg
2
12/10/21
mpmath C implementation
Hi Subhendra, Did you have a look at MPFR [1] or Arb [2]? Best regards Vinzent [1] https://www.mpfr.
unread,
mpmath C implementation
Hi Subhendra, Did you have a look at MPFR [1] or Arb [2]? Best regards Vinzent [1] https://www.mpfr.
12/10/21
Alasdair McAndrew
4/21/21
Zeros of Legendre polynomials?
The documentation shows that import mpmath n = 10 polyroots(taylor(lambda x: legendre(n,x),0,n)[::-1]
unread,
Zeros of Legendre polynomials?
The documentation shows that import mpmath n = 10 polyroots(taylor(lambda x: legendre(n,x),0,n)[::-1]
4/21/21
Fredrik Johansson
, …
Rocky Bernstein
3
3/30/21
Maintainership of mpmath
While, I can't commit to anything long term, in the short term I would be happy to do the largely
unread,
Maintainership of mpmath
While, I can't commit to anything long term, in the short term I would be happy to do the largely
3/30/21
Rocky Bernstein
,
Isuru Fernando
4
3/26/21
mpath special cases for the sage backend and the mpf class is missing. Why?
> Aside from asking from my asking here, was this noted somewhere else? A good rule is not to use
unread,
mpath special cases for the sage backend and the mpf class is missing. Why?
> Aside from asking from my asking here, was this noted somewhere else? A good rule is not to use
3/26/21
Deyan Mihaylov
12/19/20
JacobiAmplitude in mpmath
Hello, I was wondering if there is an equivalent of the Mathematica function JacobiAmplitude in
unread,
JacobiAmplitude in mpmath
Hello, I was wondering if there is an equivalent of the Mathematica function JacobiAmplitude in
12/19/20
Hussien Mahmoud
2
7/2/20
Translating numpy-code to mpmath - 3d-matrices, concatenate and cumsum...
Hello I am working on translating an ODE-Solver test program from numpy to mpmath (arbitrary
unread,
Translating numpy-code to mpmath - 3d-matrices, concatenate and cumsum...
Hello I am working on translating an ODE-Solver test program from numpy to mpmath (arbitrary
7/2/20
Toan T Nguyen
,
Kris Kuhlman
3
4/16/20
odefun x < x0
On Friday, April 17, 2020 at 3:03:39 AM UTC+7, Kris Kuhlman wrote: Can you perform a change of
unread,
odefun x < x0
On Friday, April 17, 2020 at 3:03:39 AM UTC+7, Kris Kuhlman wrote: Can you perform a change of
4/16/20
Taras Boychuk
,
Kris Kuhlman
3
2/3/20
Arbitrary-precision interval arithmetic (iv) and integrals
Maybe. But if you replace L1 = iv.mpf('.1') with L1 = iv.mpf('1') if works. Even if
unread,
Arbitrary-precision interval arithmetic (iv) and integrals
Maybe. But if you replace L1 = iv.mpf('.1') with L1 = iv.mpf('1') if works. Even if
2/3/20
ben
, …
Diogo
8
12/23/19
mpmath functions with vectors?
I don't know if there is some difference, but I tested with the numpy.vectorize function and it
unread,
mpmath functions with vectors?
I don't know if there is some difference, but I tested with the numpy.vectorize function and it
12/23/19
Dalton Bermudez
,
Andrey G. Grozin
2
8/29/19
How do I call mpmath from any directory?
On Wed, 28 Aug 2019, Dalton Bermudez wrote: > How do I call mpmath from any directory? Just
unread,
How do I call mpmath from any directory?
On Wed, 28 Aug 2019, Dalton Bermudez wrote: > How do I call mpmath from any directory? Just
8/29/19
Carlos Gouveia
,
Isuru Fernando
3
7/22/19
Pi with arbitrary precision and mpmath
Hi Isuru, That worked, thanks! CG Em segunda-feira, 22 de julho de 2019 01:32:54 UTC-3, Isuru
unread,
Pi with arbitrary precision and mpmath
Hi Isuru, That worked, thanks! CG Em segunda-feira, 22 de julho de 2019 01:32:54 UTC-3, Isuru
7/22/19
易昕
7/4/19
The function diff return wrong results?
I had try following code: from mpmath import * mp.dps = 30 rf16 = lambda x,y: fsub(loggamma(x+y),
unread,
The function diff return wrong results?
I had try following code: from mpmath import * mp.dps = 30 rf16 = lambda x,y: fsub(loggamma(x+y),
7/4/19
Fredrik Johansson
,
Aaron Meurer
2
6/3/19
Functions grimoire
You may also want to cross-post this to the SymPy list. Aaron Meurer On Sat, Jun 1, 2019 at 9:53 AM
unread,
Functions grimoire
You may also want to cross-post this to the SymPy list. Aaron Meurer On Sat, Jun 1, 2019 at 9:53 AM
6/3/19
Yeti
,
Fredrik Johansson
2
12/17/18
Python-Flint 0.3 eig()
Hello Yeti, On Mon, Dec 17, 2018 at 3:55 PM Yeti <amusi...@gmail.com> wrote: I have been
unread,
Python-Flint 0.3 eig()
Hello Yeti, On Mon, Dec 17, 2018 at 3:55 PM Yeti <amusi...@gmail.com> wrote: I have been
12/17/18
rupu...@gmail.com
,
Kris Kuhlman
3
12/13/18
mp.invertlaplace(fp,t,method='talbot') raise TypeError("cannot create mpf from " + repr(x))
Thank you Kris, But symbols "s" is factor in laplace format, and "x,y" will help
unread,
mp.invertlaplace(fp,t,method='talbot') raise TypeError("cannot create mpf from " + repr(x))
Thank you Kris, But symbols "s" is factor in laplace format, and "x,y" will help
12/13/18
Fredrik Johansson
12/11/18
mpmath 1.1.0 released
Hi all, I have just made a new release of mpmath, version 1.1.0. Huge thanks to all contributors! The
unread,
mpmath 1.1.0 released
Hi all, I have just made a new release of mpmath, version 1.1.0. Huge thanks to all contributors! The
12/11/18
Yeti
,
Samuel Lelièvre
2
11/23/18
Resize a matrix
Fri 2018-11-02 10:33:47 UTC+1, Yeti: > > is there an inbuilt means to change the dimensions of
unread,
Resize a matrix
Fri 2018-11-02 10:33:47 UTC+1, Yeti: > > is there an inbuilt means to change the dimensions of
11/23/18
Fredrik Johansson
, …
Yeti
9
11/16/18
Python-FLINT 0.2 is available
On Fri, Nov 16, 2018 at 7:13 PM Yeti <amusi...@gmail.com> wrote: I have recently been using
unread,
Python-FLINT 0.2 is available
On Fri, Nov 16, 2018 at 7:13 PM Yeti <amusi...@gmail.com> wrote: I have recently been using
11/16/18
Fredrik Johansson
11/2/18
Zenodo DOI
Hi all, I have added mpmath to Zenodo, so it's now possible to cite mpmath with a DOI: https://
unread,
Zenodo DOI
Hi all, I have added mpmath to Zenodo, so it's now possible to cite mpmath with a DOI: https://
11/2/18
J. Friedman
,
Kris Kuhlman
6
10/31/18
integrating a rapidly decaying function strange results
http://www.mpmath.org/doc/current/calculus/integration.html The quadosc function works with
unread,
integrating a rapidly decaying function strange results
http://www.mpmath.org/doc/current/calculus/integration.html The quadosc function works with
10/31/18