Subversion Repositories wimsdev

Rev

Rev 17472 | 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
18096 reyssat 5
\real{x=9.1^9+6^8}
6
\x is een willekeurig getal, afgerond op 8 significante cijfers. Voor meer precisie gebruikt u pari of maxima met het text type: \text{a=pari(9.1^9+6^8)}
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)}
18096 reyssat 15
\n is de integer nabij 3*e<sup>\a</sup> (en wordt eerst berekend als reƫel, dus met slechts 8 significante cijfers)
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
17472 lemaire 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.