Rev 5763 | Rev 16135 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5763 | Rev 16120 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | a*cos(t),a/sin(t)^2,a/cos(t)^2,a*sh(t),a*ch(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 |
8 | a/sh(t)^2,a/ch(t)^2 |
9 | !set basiccnt=!itemcnt $basic |
9 | !set basiccnt=!itemcnt $basic |
10 | !set basicp=!replace internal , by ), \( in \($basic) |
10 | !set basicp=!replace internal , by ), \( in \($basic) |
11 | !set methhelp=This methos recognizes the integrals of following functions.\ |
11 | !set methhelp=This methos recognizes the integrals of following functions.\ |
12 | <p>$basicp |
12 | <p>$basicp</p> |
13 | - | ||
14 | !if $wims_read_parm iswordof form check |
13 | !if $wims_read_parm iswordof form check |
15 | !goto $wims_read_parm |
14 | !goto $wims_read_parm |
16 | !endif |
15 | !endif |
17 | 16 | ||
18 | !exit |
17 | !exit |
19 | :form |
18 | :form |
20 | The integration |
19 | The integration |
21 |
|
20 | !read deduc/methparm.phtml 1 |
22 | is well-known, because it is of the form |
21 | is well-known, because it is of the form |
23 | <div class="wimscenter"> |
22 | <div class="wimscenter"> |
24 | \(integrate()) |
23 | \(integrate()) |
25 |
|
24 | !formselect methparm2 from 1 to $basiccnt prompt $basic |
26 | \(dt), </div> where \(a) and \(b) are constants. |
25 | \(dt), </div> where \(a) and \(b) are constants. |
27 | !exit |
26 | !exit |
28 | :check |
27 | :check |
29 | !changeto deduc/meth/$module_language/integrate/basicheck |
28 | !changeto deduc/meth/$module_language/integrate/basicheck |
30 | - |