MATLAB Function Reference |
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
spy | sqrtm |
© 1994-2005 The MathWorks, Inc.