matrix hyperbolic cosine
t=coshm(x)
:x,t real or complex square matrix :
coshm is the matrix hyperbolic cosine of the matrix x. t=(expm(x)+expm(-x))/2. Result may be inaccurate for nonsymmetric matrix.
A=[1,2;2,4] `acoshm`_(coshm(A))
Enter search terms or a module, class or function name.