Scilab Function
Last update : 18/05/2014

tanm - tangente matricielle

Calling Sequence

[t]=tanm(x)

Parameters

Description

tanm(x) est la tangente matricielle de la matrice carrée x.

Examples

A=[1,2;3,4];
tanm(A)
 

See Also

tan,  tanhm,  expm,  sinm,  cosm,  atanhm,