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.
The task is to extend Pade approximant of F(z) with one more function, by using the generalization Hermite-Pade approximant of [A,B,C,...], in which it is equivalent to Hermite-Pade approximant of [-1,F]; therefore our goal is to investigate Hermite-Pade approximant of [1,F,G].
We want to solve Hermite-Pade approximant of [1,F,G] ourselves, instead of using proprietary mathematical software. All software in the package is open-source, and there is no cost for using it.