sqrtΒΆ

sqrt calculate the square root of a matrix.

r = sqrt(m)

Return Value

r is a real or complex matrix.

Parameters

m

m is a real or complex matrix.

id-418589