>
> testcase "guessADE ellip"
> -- guess ADE for elliptic functions
> -Coeff := Fraction(UnivariatePolynomial('k,Integer))
> -Uts := UnivariateTaylorSeries(Coeff, 'x, 0)
> -Ets := EllipticFunctionsUnivariateTaylorSeries(Coeff, Uts)
> -snk := sn(x::Uts, k::Coeff)$Ets
> +Coeff := Fraction(UnivariatePolynomial('k,Integer));
> +Uts := UnivariateTaylorSeries(Coeff, 'x, 0);
> +Ets := EllipticFunctionsUnivariateTaylorSeries(Coeff, Uts);
> +snk := sn(x::Uts, k::Coeff)$Ets;
> ll := entries(complete(first(coefficients(snk), 25)))
> -f := operator 'f
> +f := operator 'f;
>
Martin, I deliberatly made it noisy: when everthing is OK I do
not look at details anyway. And when we have failures the
messages are quite useful for debugging.
--
Waldek Hebisch
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.