Scilab Function

polar - polar form

Calling Sequence

[Ro,Theta]=polar(A)

Parameters

Description

returns the polar form of A i.e.:

A=Ro*expm(%i*Theta) Ro symmetric >=0 and Theta hermitian >=0.

Examples

See Also

Author