Scilab 5.5.2
      
      
    Please note that the recommended version of Scilab is 2026.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 | polar >> |