Rev 5903 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5903 | Rev 17472 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | call Yacas: here to compute a Taylor expansion |
11 | call Yacas: here to compute a Taylor expansion |
12 | :wims |
12 | :wims |
13 | wims(sort items \list) wims(listintersect \list1 and \list2) |
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 |
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 |
15 | :draw |
15 | :draw |
16 | draw(pixel_size_x,pixel_size_y<br |
16 | 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. |
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. |
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 | use of macro routine (slib) : for example here an invertible 3x3 matrix of range 5. |
21 | :teximg |
21 | :teximg |