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

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/7293d6c9-a26b-4778-a7dc-c80fe46c6b1bn%40googlegroups.com.

Reply via email to