Dear all, I am new to FriCAS, but I already read a large portion of the book. There is something that I have not been able to figure out and therefore I reach out for your help.
I have the following situation: poly := MPOLY([x,y], Integer) p : poly := 3*x*y q: poly := 9*y^2*x O := operator 'O O(p,q) does not work. However O(p::Expression Integer, q::Expression Integer) and O(3*x*y, 9*y^2*x) do work, the latter producing an object of type Expression Integer. I read op.spad and my understanding is that operators should be able to act on any set. It is not clear to me why the above operator works on Polynomial but not on MPOLY. I would also like for O(p,q) to produce an object of type poly. Thanks in advance. Marduk -- 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 https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
