mathgenerator icon indicating copy to clipboard operation
mathgenerator copied to clipboard

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 need...

Results 39 mathgenerator issues
Sort by recently updated
recently updated
newest added

Sympy and scipy are large and can result in generators requiring more code and longer loading times than are necessary. We should aim to replace the few scipy and sympy...

enhancement

Hi, just wanted to add an anagram generator under computer science. Please lmk if I should/need to change anything or if there's anything else I can work on.

Fixes applied to 2s complement, and complex_to_polar functions so that they make more sense and look more like questions students may encounter and will need to deal with in class.

Issue-> - The basic algebra function will generate equation like ax+b=c but the equation can be in the form of ax-b = c - The calculation of GCD was unnecessary(I...

Generates Random Questions for Addition in Python is a good set of code which should be added

For some generators, the random value of the second value is limited by the random value of the first generated value. This can cause a bad distribution of generated problems,...

bug

I added an additional function to factor quadratic expressions where the coefficient of x^2 is not 0.

For most of the outputs, how to answer the problem is clear from the way the problem is written. With the [complex to polar form generator](https://lukew3.github.io/mathgenerator/mathgenerator/misc.html#complex_to_polar), however, that is not...