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