Home Forums
|
Remplir une matrice avec une boucle (1 viewing) (1) Guest
Favoured: 0
|
|
TOPIC: Remplir une matrice avec une boucle
|
|
Remplir une matrice avec une boucle 15 Years, 8 Months ago
|
Karma: 0
|
Code: |
\matrix{defaut=randint(101..499),randint(101..499),randint(101..499)}
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
Re:Remplir une matrice avec une boucle 15 Years, 8 Months ago
|
Karma: 23
|
Code: |
\text{defaut=}
\for{u=1 to 20}{
\integer{s=randint(101..499)}
\text{defaut=wims(append item \s to \defaut)}
}
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|