MATLAB Function Reference    
sqrt

Square root

Syntax

Description

B = sqrt(X) returns the square root of each element of the array X. For the elements of X that are negative or complex, sqrt(X) produces complex results.

Remarks

See sqrtm for the matrix square root.

Examples

See Also

sqrtm


  spy sqrtm