mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
4196e245f33f988c3234f14920767ca6afa00f2d
mathGenerator
A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to random math problems to suit their needs.
To try out generators, go to todarith.ml/generate
List of Generators
| Id | Skill | Example problem | Example Solution | Function Name | Status |
|---|---|---|---|---|---|
| 2 | Addition | 1+5= | 6 | addition | Complete |
| 3 | Subtraction | 9-4= | 5 | subtraction | Complete |
| 4 | Multiplication | 4*6= | 24 | In Progress | |
| 5 | Division | 4/2= | 2 | In Progress | |
| - | Factoring | x^2+x-6 | (x-2)(x+3) | Not Started | |
| - | Power Rule Differentiation | x^5 | 5x^4 | Not Started |
Languages
Python
99.6%
Makefile
0.3%