darkknight25 commited on
Commit
543372a
·
verified ·
1 Parent(s): b20e005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +238 -3
README.md CHANGED
@@ -1,3 +1,238 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - math
7
+ - formula
8
+ pretty_name: sunny thakur
9
+ size_categories:
10
+ - n<1K
11
+ ---
12
+ Mathematics Formulas Dataset
13
+
14
+
15
+
16
+ A comprehensive collection of 183 essential mathematical formulas across 12 categories, formatted in JSONL for easy integration with educational software, study apps, and AI systems.
17
+
18
+ # Dataset Overview
19
+
20
+ Total Formulas: 183
21
+
22
+ Categories: 12
23
+
24
+ Format: JSON Lines (.jsonl)
25
+
26
+ Size: ~45KB
27
+
28
+ Last Updated: October 2023
29
+
30
+ # Categories Included
31
+
32
+ Algebra
33
+
34
+ Basic identities
35
+
36
+ Polynomial expansions
37
+
38
+ Quadratic formula
39
+
40
+ Exponential/logarithmic laws
41
+
42
+ Trigonometry
43
+
44
+ Fundamental identities
45
+
46
+ Angle formulas
47
+
48
+ Transformation formulas
49
+
50
+ Trigonometric laws
51
+
52
+ Calculus
53
+
54
+ Derivatives
55
+
56
+ Integrals
57
+
58
+ Special limits
59
+
60
+ Fundamental theorems
61
+
62
+ Geometry
63
+
64
+ Area/volume formulas
65
+
66
+ Coordinate geometry
67
+
68
+ Euler's formula
69
+
70
+ Vector operations
71
+
72
+ Probability & Statistics
73
+
74
+ Basic probability rules
75
+
76
+ Counting principles
77
+
78
+ Distribution formulas
79
+
80
+ Statistical measures
81
+
82
+ Complex Numbers
83
+
84
+ Algebraic operations
85
+
86
+ Polar form conversions
87
+
88
+ Exponential representation
89
+
90
+ Roots of unity
91
+
92
+ Vectors
93
+
94
+ Vector operations
95
+
96
+ Dot/cross products
97
+
98
+ Magnitude calculations
99
+
100
+ Geometric applications
101
+
102
+ Sequences & Series
103
+
104
+ Arithmetic/geometric sequences
105
+
106
+ Summation formulas
107
+
108
+ Financial applications
109
+
110
+ Logarithms
111
+
112
+ Logarithmic identities
113
+
114
+ Change of base
115
+
116
+ Special cases
117
+
118
+ Exponents
119
+
120
+ Exponent rules
121
+
122
+ Fractional exponents
123
+
124
+ Special cases
125
+
126
+ Radicals
127
+
128
+ Radical operations
129
+
130
+ Simplification rules
131
+
132
+ Exponent conversions
133
+
134
+ Logic
135
+
136
+ Logical equivalences
137
+
138
+ De Morgan's laws
139
+
140
+ Truth tables
141
+
142
+
143
+
144
+ JSONL Format Specification
145
+
146
+ Each line contains a complete JSON object with the following common fields:
147
+ ```
148
+ json
149
+
150
+ {
151
+ "category": "Trigonometry",
152
+ "type": "Double Angle",
153
+ "formulas": [
154
+ "sin2θ = 2sinθcosθ",
155
+ "cos2θ = cos²θ - sin²θ"
156
+ ],
157
+ "note": "Three equivalent forms for cosine",
158
+ "tags": ["angles", "identities"]
159
+ }
160
+ ```
161
+ Standard Fields:
162
+ ```
163
+ category: Primary subject area
164
+
165
+ type: Formula subcategory
166
+
167
+ formula(s): The mathematical expression(s)
168
+
169
+ variables: List of variables with descriptions (when applicable)
170
+
171
+ example: Worked examples (when provided)
172
+
173
+ note: Additional explanations
174
+
175
+ tags: Search keywords
176
+ ```
177
+ Usage Examples
178
+
179
+ Python Integration
180
+
181
+ ```
182
+
183
+ import json
184
+
185
+ with open('trigonometry.jsonl') as f:
186
+ for line in f:
187
+ formula = json.loads(line)
188
+ print(f"{formula['type']}: {formula['formulas'][0]}")
189
+ ```
190
+ JavaScript Integration
191
+
192
+ ```javascript
193
+
194
+ const fs = require('fs');
195
+ const readline = require('readline');
196
+
197
+ const rl = readline.createInterface({
198
+ input: fs.createReadStream('algebra.jsonl'),
199
+ crlfDelay: Infinity
200
+ });
201
+
202
+ rl.on('line', (line) => {
203
+ const formula = JSON.parse(line);
204
+ console.log(formula.formulas[0]);
205
+ });
206
+ ````
207
+ # Applications
208
+
209
+ Educational Software: Power formula cheat sheets and auto-solving features
210
+
211
+ Flashcard Apps: Create spaced-repetition study decks
212
+
213
+ AI Training: Enhance math-solving language models
214
+
215
+ Reference Apps: Build comprehensive math handbooks
216
+
217
+ Tutoring Systems: Support step-by-step problem solving
218
+
219
+ # Contribution Guidelines
220
+
221
+ Fork the repository
222
+
223
+ Add new formulas in the appropriate category file
224
+
225
+ Maintain consistent JSONL format
226
+
227
+ Include proper Unicode mathematical notation
228
+
229
+
230
+
231
+ # License
232
+
233
+ This dataset is released under MIT License, allowing free use in both academic and commercial applications with attribution.
234
+ Acknowledgements
235
+
236
+ Compiled by mathematics educators and formatted for machine readability.
237
+
238
+ owner :Sunny thakur