![]() |
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 |
18 VECTEURS 18 VECTORS |
18.1 Vecteurs de flottants/complexes / Floats/complex vectors |
Version 2.1.2 du 28 Février 2005 / Version 2.1.2, February 28th 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 18.2 / Next section 18.2 |
a |
|
b |
: (Vecteur de flottant,
Float vector) |
c |
linspace |
d |
logspace |
e |
norm (Vecteur, vector) inf (norm, Vecteur, Vector) |
//
PROGRAMME SPAS180101
v = 1:10 , |
//
PROGRAMME SPAS180102
v = 1:0.5:5 , |
//
PROGRAMME SPAS180103
v = linspace(0,99) , |
//
PROGRAMME SPAS180104
v = linspace(0,100,11) , |
//
PROGRAMME SPAS180105
v = linspace(0,10+10*%i,11) , |
//
PROGRAMME SPAS180106
v = logspace(1,5,5) , |
//
PROGRAMME SPAS180107
v = logspace(0,%pi,5) , |
//
PROGRAMME SPAS180108
v = [1, 5, 4, 3]; f = norm (v), |
//
PROGRAMME SPAS180109
v = [1, 5, 4, 3]; f = norm (v,1), |
//
PROGRAMME SPAS180110
v = [1, 5, 4, 3]; f = norm (v,"inf"), |
Retour à la Table générale / Return to the General table |
Index général / General index |
Passage à la section suivante 18.2 / Next section 18.2 |