Rev 16135 | Go to most recent revision | 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 methtit2=Minimal basic integration formula |
||
3 | !set methenv=ZZ QQ RR |
||
4 | !set methparmtype=parm function integrate, choice |
||
5 | |||
6 | !set basic=a*t^b,a/(t^2+1),a/sqrt(1-t^2),\ |
||
7 | a/sqrt(t^2+1),a/sqrt(t^2-1),a*e^t,a*sin(t),a*cos(t) |
||
8 | !set basiccnt=!itemcnt $basic |
||
9 | !set basicp=!replace internal , by ), \( in \($basic) |
||
10 | !set methhelp=This methos recognizes the integrals of following functions.\ |
||
16209 | bpr | 11 | <p>$basicp</p> |
20 | reyssat | 12 | |
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 |
16120 | bpr | 22 | <div class="wimscenter"> |
16135 | bpr | 23 | \(integrate()) |
16120 | bpr | 24 | !formselect methparm2 from 1 to $basiccnt prompt $basic |
16135 | bpr | 25 | \(dt), </div> |
26 | where \(a) and \(b) are constants. |
||
20 | reyssat | 27 | !exit |
28 | :check |
||
29 | !changeto deduc/meth/$module_language/integrate/basicheck |