Please,
what may be a fast way in Axiom to build f : P = MPOLY([x,y,z], INT)
from a list of power products and a coefficient list?
For example,
[[1,3,2], [0,4,0], [0,0,0]] [-1, -2, -3] ->
- x*y^3*z^2 - 2*y^4 - 3 : P.
How the power product list must be ordered for this aim?
How to form each particular monomial?
May be, the source data (in integers) must be organized in a different
structure?
Thanks,
------
Sergei
[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.