polar form
[Ro, Theta] = polar(A)
a real or complex square matrix.
a real matrix.
a real or complex matrix.
[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.