Igor Schein on Mon, 28 Nov 2005 16:54:11 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Substituation in multivariant polynomials |
On Mon, Nov 28, 2005 at 03:53:08PM +0100, marschal@math.fu-berlin.de wrote: > Hi, > > I am a newbee and I have a problem with substituation in multivariant > polynomials. > > In the polynomial p = 10*x^6 + 8*z*x^5... I have to change x^2*z by 1. > Up to now every effort failed. I hope somebody can help me. ? substpol(10*x^6 + 8*z*x^5,x^2*z,1) 8/z*x + 10/z^3 Igor