forked from OrangeX4/latex2sympy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtextlatex.txt
85 lines (44 loc) · 973 Bytes
/
textlatex.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Testing Math TTS
math-tts HackEd 2023
Basic Operations
,
opening bracket d minus b closing bracket
,
d dot opening bracket b + c closing bracket
,
d times b + c
,
a over b + c over d
,
d over opening bracket b + c closing bracket
,
-1 times d dot -1 times b
,
T of X squared = X squared + 2 X + 1 = 1 times 1 + 2 X + 1 times opening
bracket X squared closing bracket
,
log base a squared of x
,
sin of (x) dot e raised to the powerx
Derivatives
,
The derivative of x with respect to y
,
d squared times x over dx to the power 2
,
The partial derivative of f with respect to x
Limits
,
Limit of f of x as x approaches infinity
,
Limit of f of x as x approaches negative infinity
,
Limit of opening bracket f of x + g of x closing bracket over x as x
approaches infinity
Integrals
,
Integral of f of x from a to b with respect to x
Summation
The summation from j equals 1 to k of A__j
Product
The product from j equals 1 to k of A__j