Scilab Function

cosm - matrix cosine function

Calling Sequence

t=cosm(x)

Parameters

Description

cosm(x) is the matrix cosine of the x matrix. t=0.5*(expm(%i*x)+expm(-%i*x)).

Examples

See Also