19 Sep
2010
19 Sep
'10
7:01 p.m.
Hi Alexei, Thank you for the quick response. On Sun, 19 Sep 2010 18:37:56 +0200 Alexei Sheplyakov <alexei.sheplyakov@gmail.com> wrote:
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.
Where can I find the specification for coeff()? I'd like to take a look at that before making any changes to the Sage function. Cheers, Burcin