matrix_sqrt: Computes the square root of a matrix

View source: R/tools.R

matrix_sqrtR Documentation

Computes the square root of a matrix

Description

matrix_sqrt calculates the square root of a matrix by diagonalisation.

Usage

matrix_sqrt(M)

Arguments

M

a square matrix

Value

the square root of M


saidqasmi/KCC documentation built on July 8, 2022, 6:02 a.m.