Question: simplify/combine doesn't see power?

GAL := 3*sqrt(6)/((2*x^2+3)*sqrt(4*x^2+6));

simplify(GAL) and combine(GAL,power)

have same result.

How to make them return

3*sqrt(3)/(2*x^2+3)^(3/2) ?

This has been branched into the following page(s):
Please Wait...