Scilab Function

asinhm - matrix hyperbolic inverse sine

Calling Sequence

t=asinhm(x)

Parameters

Description

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.

Examples

See Also