How to collect coefficients of the same powers?

1 次查看(过去 30 天)
I am using the Symbolic Math Toolbox, and define polynoms as symbolic objects, eg:
syms a x y;
P = x^2*y + a*x*y^2 + x*y^2;
I would need to find a function that collects coefficients of the same powers, something like
collect_coeff(P,x*y^2)
that will return
a + 1
Would anyone have a solution to my problem? Thanks in advance!

采纳的回答

Mohammad Abouali
Mohammad Abouali 2015-1-23
check if collect() works for you.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by