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
polar
極座標形式
呼び出し手順
[Ro, Theta] = polar(A)
引数
- A
実数または複素数の正方行列
- Ro
実数行列
- Theta
実数または複素数の行列
説明
[Ro, Theta]=polar(A)
は,
A
の極座標形式を返します.
対称行列 Ro
>=0 および
エルミート行列 Theta
>=0 の時,
A=Ro*expm(%i*Theta)
となります.
例
Report an issue | ||
<< nthroot | Exponential | power >> |