Subversion Repositories wimsdev

Rev

Rev 5903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5903 Rev 9171
Line 4... Line 4...
4
pari(factor(2^101-1))
4
pari(factor(2^101-1))
5
call PARI/GP: here to factor an integer
5
start PARI/GP:in dit geval het factorizeren van een integer
6
:maxima
6
:maxima
7
maxima(integrate(x^2+1,x);)
7
maxima(integrate(x^2+1,x);)
8
call Maxima: here to integrate a function
8
start Maxima: in dit geval voor het integreren van een functie
9
:yacas
9
:yacas
10
yacas(Taylor(x,0,10) cos(x^2+x+1))
10
yacas(Taylor(x,0,10) cos(x^2+x+1))
11
call Yacas: here to compute a Taylor expansion
11
start Yacas: in dit geval voor het berekenen van een Taylor expansion
12
:wims
12
:wims
13
wims(sort items \list) wims(listintersect \list1 and \list2)
-
 
14
use wims command : for example !sort command to sort items in the list \list, !listintersect command to get the common items of \list1 and \list2
13
wims(sort items \list) wims(listintersect \list1 and \list2) gebruik een wims commando : bijvoorbeeld !sort voor het sorteren van items in de lijst \list, !listintersect commando om de gemeenschappelijke items uit \list1 en \list2 te sorteren.
15
:draw
14
:draw
16
draw(pixel_size_x,pixel_size_y<br/>draw_source)
15
draw(pixel_size_x,pixel_size_y<br/>draw_source)
17
draw a picture, the source is the same as in <span class="tt wims_code_words">\draw</span>, with the image size as the first line. The output is the address URL of the image.
16
teken een figuur, de syntax is identiek aan commando <span class="tt wims_code_words">\draw</span>, de groote van het plaatje is de eerste lijn.
-
 
17
Het resultaat is het adres (URL) van het gegeneerde plaatje.
18
:slib
18
:slib
19
slib(matrix/invertible 3,5)
19
slib(matrix/invertible 3,5)
20
use of macro routine (slib) : for example here an invertible 3x3 matrix of range 5.
20
gebruik een macro routine (slib) :in dit geval een inverteerbare 3x3 matrix met range 5
21
:teximg
21
:teximg
22
teximg( \(\displaystyle{\frac{3}{4}}\) )
22
teximg( \(\displaystyle{\frac{3}{4}}\) )
23
create an image of a tex texte. The output is the address URL of the image. It can be copied in a picture created with draw.
23
maak een plaatje van de tex code. De uitkomst is het adres (URL) van het plaatje.Dit kan o.a. worden gekopieerd in een figuur gemaakt met commando draw.