Owning Class: linalgebra
Requires: MathScript RT Module
c = sqrtmx(a)
Legacy Name: sqrtm
Computes the square root of a square matrix.
| Name | Description |
|---|---|
| a | Specifies a square matrix. |
| Name | Description |
|---|---|
| c | Returns the square root of a. c is a square matrix. |
A = [1, 4; 0, -81]
C = sqrtmx(A)