square root
y=sqrt(x)
real or complex scalar or vector/matrix
sqrt(x) is the vector/matrix of the square root of the x elements. Result is complex if element of x is negative.
sqrt(x)
x
A = matrix(4:4:16,2,2) sqrt(A) sqrt(-1)