-
Recent Posts
Archives
- April 2013 (1)
- March 2013 (4)
- February 2013 (3)
- January 2013 (1)
- November 2012 (1)
- October 2012 (1)
- September 2012 (5)
- July 2012 (1)
- May 2012 (2)
- April 2012 (3)
- March 2012 (2)
- January 2012 (1)
- June 2011 (1)
- March 2011 (2)
- September 2010 (3)
- July 2010 (4)
- June 2010 (3)
- March 2010 (3)
- February 2010 (4)
- January 2010 (4)
- December 2009 (1)
- September 2009 (1)
- August 2009 (4)
- July 2009 (3)
- June 2009 (5)
- May 2009 (2)
- March 2009 (1)
- February 2009 (5)
- January 2009 (2)
- November 2008 (1)
- October 2008 (2)
- September 2008 (1)
- August 2008 (1)
- July 2008 (4)
Blogroll
Meta
Monthly Archives: June 2009
Meijer G, more hypergeometric functions, fractional differentiation
My last update and the post before it detailed substantial improvements to the code for hypergeometric functions in mpmath, specifically the support for asymptotic expansions for 0F1, 1F1, 2F1, 2F0, plus the ability to evaluate hypergeometric-type formulas with singular parameters. … Continue reading
Massive hypergeometric update
[Update: as further proof that the asymptotic expansions are working, I've plotted 1/erfi(1/z3), Ai(1/z3) and Bi(1/z3) around 0: End of update.] Today I committed a large patch to mpmath that significantly improves the state of hypergeometric functions. It’s the result … Continue reading
Hypergeometric 2F1, incomplete beta, exponential integrals
One of the classes of functions I’m currently looking to improve in mpmath is the hypergeometric functions; particularly 1F1 (equivalently the incomplete gamma function) and the Gauss hypergeometric function 2F1. For example, the classical orthogonal polynomials (Legendre, Chebyshev, Jacobi) are … Continue reading
Mpmath 0.12 released
I’ll quote the mailing list announcement: Mpmath version 0.12 is now available from the website:http://code.google.com/p/mpmath/ It can also be downloaded from the Python Package Index:http://pypi.python.org/pypi/mpmath/0.12 Mpmath is a pure-Python library for arbitrary-precision floating-point arithmetic that implements an extensive set of … Continue reading