Scilab 6.0.0
      
      - Ajuda do Scilab
 - Funções Elementares
 - Trigonometria
 - acos
 - acosd
 - acosh
 - acoshm
 - acosm
 - acot
 - acotd
 - acoth
 - acsc
 - acscd
 - acsch
 - asec
 - asecd
 - asech
 - asin
 - asind
 - asinh
 - asinhm
 - asinm
 - atan
 - atand
 - atanh
 - atanhm
 - atanm
 - cos
 - cosd
 - cosh
 - coshm
 - cosm
 - cotd
 - cotg
 - coth
 - cothm
 - csc
 - cscd
 - csch
 - csgn
 - sec
 - secd
 - sech
 - sin
 - sinc
 - sind
 - sinh
 - sinhm
 - sinm
 - tan
 - tand
 - tanh
 - tanhm
 - tanm
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
asinhm
arco-seno hiperbólico da matriz (matriz arco-seno hiperbólico)
Seqüência de Chamamento
t=asinhm(x)
Parâmetros
- x,t
 matriz quadrada de reais ou complexos
Descrição
asinhm é o arco-seno hiperbólico da matriz x (matriz arco-seno
            hiperbólico de x). Usa a fórmula
            t=logm(x+sqrtm(x*x+eye())). Os resultados podem ser
            imprecisos se a matriz é não-simétrica.
Exemplos
A=[1,2;2,3] sinhm(asinhm(A))
Ver Também
| Report an issue | ||
| << asinh | Trigonometria | asinm >> |