root( z, n )

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

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

root(x,n) in plot 2D for dy/dx, y' = f(x) and polar graph.
root(x,n) in plot 3D graph.
re(root(x,n)) real part in plot 3D graph.
im(root(x,n)) imaginary part in plot 3D graph.
root(x,y) in plot 3D graph.
re(root(x,y)) real part in plot 3D graph.
im(root(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:   pow   sqrt

Function category: basic functions