| << schur | Linear algebra | subspace >> |
| res = sqrtm(x) |
a numeric value: scalar or square matrix (double or single)
a numeric value: a square matrix
expm(x) computes the matrix square root of x.
A = eye(3, 3);
res = sqrtm(A)
res = sqrtm(A+i)
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET