Rev 16135 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set methtit=Integration formula of sin/cos/sh/ch |
2 | !set methenv=ZZ QQ RR |
||
3 | !set methparmtype=parm function integrate, choice |
||
4 | |||
5 | !set basic=a*cos(t),a*sin(t),a*ch(t),a*sh(t) |
||
6 | !set basiccnt=!itemcnt $basic |
||
7 | !set basicp=!replace internal , by ), \( in \($basic) |
||
8 | !set methhelp=This method recognizes the integrals of the following functions. |
||
16135 | bpr | 9 | <p>$basicp</p> |
20 | reyssat | 10 | |
11 | !if $wims_read_parm iswordof form check |
||
16120 | bpr | 12 | !goto $wims_read_parm |
20 | reyssat | 13 | !endif |
14 | |||
15 | !exit |
||
16 | :form |
||
17 | The integration |
||
16120 | bpr | 18 | !read deduc/methparm.phtml 1 |
20 | reyssat | 19 | is well-known, because it is of the form |
16135 | bpr | 20 | <div class="wimscenter"> |
16120 | bpr | 21 | \(integrate()) |
22 | !formselect methparm2 from 1 to $basiccnt prompt $basic |
||
16135 | bpr | 23 | \(dt), </div> |
24 | where \(a) is a constant. |
||
20 | reyssat | 25 | !exit |
26 | :check |
||
17046 | bpr | 27 | !changeto deduc/meth/$modu_lang/integrate/basicheck |