Subversion Repositories wimsdev

Rev

Rev 16120 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16120 Rev 16135
Line 4... Line 4...
4
 
4
 
5
!set basic=a*cos(t),a*sin(t),a*ch(t),a*sh(t)
5
!set basic=a*cos(t),a*sin(t),a*ch(t),a*sh(t)
6
!set basiccnt=!itemcnt $basic
6
!set basiccnt=!itemcnt $basic
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</p>
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>
23
 \(dt), </div> where \(a) is a constant.
24
where \(a) is a constant.
24
!exit
25
!exit
25
:check
26
:check
26
!changeto deduc/meth/$module_language/integrate/basicheck
27
!changeto deduc/meth/$module_language/integrate/basicheck