How to get coefficients of a multi-variable polynomial of 2nd Degree?

3 views (last 30 days)
Lets say the polynomial is a function of x, y and z,like 2x^2+xy+zx+y^2. What code should I write that returns exactly the coefficients of x^2? How exactly should I use the function "coeffs"? I have an array of multi-variable polynomials,and I just want the coefficient of (x^2) from them. Thanks

Answers (0)

Categories

Find more on Polynomials in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!