monomial's coefficient
gstic · Mon May 23, 2016 9:36 pm
friends,
I'm looking for a singular procedure to return a given monomial's coefficient
of a polynomial.
Example poly f = 2 x ^ 3 + 5z^3;
test (f, x ^ 3) // --> 2
test (f, y ^ 3) // --> 0
who can help me?
I'm looking for a singular procedure to return a given monomial's coefficient
of a polynomial.
Example poly f = 2 x ^ 3 + 5z^3;
test (f, x ^ 3) // --> 2
test (f, y ^ 3) // --> 0
who can help me?