pow( z, n )

The nth power of z in Math. The inverse of root.

pow(x,n) = inverse (root(x,n))

pow(x,n) in plot 2D for dy/dx, y' = f(x) and polar graph.
pow(x,n) in plot 3D graph.
re(pow(x,n)) real part in plot 3D graph.
im(pow(x,n)) imaginary part in plot 3D graph.
pow(x,y) in plot 3D graph.
re(pow(x,y)) real part in plot 3D graph.
im(pow(x,y)) imaginary part in plot 3D graph.

Real part on the real axis:

Imaginary part on the real axis:

Real part on the imaginary axis:

Imaginary part on the imaginary axis:

Real part on the complex plane:

Imaginary part on the complex plane:

Absolute value on the complex plane:

Related functions:   root   sqrt

Function category: basic functions