From: Herve on
Hello,

I have such a polynomial P(x,y) = Q(x)*R(y) +S(x)*T(y)
with Q,R,S and T some linear polynomials.

I would like to get the coefficients of P(x,y)^n with n a given integer. Is it possible to get these coefficients with Matlab ?

I know that you can get the coefficients of A(x)*B(x) using conv. But what about with two variables x and y ?

Best regards,

H.
From: Bruno Luong on
"Herve " <michaud_rene(a)yahoo.fr> wrote in message <i2mi73$gmp$1(a)fred.mathworks.com>...
> Hello,
>
> I have such a polynomial P(x,y) = Q(x)*R(y) +S(x)*T(y)
> with Q,R,S and T some linear polynomials.
>
> I would like to get the coefficients of P(x,y)^n with n a given integer. Is it possible to get these coefficients with Matlab ?
>
> I know that you can get the coefficients of A(x)*B(x) using conv. But what about with two variables x and y ?
>

See my post #5
http://www.mathworks.com/matlabcentral/newsreader/view_thread/278356

Bruno