Scilab 5.5.2
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
polar form
Calling Sequence
[Ro, Theta] = polar(A)
Arguments
- A
a real or complex square matrix.
- Ro
a real matrix.
- Theta
a real or complex matrix.
Description
[Ro, Theta]=polar(A)
returns the polar form of
A
i.e.A=Ro*expm(%i*Theta)
when Ro
symmetric >=0 and Theta
hermitian
>=0.
Examples
Report an issue | ||
<< logm | Log - exp - power | sqrt >> |