Scilab Function
Last update : 28/12/2008
tanm - tangente matricielle
Calling Sequence
- [t]=tanm(x)
Parameters
-
x,t
: matrice carrée réelle ou complexe
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,