Question: How to simplify a complicated (with maple,maybe,but familiar to us human) expression

In Maple,how can I simplify an expression to a better form ? Like this,for example: a^2+2ab+b^2 -> (a+b)^2 a^3+3a^2*b+3a*b^2+b^3 -> (a+b)^3 As I know,simplify() only groups similar terms and some simple computations, doesn't it ? So , how can we do like the above ? I think that Maple must be able to do that , because it's a required utility of a CAS.
Please Wait...