Scilab 5.5.2
      
      
    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
forme polaire
Séquence d'appel
[Ro,Theta]=polar(A)
Paramètres
- A
 matrice carrée réelle ou complexe
- Ro, Theta
 matrices réelles
Description
[Ro,Theta]=polar(A) renvoie la forme polaire de
            A c'est à dire :A=Ro*expm(%i*Theta)
            Ro symétrique >=0 et Theta
            hermitienne >=0.
| Report an issue | ||
| << logm | Exponentielle | sqrt >> |