Subversion Repositories wimsdev

Rev

Rev 16209 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!set methtit=Formule d'intégration de base
2
!set methtit2=Formule d'intégration de base minimale
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=Cette méthode reconnait les intégrales des fonctions suivantes.\
16209 bpr 11
 <p>$basicp</p>
20 reyssat 12
 
13
!if $wims_read_parm iswordof form check
16117 bpr 14
  !goto $wims_read_parm
20 reyssat 15
!endif
16
 
17
!exit
18
:form
16117 bpr 19
L'intégration
20
!read deduc/methparm.phtml 1
16120 bpr 21
$ est bien-connue, car elle est de la forme
22
<div class="wimscenter">
16117 bpr 23
\(integrate())
24
!formselect methparm2 from 1 to $basiccnt prompt $basic
16135 bpr 25
\(dt), </div>
26
où \(a) et \(b) sont des constantes.
20 reyssat 27
!exit
28
:check
17046 bpr 29
!changeto deduc/meth/$modu_lang/integrate/basicheck