erreur, manque de IfEnd
Posté le 19/02/2008 01:29
bonjour, j'ai tenté de réaliser un programme en suivant les turitoriaux présents sur ce site, j'en suis arrivé au prog suivant. Cependant, je rencontre 2 problèmes:
1. lorsque je passe ce programme au déboggueur, il me signale un manque de "IfEnd"(5 au total)
2. je n'ai pas trouvé dans ces mêmes turitoriaux comment faire pour établir un retour dans le programme supérieur lorsque je suis dans une sous partie.
Merci d'avance pour vos conseils.
" ™MATHS™BTS™SCBH2™"
"1/Probabilites?"
"2/Statistiques?"
"3/Derivees?"
"4/Primitives?"
"5/Ln™Expo?"
"6/Equa Diff"?ÞA
If A=1
Then "™™™™™PROBABILITES™™™™"
"1)LOI BINOMIALE?"
"2)LOI DE POISSON?"
"3)LOI NORMALE?"
"4)APPROXIMATIONS?"
"5)PROBA GENERALE"?ÞB
If B=1
Then "™™™™LOI BINOMIALE™™™™"
"CONDITIONS"
"1.2 eventualites"
"2.epreuves indepdnte"
"3.memes conditions pr chaque epreuves"Ý
"FORMULE GENERALE"
"XÞB(n;p)"
"n:nbr repet evenment"
"p:proba de reussite"
"ˆ(X=k)=C ^k.p^k.(1™p)^k"
"APPLI=ì ^k:nìk"Ý
"AUTRES FORMULES"
"Esperance: E(X)=n.p"
"Variance: V(X)=n.p.q=n.p.(1™p)"
"Ecart type: xÄn(X)=†(npq)"Ý
IfEnd
If B=2
Then "™™™™LOI DE POISSON™™™"
"CONDITIONS"
"proba de realisa' proportionel a la duree"
"proba independt du nbr d'evnmen anterieur"Ý
"FORMULE GENERALE"
"XÞP(?)"
"?:lambda, moyenne"
"ˆ(X=k)=(e^™?.?^k)/(k!)"Ý
"AUTRES FORMULES"
"Esperance: E(X)=?"
"Variance: V(X)=?"
"Ecart type: xÄn(X)=†?"Ý
IfEnd
If B=3
Then "™™™™™LOI NORMALE™™™™"
"CONDITIONS"
"utilise un parametr de position (moy)et un parametr de dispersion(ec™typ)"Ý
"FORMULE GENERALE"
"XÞN(m;xÄn)"
"il faut ramener la loi a une loi normale centree reduite"
"ainsi T=(X™m)/xÄn suit une loi TÞN(0;1)"Ý
IfEnd
If B=4
Then "™™™™APPROXIMATIONS™™™"
"BINOMIALEÞPOISSON"
"si n est grand et p voisin de 0:"
"B(n;p)ÞP(?) avec ?=np"Ý
"BINOMIALEÞNORMALE"
"si n est grand et p ni trop pres de 0 et de 1:"
"B(n;p)ÞN(m;xÄn) avec m=np et xÄn=†(np(1™p))"Ý
IfEnd
If B=5
Then "™™™™PROBA GENERALE™™™"
"P=(nbre cas fav)/(nbre cas poss)"
"AuB:A union B: totalite"
"AnB:A inter B: milieu commun"Ý
"P(AuB)=P(A)‰P(B)™P(AnB)"
"P(AnB)=P(A)xP(B)si independant"
"P(AnB)=P(A)xP(B/A)si dependant"Ý
"P(Abarr)=1™P(A)"
"P(A/B)=P(AnB)/P(B)"
IfEnd
If A=2
Then "™™™™™STATISTIQUES™™™™"
"moyenne:?"
"variance:(xÄn)‹"
"ecart type:xÄn"
IfEnd
If A=3
Then "™™™™™™™DERIVEES™™™™™™"
"1.derivees usuelles?"
"2.derivees composees"?ÞC
If C=1
Then "a:0 x:1"
"ax‰b:a x‹:2x"
"x–†:3x‹"
"x^n:nx^(n™1)"
"1/x:™1/(x‹)"
"1/x^n:™n/x^(n™1)"Ý
"†x:1/2racx"
"†(ax‰b):a/2†(ax‰b)"
"ln 'x:1/x"
"sin x:cos x"
"™sin x:™cos x"
"cos x:™sin x"
"™cos x:sin x"Ý
IfEnd
If C=2
Then "u‰v:u'‰v'"
"uv:u'v‰uv'"
"au:au'"
"u^n:u'nu^(n™1)"
"1/v:™v'/v‹"
"u/v:(u'v™uv')/(v‹)"
"†u:u'/2†u"Ý
IfEnd
If A=4
Then "™™™™™™PRIMITIVES™™™™™"
"1.prim usuelles?"
"2.prim composees"?ÞD
If D=1
Then "1:x‰c , 10:10x‰c"
"x:(x‹)/2‰c"
"x‹:(x–†)/3‰c"
"x^n:(x^n‰1)/(n‰1)‰c"Ý
"1/x‹:™1/x‰c"
"1/†x:2†x‰c"
"cos x:sin x‰c"
"sin x:™cos x‰c"Ý
IfEnd
If D=2
Then "u'.u^n:(u^n‰1)/(n‰1)‰c"
"u'/u‹:™1/u‰c"
"u'/†u:2†u‰c"
"u'cos u:sin u‰c"
"u'sin u:™cos u‰c"Ý
IfEnd
If A=5
Then "™™™™™™™Ln/Expo™™™™™™™"
"1)LOGARITHME NEPERIEN?"
"2)EXPONENTIELLE"?ÞE
If E=1
Then "ln (ab)=ln (a)‰ln (b)"
"ln (a/b)=ln (a)™ln (b)"
"ln (1/b)=™ln (b)"
"ln (a^n)=nln (a)"
"ln (†a)=1/2ln (a)"Ý
IfEnd
If E=2
Then "en cours"
IfEnd
If A=6
Then "™™™™™™EQUA DIFF™™™™™™"
"1. y'‰ay=0 ?"
"2. ay"‰by'‰cy=0 ?"
"3. y'‰ay=g(x) ?"
"4. ay"‰by'‰cy=g(x) ?"
"5. y'‰a(x)y=0 "?ÞF
If F=1
Then "f(x):Ce^(™ax)"
IfEnd
If F=2
Then "trouver D (delta)"
"si D>0: f(x)=Ae^(r1x)‰Be^(r2x)"
"si D=0: f(x)=(A‰Bx)e^(rx)"Ý
"si D<0: 2 sol cjugues"
"r1=(™b™i†™D)/2a='alfa'‰'beta'i"
"f(x)=e^('alfa'x)(Acos ('beta'x)‰Bsin ('beta'x))"Ý
IfEnd
If F=3
Then "1.resoudre ..=0"
"2.trouver sol part (dans ax‰b, a et b)"
"f(x)=?(1‰2)"
"3.remplacer f(0)=1 (ex) pour trouver C"
"sol gen= f(x)..."
IfEnd
If F=4
Then "1.resoudre ..=0"
"2.trouver sol part (dans ax‹‰bx‰c, a,b,c)"
"f(x)=?(1‰2)"Ý
"3.remplacer f(0)=1 (ex) pr trouver A,B"
"sol gen= f(x)..."
IfEnd
If F=5
Then "on trouve la primitive de a=A"
"f(x)=Ce¨(™Ax)"
IfEnd