Calculates the Square Root of a Diagonalizable Matrix
Returns the square root of a diagonalizable matrix.
matsqrt(x)
x |
An nxn diagonalizable matrix. |
This function is called by regcr
.
matsqrt
returns the square root of x
.
a <- matrix(c(1, -0.2, -0.2, 1), 2, 2) matsqrt(a)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.