====================
Adapted from thearn/examgen to remove document utility functions (grouping of equations into document sections, formatting and printing to pdf). Essentially, this version contains only the equation generator functions.
Available on PyPi here: https://pypi.org/manage/projects/
Contains 3 problem types:
- quadratic
- linear
Returns tuple of Latex formatted problem and solution.
Use MathJax or equivalent to render in the browser.
mathgen ├── init.py ├── pycache ├── algebra.py ├── calc1.py └── helper.py
TBC