power series method pade(m,n) off by 1?

22 views
Skip to first unread message

Daniel Friedan

unread,
Nov 25, 2020, 7:42:44 AM11/25/20
to sage-support
For p a power series in x, p.pade(m,n) requires p to be given up through and including O(x^(m+n+1)).

Shouldn't this be O(x^(m+n)) ?

The Padé approximant  P_m(x)/Q_n(x) contains m+n+1 unknown coefficients.  So p(x) should contain m+n+1 terms, x^0 ... x^(m+n).

Or am I missing something elementary?

Daniel

Emmanuel Charpentier

unread,
Nov 26, 2020, 3:41:21 AM11/26/20
to sage-support

See my answer to the ask.sagemath question, whose the present question is a duplicate…

Reply all
Reply to author
Forward
0 new messages