Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Maple 17: Quo using a multivariable polynomial?

28 views
Skip to first unread message

Anonymous

unread,
May 2, 2013, 10:38:31 AM5/2/13
to
How do I find the quotient using a multivariable polynomial.

quo(x^2+2x^2*y-2x*y+2x*y^2-3y^2,x+y)
Error, (in quo) wrong number (or type) of arguments



--
--------------------------------- --- -- -
Posted with NewsLeecher v4.0 Final
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -

Anonymous

unread,
May 2, 2013, 10:54:15 AM5/2/13
to
Nevermind. I found it. Using Evala.

Evala(quo(x^2+2x^2*y-2x*y+2x*y^2-3y^2,x+y,x))
2xy+x-3y

Roman Pearce

unread,
May 2, 2013, 1:50:18 PM5/2/13
to
You shouldn't need evala.

quo(x^2+2*x^2*y-2*x*y+2*x*y^2-3*y^2,x+y,x);

Anonymous

unread,
May 2, 2013, 4:55:40 PM5/2/13
to
Thank you. Didn't think to use the ,x
0 new messages