Re: Simplify Polynomials with Factor / FullSimplify
- To: mathgroup at smc.vnet.net
- Subject: [mg53377] Re: Simplify Polynomials with Factor / FullSimplify
- From: "Scout" <user at domain.com>
- Date: Sat, 8 Jan 2005 23:02:38 -0500 (EST)
- References: <cro3ch$hge$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Are you sure? With Mathematica version 4, it works! In[5]:= Factor[a^2 + b^2 + 2 a b] Out[5]= \!\(\((a + b)\)\^2\) ~Scout~ "Amanda Pearls" <lightyears78 at yahoo.de> ha scritto nel messaggio news:cro3ch$hge$1 at smc.vnet.net... > Hello, > > i want to simplify some of the polynomials in the form like: > > a^2+b^2 +2ab --> (a+b)^2 > > > but even this simple term does not work with Factor / FullSimplify? > > Any help? > > thanks >