19 Sep
2010
19 Sep
'10
6:37 p.m.
Hello, On Sun, Sep 19, 2010 at 5:14 PM, Burcin Erocal <burcin@erocal.org> wrote:
f = x*y*z^2; y*z^2*x coeff(f, z^2,1); y*x coeff(f, x*y,1); 0
Works as designed.
I'd greatly appreciate any help fixing this.
I think it's the user code which should be fixed. I.e. write f.coeff(x, 1).coeff(y, 1) instead of ill-defined f.coeff(x*y, 1) Best regards, Alexei