matrix hyperbolic inverse sine
t=asinhm(x)
:x,t real or complex square matrix :
asinhm is the matrix hyperbolic inverse sine of the matrix x. Uses the formula t=logm(x+sqrtm(x*x+eye())). Results may be not reliable for non-symmetric matrix.
A=[1,2;2,3]
`sinhm`_(asinhm(A))