Rational function approximation
Rational function of degree N = n + m is written as r(x) = p(x) q(x) = p0 + p1x + · · · + pnxn q0 + q1x + · · · + qmxm Now we try to approximate a function f on an interval containing 0 using r(x). WLOG, we set q0 = 1, and will need to determine the N + 1 unknowns p0, . . . , pn, q1, . . . , qm.
Numerical Analysis I – Xiaojing Ye, Math & Stat, Georgia State University 240