![]() |
SCILAB 3.0 PAS A PAS SCILAB 3.0 STEP-TO-STEP Jacques-Deric Rouault Laboratoire de Neurobiologie de l'Apprentissage, de la Mémoire et de la Communication. CNRS UMR 8620, Bat. 446, Université Paris-Sud, F91400 Orsay |
![]() ORSCILAB |
17 VECTEURS, MATRICES ET HYPERMATRICES 17 VECTORS, MATRICES AND HYPERMATRICES |
17.1 Définition / Definition |
Version 2.1.2 du 4 Février 2005 / Version 2.1.2, February 4th 2005 |
Biomodèles/Biomodels N°1 pp 0x-0y Décembre 2004 December 2004 |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 17.2 / Next section 17.2 |
a |
Hypermatrice Hypermatrix Matrice Matrix Vecteur Vector |
b |
[] (Matrice, Matrix) , (Matrice, Matrix) (Matrice, Matrix) ; (Matrice, Matrix) |
c |
Hypermatrice Hypermatrix hypermat |
//
PROGRAMME SPAS170101 Vecteur/Vector
v = [1, 2, 3, 4], |
//
PROGRAMME SPAS170102 Matrice/Matrix
m = ["A","B","C" ; "D","E","F"], |
//
PROGRAMME SPAS170103 Hypermatrice/Hypermatrix
h = hypermat ([2, 3, 4]), |
//
PROGRAMME SPAS170104 Hypermatrice/Hypermatrix
h = hypermat ([2, 3, 4], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]), |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 17.2 / Next section 17.2 |