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