Skip to content

murenei/mathgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math exam generator

====================

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/

Details

Contains 3 problem types:

  • linear
  • quadratic
  • rational polynomial

Returns tuple of Latex formatted problem and solution.

Use MathJax or equivalent to render in the browser.

Module Directory Structure

mathgen
├── __init__.py
├── __pycache__
├── algebra.py
├── calc1.py
└── helper.py

Example

TBC

Used By

https://zealous.ly/math

About

Generate math problems and solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages