HEPAComp - Hermite-Padé Approximant Computation


This software application computes a rational approximant to a function, given by its Taylor expansion at the origin. Then the zeros of the polynomials of the rational approximant are plotted on the complex plane. This is achieved by using two applications, PARI/GP and gnuplot.

Java user interface - requires installation of Oracle Java LTS.

Qt user interface - requires installation of Visual C++ Redistributable for 64-bit.


HEPAComp 1.8 Qt
HEPAComp 1.8 Java

Base functionality

  1. Input a function that a has a Taylor expansion at the origin in the field funF. Select all options that are desirable.
  2. Press Start, which invokes PARI/GP, and after completion it creates files with the zeros of the resulting polynomials.
  3. Press Create plot, which invokes gnuplot, and creates a plot from all sessions from the list. Finally, SumatraPDF displays the PDF result file.

Optional functionality from v1.8

  1. Press 1 to input polynomials of z (A,B,C,D,E) that represent an equation of the form Ax^4 + Bx^3 + Cx^2 + Dx + E = 0, where x=F(z)=funF. The solution of the equation is an anonymous function of z, internally represented by power series, that is the input for funF.

History of the project


Main page