fredrik-j.blogspot.com
Fredrik Johansson: Euler-Maclaurin summation of hypergeometric series
http://fredrik-j.blogspot.com/2010/07/euler-maclaurin-summation-of.html
Wednesday, July 28, 2010. Euler-Maclaurin summation of hypergeometric series. I recently fixed another corner case (it's always the corner cases that are hard! In the hypergeometric function evaluation code in mpmath. The difficulty in question concerns the functions. Of which the Gauss hypergeometric function. Is an important special case. These functions can be thought of as generalizations of the geometric series. And the natural logarithm. Numerical evaluation is fairly easy for z. Which is extremely...
fredrik-j.blogspot.com
Fredrik Johansson: Assorted special functions update
http://fredrik-j.blogspot.com/2010/06/assorted-special-functions-update.html
Tuesday, June 15, 2010. Assorted special functions update. Over the week-and-a-half since the last blog update, I've gotten a bunch more work done on special functions in mpmath. Function plots in the documentation. I have started adding graphics of special functions to the documentation. So far, I've done most of the Bessel-type functions. Many more to come! Example screenshot (see the Bessel functions page):. New inhomogeneous Bessel functions. With some specific right-hand side g. I have rewritten the...
fredrik-j.blogspot.com
Fredrik Johansson: Incomplete elliptic integrals complete
http://fredrik-j.blogspot.com/2010/06/incomplete-elliptic-integrals-complete.html
Monday, June 21, 2010. Incomplete elliptic integrals complete. I'm very happy to finally have implemented incomplete elliptic integrals in mpmath (they were probably the most-requested missing special functions). Now mpmath can compute the three classical (Legendre) elliptic integrals. As well Carlson's symmetric integrals. Previously only the complete integrals K. The functions are called, respectively,. Although this could change before the release. For the code, see r1162. And height 2 b. Switched, wh...
fredrik-j.blogspot.com
Fredrik Johansson: March 2011
http://fredrik-j.blogspot.com/2011_03_01_archive.html
Monday, March 14, 2011. 100 mpmath one-liners for pi. Since it's pi day today, I thought I'd share a list of mpmath one-liners for computing the value of pi to high precision using various representations in terms of special functions, infinite series, integrals, etc. Most of them can already be found as doctest examples in some form in the mpmath documentation. A few of the formulas explicitly involve pi. Using those to calculate pi is rather circular. From mpmath import *. Chop(2*j*log( 1-j)/(1 j) ).
fredrik-j.blogspot.com
Fredrik Johansson: March 2010
http://fredrik-j.blogspot.com/2010_03_01_archive.html
Wednesday, March 17, 2010. The generalized hypergeometric function. Can itself be generalized endlessly. I have recently implemented three such extensions in mpmath: bilateral series, two-dimensional hypergeometric series, and q. Analog (or "basic") hypergeometric series. The bilateral hypergeometric series. Is the simplest extension, and consists of taking the usual hypergeometric series and extending the range of summation from [0,∞) to (-∞,∞):. This series only converges when z. From mpmath import *.
fredrik-j.blogspot.com
Fredrik Johansson: Move along
http://fredrik-j.blogspot.com/2012/01/move-along.html
Thursday, January 26, 2012. I'm moving my blog to http:/ fredrikj.net/blog. If you're living in the future and reading this, you should go there instead! Thursday, January 26, 2012. This comment has been removed by a blog administrator. July 22, 2013 at 10:48 AM. Subscribe to: Post Comments (Atom). This blog is mostly about my work on free software projects, including mpmath. Since 2010, I'm a PhD student in the Algorithmic Combinatorics group at RISC. View my complete profile.
fredrik-j.blogspot.com
Fredrik Johansson: September 2010
http://fredrik-j.blogspot.com/2010_09_01_archive.html
Friday, September 24, 2010. Announcing mpmath 0.16. I'm happy to announce the release of mpmath 0.16. Which contains the usual bugfixes as well as a slew of new features! The main focus has been to improve coverage of special functions. Additions include inhomogeneous Bessel functions, Bessel function zeros, incomplete elliptic integrals, and parabolic cylinder functions. As of 0.16, mpmath implements essentially everything listed in the NIST Digital Library of Mathematical Functions. For computation of ...
fredrik-j.blogspot.com
Fredrik Johansson: Some FLINT 2.2 highlights
http://fredrik-j.blogspot.com/2011/06/some-flint-22-highlights.html
Wednesday, June 8, 2011. Some FLINT 2.2 highlights. Version 2.2 of FLINT. Fast Library for Number Theory) was released. Last weekend. Some updated benchmarks. In this blog post, I'm going to talk a bit about features I contributed in this version. With apologies to Sebastian Pancratz. Who wrote a whole lot of code as well - in particular, a new module for computing with p-adic numbers, and a module for rational functions! I've added various functions for polynomial interpolation to the fmpz poly. There a...
fredrik-j.blogspot.com
Fredrik Johansson: January 2012
http://fredrik-j.blogspot.com/2012_01_01_archive.html
Thursday, January 26, 2012. I'm moving my blog to http:/ fredrikj.net/blog. If you're living in the future and reading this, you should go there instead! Thursday, January 26, 2012. Subscribe to: Posts (Atom). This blog is mostly about my work on free software projects, including mpmath. Since 2010, I'm a PhD student in the Algorithmic Combinatorics group at RISC. View my complete profile.
fredrik-j.blogspot.com
Fredrik Johansson: Sage Days 23, and Bessel function zeros
http://fredrik-j.blogspot.com/2010/07/sage-days-23-and-bessel-function-zeros.html
Saturday, July 10, 2010. Sage Days 23, and Bessel function zeros. Yesterday I came back home from Sage Days 23. In Leiden. I don't really have time to write a detailed travel report right now, but overall it was very, very nice. Those interested can check out William Stein's photos ( 1. Of the event (I can be seen in a few of the photos, wearing a blue t-shirt during days 1-3 and a yellow t-shirt during day 4). And gaining some insights but otherwise not accomplishing much productive). Used to solve part...