Rev 3316 | Rev 5755 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3316 | Rev 3460 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | \real{x=random(-5..5)} |
4 | \real{x=random(-5..5)} |
5 | \x |
5 | \x is a random real number between -5 and 5 |
6 | :complex |
6 | :complex |
7 | \complex{z=(1+2*i)^3} |
7 | \complex{z=(1+2*i)^3} |
8 | \z |
8 | \z is the complex number z=(1+2*i)^3 |
9 | :text |
9 | :text |
10 | \text{a=1 2 3} |
10 | \text{a=1 2 3} |
11 | - | ||
- | 11 | \a is the text without any transformation |
|
12 | :integer |
12 | :integer |
13 | \integer{n=3*exp(\a)} |
13 | \integer{n=3*exp(\a)} |
14 | \n |
14 | \n is the nearest integer from 3*e<sup>\a</sup> |
15 | :rational |
15 | :rational |
16 | \rational{x=2*5/6} |
16 | \rational{x=2*5/6} |
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 | - | ||
- | 20 | the function 2 x^2 |
|
21 | :matrix |
21 | :matrix |
22 | \matrix{m=1,2,3<br>4,5,6<br>7,8,9} |
22 | \matrix{m=1,2,3<br>4,5,6<br>7,8,9} |
23 | \m |
23 | \m is the matrix with 3 lines et 3 rows. |