coefficients of a polynomial in two or more variables
- Subject: coefficients of a polynomial in two or more variables
- From: Richard Fateman
- Date: Thu, 03 Dec 2009 08:37:32 -0800
for what it's worth...
>
> > d : ratcoef(eq, kn),
> > eq : eq - d * kn,
can be accomplished by
[d,eq]: bothcoef(eq,kn),
RJF