Calculates the squared root of a matrix

square_root_matrix(x)

Arguments

x

a matrix

Value

x_sqrt the square root of a matrix.

Details

the eigen vectors need of x need to be positive.

References

Hands-On Matrix Algebra Using R chapter 11 describes root matrix