<< tanhm
Matrix-wise processing
acos >>
Scilab Help
>>
Elementary Functions
>
Trigonometry
>
Matrix-wise processing
> tanm
tanm
行列正接
呼び出し手順
[
t
] =
tanm
(
x
)
引数
x
実数または複素数の正方行列
t
正方行列
説明
tanm
(
x
)
は,正方行列
x
の行列正接です.
例
A
=
[
1
,
2
;
3
,
4
]
;
tanm
(
A
)
参照
tan
— 正接
expm
— 正方行列の指数関数
sinm
— 行列正弦関数
atanm
— 正方行列の逆正接
Report an issue
<< tanhm
Matrix-wise processing
acos >>