Question: simplify doesn't work with symbolic powers ???

How to make Maple simplify expression like

sqrt(  x^(2*a+2) )

to x^(a+1), where x is assumed positive?

The Maple's simplify works only if the constant 'a' is already assigned to a number, otherwise it refuses to simplify it, even if I tell it assume(x>0).

Please Wait...