Hi, maybe I can figure out that myself, but maybe somebody already knows and can give me sample code.
Let P = GeneralDistributedMultivariatePolynomial(vl, Q, E) where Q is some ring (Fraction Integer) and E is some DirectProduct. Let p be from P. And suppose A is a Q-algebra. I would like to evaluate p by replacing the variables by the respective elements from A. Something like that p = 4 * x1^3 * x2^2 + 7 * x2 + 5 a1 = an element from L = UnivariateLaurenSeries(Q, 'x, 0) a2 = another such element I need p(a1,a2) with the obvious meaning as element of L. Any pointer that helps me doing that without much programming? 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.
