Subversion Repositories wimsdev

Rev

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 26... Line 26...
26
  de su navegador para reenviar respuestas!)
26
  de su navegador para reenviar respuestas!)
27
  !exit
27
  !exit
28
!endif
28
!endif
29
 
29
 
30
!if bad_answer iswordof $error
30
!if bad_answer iswordof $error
-
 
31
  !! ------------- begin of error message for litexp option factorpol expandpol
-
 
32
  !if notreduced iswordof $test
-
 
33
    !if termealgsimp iswordof $test
-
 
34
      Un terme de votre expression n'est pas correctement simplifié :
-
 
35
      !word -1 of $test
-
 
36
. Vous devez utiliser la notation puissance.
-
 
37
      !exit
-
 
38
    !endif
-
 
39
    !if termenumsimp iswordof $test
-
 
40
      Le coefficient d'un terme de votre expression n'est pas complètement calculé :
-
 
41
      !word -1 of $test
-
 
42
.
-
 
43
      !exit
-
 
44
    !endif
-
 
45
    !if termesamepower iswordof $test
-
 
46
      Votre expression n'est pas réduite
-
 
47
      !let th=!word -1 of $test
-
 
48
.
-
 
49
      Les termes $(th[1]) et $(th[2]) se simplifient.
-
 
50
      !exit
-
 
51
    !endif
-
 
52
    !if parenthesis iswordof $test
-
 
53
      Votre expression n'est pas totalement simplifiée : elle contient des parenthèses.
-
 
54
      !exit
-
 
55
    !endif
-
 
56
  !endif
-
 
57
  !if badform iswordof $test
-
 
58
    !if notcomplete iswordof $test
-
 
59
      Le facteur
-
 
60
      !word -1 of $test
-
 
61
      n'est pas complètement factorisé. Veuillez le factoriser correctement.
-
 
62
      !exit
-
 
63
    !endif
-
 
64
    !if notfactorised iswordof $test
-
 
65
      Votre expression n'est pas factorisée
-
 
66
      !let p=!word -1 of $test
-
 
67
      !char 1 to $p-1 of $dd
-
 
68
      <font color="red">
-
 
69
        &nbsp;
-
 
70
        !char $p of $dd
-
 
71
        &nbsp;
-
 
72
      </font>
-
 
73
      !char $p+1 to -1 of $dd
-
 
74
.      !exit
-
 
75
    !endif
-
 
76
    !if usedivide iswordof $test
-
 
77
      Votre expression n'est pas écrite comme il faut. Veuillez proposer une écriture sans utilisation du symbole divisé.
-
 
78
      !exit
-
 
79
    !endif
-
 
80
    !if fparenthesis iswordof $test
-
 
81
      Votre expression n'est pas totalement simplifiée le facteur
-
 
82
      !word -1 of $test
-
 
83
      contient des parenthèses.
-
 
84
      !exit
-
 
85
    !endif
-
 
86
    !if multifactor iswordof $test
-
 
87
      L'expression peut être écrite plus simplement en utilisant la notation puissance. Notamment pour le facteur :
-
 
88
      !word -1 of $test
-
 
89
.
-
 
90
      !exit
-
 
91
    !endif
-
 
92
    !if twofactorcst iswordof $test
-
 
93
      Votre expression contient deux facteurs constants :
-
 
94
      !word -2 of $test
-
 
95
      et
-
 
96
      !word -1 of $test
-
 
97
.
-
 
98
      !exit
-
 
99
    !endif
-
 
100
    !if factorcontent iswordof $test
-
 
101
      Les facteurs constants doivent aussi être factorisé :
-
 
102
      !word -1 of $test
-
 
103
.
-
 
104
      !exit
-
 
105
    !endif
-
 
106
  !endif
-
 
107
  !! ------------- end of error message for litexp option factorpol expandpol
31
  !if illegalname iswordof $test
108
  !if illegalname iswordof $test
32
    Su código contiene el término no autorizado <span class="alert tt">$illegal_name</span>. Por favor corríjalo.
109
    Su código contiene el término no autorizado <span class="alert tt">$illegal_name</span>. Por favor corríjalo.
33
    !exit
110
    !exit
34
  !endif
111
  !endif
35
  !if lengthoverflow iswordof $test
112
  !if lengthoverflow iswordof $test