Scilab-Branch-5.3-GIT
      
      - Aide Scilab
 - Fonctions Elémentaires
 - Complex
 - Mathématiques discrètes
 - Matrices élémentaires
 - Virgule flottante
 - Représentation d'entier
 - Manipulation de matrices
 - Opérations matricielles
 - Chercher et trier
 - Opérations sur les ensembles
 - Traitement du signal
 - Calcul symbolique
 - Trigonométrie
 - Bitwise operations
 - abs
 - amell
 - and
 - &
 - delip
 - exp
 - inttrap
 - isdef
 - log
 - log10
 - log2
 - logm
 - lstsize
 - max
 - min
 - modulo
 - norm
 - or
 - |
 - sign
 - signm
 - size
 - sqrt
 - sqrtm
 - squarewave
 - toeplitz
 - cat
 - cell2mat
 - cellstr
 - char
 - diff
 - isempty
 - isequal
 - isequalbitwise
 - isvector
 - log1p
 - ndims
 - pertrans
 - typeof
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
sqrtm
racine carrée matricielle
Séquence d'appel
y=sqrtm(x)
Paramètres
- x
 matrice carrée réelle ou complexe
Description
y=sqrt(x) est la racine carrée matricielle de la
    matrice x (x=y^2) Le résultat peut
    être imprécis si x n'est pas symétrique.
| << sqrt | Fonctions Elémentaires | squarewave >> |