Rev 5755 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5755 | Rev 17513 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | :Liste de types de variables |
1 | :Liste de types de variables |
2 | :Type,Example,Signification |
2 | :Type,Example,Signification |
3 | :real |
3 | :real |
4 | \real{x=random(-5..5)} |
4 | \real{x=random(-5..5)} |
5 | \x is a random real number between -5 and 5 |
5 | \x is a random real number between -5 and 5 |
6 | :complex |
6 | :complex |
Line 17... | Line 17... | ||
17 | \x is the (exact) rational number 5/3 |
17 | \x is the (exact) rational number 5/3 |
18 | :function |
18 | :function |
19 | \function{f=2*x^2} |
19 | \function{f=2*x^2} |
20 | the function 2 x^2 |
20 | the function 2 x^2 |
21 | :matrix |
21 | :matrix |
22 | \matrix{m=1,2,3<br |
22 | \matrix{m=1,2,3<br>4,5,6<br>7,8,9} |
23 | \m is the matrix with 3 lines et 3 rows. |
23 | \m is the matrix with 3 lines et 3 rows. |