Skip to content

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.

License

Notifications You must be signed in to change notification settings

raidiant/mathgenerator

Repository files navigation

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 https://todarith.ml/generate/

If you have an idea for a generator, please add it as an issue and tag it with the "New Generator" label.

Usage

The project can be install via pip

pip install mathgenerator 

Here is an example of how you would generate an addition problem:

from mathgenerator import mathgen #generate an addition problem problem, solution = mathgen.addition() 

List of Generators

IdSkillExample problemExample SolutionFunction NameStatus
2Addition1+5=6additionComplete
3Subtraction9-4=5subtractionComplete
4Multiplication4*6=24Not Started
5Division4/2=2Not Started
-Factoringx^2+x-6(x-2)(x+3)Not Started
-Power Rule Differentiationx^55x^4Not Started

About

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python100.0%