Rev 17472 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17472 | Rev 18096 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | :real |
4 | :real |
5 | \real{ |
5 | \real{x=9.1^9+6^8} |
6 | \x is een willekeurig |
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)} |
7 | :complex |
7 | :complex |
8 | \complex{z=(1+2*i)^3} |
8 | \complex{z=(1+2*i)^3} |
9 | \z is een complex getal z=(1+2*i)^3 |
9 | \z is een complex getal z=(1+2*i)^3 |
10 | :text |
10 | :text |
11 | \text{a=1 2 3} |
11 | \text{a=1 2 3} |
12 | \a is tekst zonder modificaties of interpretaties |
12 | \a is tekst zonder modificaties of interpretaties |
13 | :integer |
13 | :integer |
14 | \integer{n=3*exp(\a)} |
14 | \integer{n=3*exp(\a)} |
15 | \n is de integer nabij 3*e<sup>\a</sup> |
15 | \n is de integer nabij 3*e<sup>\a</sup> (en wordt eerst berekend als reƫel, dus met slechts 8 significante cijfers) |
16 | :rational |
16 | :rational |
17 | \rational{x=2*5/6} |
17 | \rational{x=2*5/6} |
18 | \x is het (exacte) rationele getal 5/3 |
18 | \x is het (exacte) rationele getal 5/3 |
19 | :function |
19 | :function |
20 | \function{f=2*x^2} |
20 | \function{f=2*x^2} |