polynomial division
- To: mathgroup at smc.vnet.net
- Subject: [mg41770] polynomial division
- From: oldodo2000 at yahoo.fr (oldodo2000)
- Date: Wed, 4 Jun 2003 08:34:53 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi, I need to divide a polynom p(x)/q(x). but PolynomialQuotient and PolynomialRemainder function are OK if degree of p(x)>degree of q(x). If we consider by example f(x)=x^2+x+1 How can I find an approximation of the result of g(x)=1/(x^2+x+1) Thanks Olivier