Bill Allombert on Mon, 15 Apr 2013 18:20:44 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: silly long list of suggestions |
On Mon, Apr 15, 2013 at 05:49:57PM +0200, Joerg Arndt wrote: > Hello Joerg, thanks for your suggestions. > Pade approximant for series, see > http://jjj.de/pari/pade.gpi > (looks doable) Did you try bestappr and bestapprPade ? > An option to have polynomials printed "constant first". > This is much neater in some cases, e.g., for rational > generating functions. Well, you can convert your polynomial to a power series for display. > Option to have Vec(series) _not_ drop initial zeros. Try Vec(series,n) Cheers, Bill.