Rev 20 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16321 | bpr | 1 | !set methtit=Intercambiar ambos lados de una ecuación |
20 | reyssat | 2 | !set methparmtype=parm equation |
16321 | bpr | 3 | !set methhelp=Este método reescribe la ecuación \(a = b) a \(b = a). |
20 | reyssat | 4 | |
5 | !if $wims_read_parm iswordof form check |
||
16321 | bpr | 6 | !goto $wims_read_parm |
20 | reyssat | 7 | !endif |
8 | |||
9 | !exit |
||
10 | :form |
||
16321 | bpr | 11 | Intercambiar ambos lados de la ecuación |
12 | !read deduc/methparm.phtml 1 |
||
20 | reyssat | 13 | |
14 | !exit |
||
15 | :check |
||
16321 | bpr | 16 | !distribute items $methparmobj1 into data,left,sign,right |
17 | methexp=Intercambiar ambos lados de \($left $sign $right) |
||
20 | reyssat | 18 | |
16321 | bpr | 19 | newobject1=$right $sign $left |
20 | oldobject=1 |
||
20 | reyssat | 21 | |
16321 | bpr | 22 | contextlist=$ct_Always,\ |
23 | $ct_Onlywhen ambos lados son positivos,\ |
||
24 | $ct_Onlywhen mbos lados tienen el mismo signo |
||
20 | reyssat | 25 | |
26 | !exit |