mathgenerator
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...
Currently, the submodules section of the [docs site](https://lukew3.github.io/mathgenerator/mathgenerator.html) uses MathJax to render math equations which are relatively slow if the number of equations on the page is significant. [KaTeX](https://katex.org/) is...
- add flag for latex output - add flag for fraction - add flag for a math expression - use `mathjs` npm package to evaluate answer examples: - `[ '3!'...
hey @lukew3, awesome project! I discovered it through Hacker News the other day. Do you have any plans to make this project into a npm package as well? I've been...
Generate a gif that quickly flips through examples of the many different types of problems that can be generated with mathgenerator. The gif generated from this would be showcased on...
### Bug Description Both in algebra
Funcs should generate latex output by default, but can be converted to asciimath or other with kwarg. Conversion can be handled by the Generator class using a LaTeX to asciimath...
This is my first time contributing to an open source project, so please feel free to correct me if I'm not getting the protocol for this kind of suggestions correctly....
### Bug Description The answer includes x^0 and x^1. Let's make it so that x^0 is not displayed and x^1 is just x