Scilab 5.4.1
      
      - Aide Scilab
 - Fonctions Elémentaires
 - Trigonométrie
 - acos
 - acosd
 - acosh
 - acoshm
 - acosm
 - acoth
 - asec
 - asecd
 - asech
 - asin
 - asind
 - asinh
 - asinhm
 - asinm
 - atand
 - atanhm
 - atanm
 - cos
 - cosd
 - cosh
 - coshm
 - cosm
 - cotd
 - cotg
 - coth
 - cothm
 - csc
 - cscd
 - sec
 - secd
 - sech
 - sin
 - sind
 - sinh
 - sinhm
 - sinm
 - tan
 - tanh
 - tanhm
 - tanm
 - acot
 - acotd
 - acsc
 - acscd
 - acsch
 - atan
 - atanh
 - csch
 - csgn
 - sinc
 - tand
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
acosm
cosinus matriciel inverse
Séquence d'appel
t=acosm(x)
Paramètres
- x
 matrice carrée complexe ou réelle
- t
 matrice carrée complexe ou réelle
Description
t est le cosinus matriciel inverse de la matrice
            x. La méthode de diagonalisation est utilisée. Pour les
            matrices non symétriques le résultat peut être imprécis. On a
            t=-%i*logm(x+%i*sqrtm(eye()-x*x))
Exemples
A=[1,2;3,4]; cosm(acosm(A))
Voir aussi
| Report an issue | ||
| << acoshm | Trigonométrie | acoth >> |