Syntax
y=nthroot(x,n)
Arguments
- x
real scalar or vector/matrix
- n
real scalar or vector/matrix
Description
nthroot(x,n)
is the real vector/matrix of the nth root of the
x
elements. If x
has negative elements, n
must be odd.
If n
is not a scalar, then the function proceeds elementwise.
Examples
Report an issue | ||
<< logm | Exponentielle | power >> |