Rev 9148 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8648 | bpr | 1 | ##insecable character before y |
2 | t1=!rawmath x**2 + a b y |
||
3 | t2=!rawmath a³ |
||
4 | t3=!rawmath 2sin^2(x V) +2toto^2(x) + tata |
||
5 | t4=!rawmath T + alpha |
||
8819 | bpr | 6 | |
7 | t5=!rawmath p**2 |
||
8 | t6=!rawmath 1x2 + x |
||
9 | t7=!rawmath a <= b |
||
8865 | bpr | 10 | t8=!rawmath 4. , 4..6, a.6, a.b |
11 | t9=!rawmath a+-4, 7++8, 8-+9 |
||
12 | t10=!rawmath xy, xsin(y) |
||
13 | t11=!rawmath |x*y| |
||
14 | t12=!rawmath a^(45) |
||
15 | t13=!rawmath a^45 |
||
16 | t14=!rawmath a^{45} |
||
17 | t15=!rawmath 1*23 |
||
9148 | bpr | 18 | |
10181 | bpr | 19 | vartest=$t1\ |
9148 | bpr | 20 | $t2\ |
21 | $t3\ |
||
22 | $t4\ |
||
23 | $t5\ |
||
24 | $t6\ |
||
25 | $t7\ |
||
26 | $t8\ |
||
27 | $t9\ |
||
28 | $t10\ |
||
29 | $t11\ |
||
30 | $t12\ |
||
31 | $t13\ |
||
32 | $t14\ |
||
33 | $t15 |