Rev 4452 | Rev 17472 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3263 | bpr | 1 | |
2 | :Beschikbare parameter types |
||
4452 | schaersvoo | 3 | :Functie,Voorbeeld,Effect |
3263 | bpr | 4 | :real |
5 | \real{x=random(-5..5)} |
||
4452 | schaersvoo | 6 | \x is een willekeurig getal tussen -5 en 5 |
3263 | bpr | 7 | :complex |
8 | \complex{z=(1+2*i)^3} |
||
4452 | schaersvoo | 9 | \z is een complex getal z=(1+2*i)^3 |
3263 | bpr | 10 | :text |
11 | \text{a=1 2 3} |
||
4452 | schaersvoo | 12 | \a is tekst zonder modificaties of interpretaties |
3263 | bpr | 13 | :integer |
14 | \integer{n=3*exp(\a)} |
||
4452 | schaersvoo | 15 | \n is de integer nabij 3*e<sup>\a</sup> |
3263 | bpr | 16 | :rational |
3316 | reyssat | 17 | \rational{x=2*5/6} |
4452 | schaersvoo | 18 | \x is het (exacte) rationele getal 5/3 |
3263 | bpr | 19 | :function |
20 | \function{f=2*x^2} |
||
4452 | schaersvoo | 21 | de functie 2 x^2 |
3263 | bpr | 22 | :matrix |
5755 | bpr | 23 | \matrix{m=1,2,3<br/>4,5,6<br/>7,8,9} |
4452 | schaersvoo | 24 | \m is de matrix met 3 rijen et 3 kolommen. |