Subversion Repositories wimsdev

Rev

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 9... Line 9...
9
!set basicp=!replace internal , by ), \( in \($basic)
9
!set basicp=!replace internal , by ), \( in \($basic)
10
!set methhelp=This methos recognizes the integrals of following functions.\
10
!set methhelp=This methos recognizes the integrals of following functions.\
11
 <p>$basicp
11
 <p>$basicp
12
 
12
 
13
!if $wims_read_parm iswordof form check
13
!if $wims_read_parm iswordof form check
14
 !goto $wims_read_parm
14
  !goto $wims_read_parm
15
!endif
15
!endif
16
 
16
 
17
!exit
17
!exit
18
:form
18
:form
19
 The integration
19
 The integration
20
 !read deduc/methparm.phtml 1
20
!read deduc/methparm.phtml 1
21
 is well-known, because it is of the form
21
 is well-known, because it is of the form
22
  <div class="wimscenter">
22
<div class="wimscenter">
23
 \(integrate())
23
 \(integrate())
24
 !formselect methparm2 from 1 to $basiccnt prompt $basic
24
!formselect methparm2 from 1 to $basiccnt prompt $basic
25
 \(dt), </div> where \(a) and \(b) are constants.
25
 \(dt), </div> where \(a) and \(b) are constants.
26
!exit
26
!exit
27
:check
27
:check
28
!changeto deduc/meth/$module_language/integrate/basicheck
28
!changeto deduc/meth/$module_language/integrate/basicheck
29
 
-