Scilab 5.4.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
polar
forma polar
Seqüência de Chamamento
[Ro,Theta]=polar(A)
Parâmetros
- A
 matriz quadrada de reais ou complexos
- Ro,
 matriz de reais
- Theta,
 matriz de reais ou complexos
Descrição
[Ro,Theta]=polar(A) retorna a forma polar de
            A i.e.
            A=Ro*expm(%i*Theta)Ro simétrico
            >= 0 e Theta hermitiano >=0.
Ver Também
| Report an issue | ||
| << logm | Exponential | sqrt >> |