Rev 3282 | Rev 3352 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3263 | bpr | 1 | :高级功能 |
3268 | zjchen | 2 | :函数,例,效果 |
3263 | bpr | 3 | :pari |
4 | pari(factor(2^101-1)) |
||
5 | 调用 PARI/GP: 这里是分解整数 |
||
6 | :maxima |
||
7 | maxima(integrate(x^2+1,x);) |
||
8 | 调用 Maxima: 这里是积分一个函数 |
||
9 | :yacas |
||
10 | yacas(Taylor(x,0,10) cos(x^2+x+1)) |
||
11 | 调用 Yacas: 这里是计算Taylor展开式 |
||
12 | :wims |
||
13 | wims(sort items \list) |
||
14 | 调用 wims 的 !sort 命令对表 \list 的项排序 |
||
15 | :wims |
||
16 | wims(listintersect \list1 and \list2) |
||
17 | 调用 wims 的 !listintersect 命令得到 \list1 与 \list2 的公共项 |
||
18 | :draw |
||
19 | draw(绘图源码 ...) |
||
20 | 画一个图, 绘图源码同 <tt>\draw</tt>, 第 1 行是图形大小. 输出是图形的 URL. |
||
21 | :slib |
||
22 | slib(matrix/invertible 3,5) |
||
23 | 读入 WIMS slib, 的 matrix/invertible 以生成一个可逆 3x3 矩阵, 元素取值范围 5. |
||
3346 | bpr | 24 | :teximg |
25 | teximg( \(\displaystyle{\frac{3}{4}}\) ) |
||
26 | 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. |