Scilab 6.0.2
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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
n
xn
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
n
xn
(Hij= 1/(i+j-1))
.
Report an issue | ||
<< squarewave | Matrice - génération | toeplitz >> |