Re: Factor Polynomials
- To: mathgroup at smc.vnet.net
- Subject: [mg34307] Re: Factor Polynomials
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Tue, 14 May 2002 04:11:19 -0400 (EDT)
- References: <abo2gr$5au$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Nikola: FullSimplify[x^2+y^2-2 x y+x1^2+y1^2-2x1 y1] (x - y)^2 + (x1 - y1)^2 -- Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 "Nikola" <nletic at hotmail.com> wrote in message news:abo2gr$5au$1 at smc.vnet.net... > Hi, > how can I factor polynomials like these: > x^2+y^2-2 x y+x1^2 +y1^2-2x1 y1 > so I get result: > (x-y)^2+(x1-y1)^2 > Factor and other similar functions don't do anything in this case. > Thanks > Nikola > > > >