Subversion Repositories wimsdev

Rev

Rev 10181 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8572 reyssat 1
add2=!texmath 1-1 , 1+1 , 1+2 , 2+1 , 1+x , 2+x , 10+x , x+1 , x+2 , x+y , x+X
8570 reyssat 2
 
3
add2p=!texmath (1+x) , (2+x) , (x+1) , (x+2), ((1+x)) , ((2+x)) , ((x+1)) , ((x+2))
4
 
8819 bpr 5
add3=!texmath 1+1+1 , 1+2+3 , 1-1+1 , 1+x+y , 2+x+y
8570 reyssat 6
 
7
sign=!texmath -1 , -2 , -x , -(1) , -(2) , -(x) , (-1) , (-2) , (-x)
8
 
9
doublesign=!texmath --1 , --2 , --x , 1++x , 1+-x , 1-+x , 1--x , 1---x , 1-+-x
10
 
11
mul=!texmath 2*3 , x*y , x y , xy
12
 
13
div=!texmath 2/2 , 1/x , x/1 , -1/1 , 1/-1 , y/x , 1//x , 1/1/x , 1/1/1/x
14
 
8572 reyssat 15
divp=!texmath 1/(2*x) , 1/(2*2) , (a+1)/2 , (3+1)/2 , (3)/2 , x/2 , (x)/2 , (a+b)/(c+d) , (a/b)/(c/d)
16
 
8819 bpr 17
muldiv=!texmath 1/1*x , 1/x*1 , 1*/x , 1/*x
8570 reyssat 18
 
8572 reyssat 19
muldivp=!texmath 1/(1/x) , 3/(2/x) , 3/(2/5) , 1*(1/x) , 1/(1*x) , 1/(1+x) , 1+(1/x) , 1/(1/(1/x)) , 3/(4/(5/x)) , (a*b)/(c/d)
8570 reyssat 20
 
21
exp=!texmath 2**3 , 2^3 , 2^(3) , 4^ 5 , a^(b^c)
22
 
23
ind=!texmath a0 , a_0 , a9 , a10 , a1000 , a1/2 , a_(1/2) , a_((1+x)/(1-x))
24
 
8572 reyssat 25
num=!texmath 1 , 10 , -1 , -10 , 1.0 , 1.0/1 , 1/1.0 , 1*1.0 , 1.0*1.0 , 02 , 003
8570 reyssat 26
 
8819 bpr 27
num2=!texmath 0.001 , 0.010 , 0.000
8572 reyssat 28
 
29
sci=!texmath 35E-05 , 35.678E-05 , 47E06 , 58E+06
30
 
31
matrix=!texmath [4,5;6,7] , [1,2,3;4,5,6;7,8,9] , [2^2,1/x;a*b,c^(1/2)]
32
 
8819 bpr 33
matrix2=!texmath [[4,5;6,7],5;6,[1,2;3,4]]
8572 reyssat 34
 
35
stars=!texmath 2*5 , 1*4 , 1**4 , 1*2*3 , 2*1*3 , c^2*3 , c^(2*3) , c^1 , c^(*) , * , ** , *3*
36
 
8819 bpr 37
names=!texmath alpha , gamma , Gamma , zeta
8572 reyssat 38
 
39
names2=!texmath atan(1)=%pi/4 , %e+3
40
 
41
sums=!texmath sum(n^(-2),n,1,4) , sum(n^(-2),n=1,4) , sum(n^(-2),n=1,inf) , sum(n^(-2),n=-inf,inf) , sum(n^(-2),n=1,infinity) , product(n/(n+1),n=1,infinity) , integrate(x/(x^3+1),x,1,infinity), integrate(sin(x),x,0,%pi) , integrate(x/(x^3+1),x,1/%pi,%pi)
42
 
43
relations=!texmath 1<=2 , 20>=13 , 4<=>5 , 6=>7 , a->b
44
 
45
relationempty=!texmath 5= , =4  ,  ()=() , *=* , +=+
46
 
8819 bpr 47
relationempty2 =!texmath
8572 reyssat 48
 
49
relationempty3 =!texmath ,
50
 
8570 reyssat 51
mixed1=!texmath (a+b)/(c+d)^2
52
 
8572 reyssat 53
mixed2=!texmath c^(*)
8570 reyssat 54
 
55
mixed3=!texmath (a/b)^(c/d) , (a/b)^c/d
56
 
8819 bpr 57
mixed4=!texmath a+b/c+d , (a+b)/(c+d)
8570 reyssat 58
 
59
mixed5=!texmath a0/(1+a1/(1+a2/(1+a3)))
60
 
8572 reyssat 61
par=!texmath () , ()+4 , (1) , ((2)) , (((3))) , ((((4)))) , (((((5))))) , ((((((6)))))) , [] , [4] , [[4]] , [[[4]]]
62
 
8570 reyssat 63
stupid=!texmath 2***3 , 1..0 , 1&2
64
 
65
warn1ok=!texmath 2**3 , a0 , a_0 , a_(1/2)
66
warn1  =!texmath 2**3 , a0 , a_0 , a_{1/2}
8819 bpr 67
 
68
parent=!texmath (3+(5+x)^2)^5
69
 
9147 bpr 70
an=!texmath (x*y)/(a*b*c)+(x*y*z)/(a*b)
71
bn=!texmath a*n
9133 bpr 72
 
14780 bpr 73
testexp1=!texmath 4*e-5
74
testexp2=!texmath 4*E-1
75
 
10181 bpr 76
vartest=$add2\
9147 bpr 77
$add2p\
78
$add3\
79
$sign\
80
$doublesign\
81
$mul\
82
$div\
83
$divp\
84
$muldiv\
85
$muldivp\
86
$exp\
87
$ind\
88
$num\
89
$num2\
90
$sci\
91
$matrix\
92
$matrix2\
93
$stars\
94
$names\
95
$names2\
96
$sums\
97
$relations\
98
$relationempty\
99
$relationempty2\
100
$relationempty3\
101
$mixed1\
102
$mixed2\
103
$mixed3\
104
$mixed4\
105
$mixed5\
106
$par\
107
$stupid\
108
$warn1ok\
109
$warn1\
110
$parent\
111
$an\
14780 bpr 112
$bn\
113
$testexp1\
114
$testexp2
115