Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2071 | zjchen | 1 | !goto $wims_read_parm |
2 | |||
3 | :def |
||
4 | !set title=Simplify |
||
5 | synonyme=numerical simplify, simplify numerically |
||
6 | input=mixed |
||
7 | !exit |
||
8 | |||
9 | :proc |
||
10 | |||
11 | formula=!rawmath $formula |
||
12 | |||
13 | result=!exec pari simplify($formula) |
||
14 | |||
15 | !exit |
||
16 | |||
17 | :output |
||
18 | |||
19 | !htmlmath $formula |
||
20 | = |
||
21 | !insmath $result |
||
22 | . |
||
23 | !exit |
||
24 |