Rev 11567 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set methtit2=Transformation entre inégalités strictes et non-strictes |
2 | !set methtit=Inégalités strictes et non-strictes |
||
3 | !set methenv=ZZ QQ RR |
||
4 | !set methparmtype=choice 4,parm inequality >,\ |
||
5 | parm inequality < |
||
6 | !set methparmrelax=2,3 |
||
7 | !set methhelp=Cette méthode transforme une inégalité stricte en non-stricte\ |
||
8 | ou vice versa. Elle peut être utilisée de plusieurs manières : |
||
9 | |||
10 | !if $wims_read_parm iswordof form check |
||
11 | !goto $wims_read_parm |
||
12 | !endif |
||
13 | |||
14 | !exit |
||
15 | :form |
||
16117 | bpr | 16 | !if $methsubstep=1 |
20 | reyssat | 17 | Cette méthode permet la transformation entre inégalité stricte et |
18 | non-stricte. Vous pouvez choisir parmi les modes d'opération |
||
11567 | bpr | 19 | suivantes : <ol> |
20 | reyssat | 20 | <li> (Affaiblir) Déduire une inégalité non-stricte d'une inégalité |
21 | stricte dans l'hypothèse. |
||
11567 | bpr | 22 | </li><li> (Renforcer) Remplacer une inégalité non-stricte du but par |
20 | reyssat | 23 | l'inégalité stricte. |
11567 | bpr | 24 | </li><li> (Combiner) ">" ou "=" \(<=>) "$m_ge", ou |
20 | reyssat | 25 | "$m_ge" et "$m_ne" \(<=>) ">". |
11567 | bpr | 26 | </li><li> (Séparer) "$m_ge" \(<=>) ">" ou "=", ou |
20 | reyssat | 27 | ">" \(<=>) "$m_ge" et "$m_ne". |
11567 | bpr | 28 | </li> |
20 | reyssat | 29 | </ol> |
30 | !setmethsubstep=2 |
||
16117 | bpr | 31 | !else |
11567 | bpr | 32 | methsubstep=1 |
16117 | bpr | 33 | !endif |
20 | reyssat | 34 | !exit |
35 | :check |
||
36 | |||
37 | !exit |