<< cosh Trigonometry cosm >>

Scilab Help >> Elementary Functions > Trigonometry > coshm

coshm

matrix hyperbolic cosine

Calling Sequence

t = coshm(x)

Arguments

x, t

real or complex square matrices.

Description

coshm is the matrix hyperbolic cosine of the matrix x. t=(expm(x)+expm(-x))/2. Result may be inaccurate for nonsymmetric matrix.

Examples

A=[1,2;2,4]
acoshm(coshm(A))

See Also


Report an issue
<< cosh Trigonometry cosm >>