sqrtm

sqrtm(x)

Calculate the principal square root of a square matrix. The principal square root matrix `X` of another matrix `A` is such that `X * X = A`.

Try it yourself:

All functions