Hi Waldek, hello Peter, That seems to be related to the FriCAS-Aldor interplay.
Addon to my buggy code. I've made it compile with Aldor (see attachement).
That (nearly) seems to work.
(13) -> L ==> Finite0Series(Fraction Integer, "q"::Symbol)
Type:
Void
(14) -> q::L
(14) q
Type:
Finite0Series(Fraction(Integer),q)
(15) -> q+1
(15) q + 1
Type:
Polynomial(Integer)
(16) -> 1::L
(16) 1
Type:
Finite0Series(Fraction(Integer),q)
(17) -> 1$L
The function One is not implemented in Finite0Series(Fraction(
Integer),q) .
Isn't that strange? I guess that must have to do with
1:% vas One(): %
After adding
One: () -> %
to the with part and
One(): % == per(1$Rep)
to the add part, the code compiles and we have (not surprisingly):
(19) -> 1$L
(19) 1
Type:
Finite0Series(Fraction(Integer),q)
It doesn't work with "1: %" and "1: % == per(1$Rep)". Then it's still
missing the function One.
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
eta0.as
Description: application/applix-spreadsheet
