PolynomialReduce
- To: mathgroup at smc.vnet.net
- Subject: [mg38670] PolynomialReduce
- From: m14uskrat14 at hotmail.com (Michael R)
- Date: Sat, 4 Jan 2003 07:25:59 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
There seems to be a bug in PolynomialReduce. I want to write 1 as a linear combination (with polynomial coefficients) of polynomials, say a list polys={poly1,poly2,poly3,poly4...}. I use the command PolynomialReduce[1,{poly1,poly2,poly3,...},{x,y}], but it returns {{0,0,0,...},1}, which is not what I want. Groebner[{poly1,poly2...},{x,y}] returns {{1}}. What is wrong with what I am doing?