Question: cartesian to polar equations

I am trying to convert equations from cartesian to polar and spherical expecting Maple to change the variables from x,y and z to r, theta, etc. I presume I am using the wrong commands. convert(exp(sqrt(x^2+y^2)),polar) returns the same expression in x and y. What is the correct command? thanks
Please Wait...