Rev 15463 | Rev 17356 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15463 | Rev 17282 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | !! empty_data bad_data double_reply are in html/msg.phtml.fr - suppress on test |
13 | !! empty_data bad_data double_reply are in html/msg.phtml.fr - suppress on test |
14 | 14 | ||
15 | !if bad_answer iswordof $error |
15 | !if bad_answer iswordof $error |
- | 16 | !! ------------- begin of error message for litexp option factorpol expandpol |
|
- | 17 | !if notreduced iswordof $test |
|
- | 18 | !if termealgsimp iswordof $test |
|
- | 19 | Un terme de votre expression n'est pas correctement simplifié : |
|
- | 20 | !word -1 of $test |
|
- | 21 | . Vous devez utiliser la notation puissance. |
|
- | 22 | !exit |
|
- | 23 | !endif |
|
- | 24 | !if termenumsimp iswordof $test |
|
- | 25 | Le coefficient d'un terme de votre expression n'est pas complètement calculé : |
|
- | 26 | !word -1 of $test |
|
- | 27 | . |
|
- | 28 | !exit |
|
- | 29 | !endif |
|
- | 30 | !if termesamepower iswordof $test |
|
- | 31 | Votre expression n'est pas réduite |
|
- | 32 | !let th=!word -1 of $test |
|
- | 33 | . |
|
- | 34 | Les termes $(th[1]) et $(th[2]) se simplifient. |
|
- | 35 | !exit |
|
- | 36 | !endif |
|
- | 37 | !if parenthesis iswordof $test |
|
- | 38 | Votre expression n'est pas totalement simplifiée : elle contient des parenthèses. |
|
- | 39 | !exit |
|
- | 40 | !endif |
|
- | 41 | !endif |
|
- | 42 | !if badform iswordof $test |
|
- | 43 | !if notcomplete iswordof $test |
|
- | 44 | Le facteur |
|
- | 45 | !word -1 of $test |
|
- | 46 | n'est pas complètement factorisé. Veuillez le factoriser correctement. |
|
- | 47 | !exit |
|
- | 48 | !endif |
|
- | 49 | !if notfactorised iswordof $test |
|
- | 50 | Votre expression n'est pas factorisée |
|
- | 51 | !let p=!word -1 of $test |
|
- | 52 | !char 1 to $p-1 of $dd |
|
- | 53 | <font color="red"> |
|
- | 54 | |
|
- | 55 | !char $p of $dd |
|
- | 56 | |
|
- | 57 | </font> |
|
- | 58 | !char $p+1 to -1 of $dd |
|
- | 59 | . !exit |
|
- | 60 | !endif |
|
- | 61 | !if usedivide iswordof $test |
|
- | 62 | Votre expression n'est pas écrite comme il faut. Veuillez proposer une écriture sans utilisation du symbole divisé. |
|
- | 63 | !exit |
|
- | 64 | !endif |
|
- | 65 | !if fparenthesis iswordof $test |
|
- | 66 | Votre expression n'est pas totalement simplifiée le facteur |
|
- | 67 | !word -1 of $test |
|
- | 68 | contient des parenthèses. |
|
- | 69 | !exit |
|
- | 70 | !endif |
|
- | 71 | !if multifactor iswordof $test |
|
- | 72 | L'expression peut être écrite plus simplement en utilisant la notation puissance. Notamment pour le facteur : |
|
- | 73 | !word -1 of $test |
|
- | 74 | . |
|
- | 75 | !exit |
|
- | 76 | !endif |
|
- | 77 | !if twofactorcst iswordof $test |
|
- | 78 | Votre expression contient deux facteurs constants : |
|
- | 79 | !word -2 of $test |
|
- | 80 | et |
|
- | 81 | !word -1 of $test |
|
- | 82 | . |
|
- | 83 | !exit |
|
- | 84 | !endif |
|
- | 85 | !if factorcontent iswordof $test |
|
- | 86 | Les facteurs constants doivent aussi être factorisé : |
|
- | 87 | !word -1 of $test |
|
- | 88 | . |
|
- | 89 | !exit |
|
- | 90 | !endif |
|
- | 91 | !endif |
|
- | 92 | !! ------------- end of error message for litexp option factorpol expandpol |
|
16 | !if illegalname iswordof $test |
93 | !if illegalname iswordof $test |
17 | ÄãµÄ»Ø´ð°üº¬·Ç·¨Ãû×Ö<span class="tt">$illegal_name</span>. Çë¸ÄÕý. |
94 | ÄãµÄ»Ø´ð°üº¬·Ç·¨Ãû×Ö<span class="tt">$illegal_name</span>. Çë¸ÄÕý. |
18 | !exit |
95 | !exit |
19 | !endif |
96 | !endif |
20 | !if lengthoverflow iswordof $test |
97 | !if lengthoverflow iswordof $test |