Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
logm
正方行列の対数
呼び出し手順
y=logm(x)
引数
- x
正方行列
説明
logm(x)
は
x
の対数行列です.
x
が正定でない場合には結果が
複素数となります.
x
が対称行列の場合,
掲載は Schur 形式で行われます.
その他の場合,
x
は対角化可能と仮定されます.
expm(logm(x))=x
となります.
Report an issue | ||
<< log2 | Exponential | nthroot >> |