Scilab 5.5.2
Please note that the recommended version of Scilab is 2026.1.0. This page might be outdated.
See the recommended documentation of this function
testmatrix
génération de matrices remarquables
Séquence d'appel
[y]=testmatrix(name,n)
Paramètres
- name
chaîne de caractères
- n
entier
- y
matrice
nxn
Description
Génère certaines matrices carrées particulières.
- testmatrix('magi',n)
renvoie un carré magique de taille
n.- testmatrix('frk',n)
renvoie la matrice de Franck.
- testmatrix('hilb',n)
renvoie l'inverse de la matrice de Hilbert de taille
nxn(Hij= 1/(i+j-1)).
| Report an issue | ||
| << squarewave | Matrices élémentaires | toeplitz >> |