Rev 3282 | Rev 3460 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3263 | bpr | 1 | :Liste de types de variables |
3264 | bpr | 2 | :Type,Example,Signification |
3263 | bpr | 3 | :real |
4 | \real{x=random(-5..5)} |
||
5 | \x est un nombre réel aléatoire entre -5 et 5 |
||
6 | :complex |
||
7 | \complex{z=(1+2*i)^3} |
||
8 | \z est le nombre complexe z=(1+2*i)^3 |
||
9 | :text |
||
10 | \text{a=1 2 3} |
||
11 | |||
12 | :integer |
||
13 | \integer{n=3*exp(\a)} |
||
14 | \n est l'entier le plus proche de 3*e<sup>\a</sup> (il dépend de la valeur de \a) |
||
15 | :rational |
||
3316 | reyssat | 16 | \rational{x=2*5/6} |
17 | \x is the (exact) rational number 5/3 |
||
3263 | bpr | 18 | :function |
19 | \function{f=2*x^2} |
||
20 | |||
21 | :matrix |
||
22 | \matrix{m=1,2,3<br>4,5,6<br>7,8,9} |
||
23 | \m est la matrice de 3 lignes et 3 colonnes. |