On 6/15/25 00:38, Waldek Hebisch wrote:
Attached is a little package which converts a stream of coefficients
of a Taylor series into continuous C-fraction.  This package is
somewhat releated to PadeApproximants, but I was unable to use
PadeApproximants to do what I wanted, so I created a new package.

In fact, I had similar problems in my QEtaPackage, so I created my own Taylor series implementation by setting the variable to q and the point of expansion to 0.

https://github.com/hemmecke/qeta/blob/master/src/qetaser.spad#L143

That works well for me, since I don't need other expansion points.
But I remember that I had problems writing a coerce between my domain and UnivariateTaylorSeries.

In fact, you do the similar thing in mantepse.spad.

https://github.com/fricas/fricas/blob/master/src/algebra/mantepse.spad#L25

Maybe, it is time to add domains for Taylor, Laurent, and Puiseux series which work similar in spirit like SUP, i,e. no variable and no expasion point.

Ralf

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/fricas-devel/7783bcca-c503-4e4e-b48c-421c4ece210c%40hemmecke.org.

Reply via email to