direct_algorithm

Functions

coefficients_for_numerator(p, q, var, obj[, ...])

Function to calculate Maclaurin polynomial coefficients needed for numerator coefficients calculation.

denominator_coeffs(A, a, q[, float_precision])

Function to solve the system Ab=a where b is the [p/q](x) Padé approximant denominator coefficients.

hankel_matrix(p, q, var, obj[, float_precision])

Function to calculate qxq Hankel matrix.

independent_vars(p, q, var, obj[, ...])

Function to calculate the independent variables of system Ab=a, where A is the qxq Hankel matrix.

numerator_coeffs(p, q, var, obj, bn[, ...])

Function to calculate the [p/q](x) Padé approximant numerator coefficients.

pade(p, q, var, obj[, float_precision])

Function to calculate the [p/q](x) Padé approximant using the direct algorithm.