Mathmaker Doc for dev
Generator of maths worksheets and their detailed solutions
Status: Alpha
Brought to you by:
nico_h
This class was created to manage specifically Equations like x / a = b / d, or a / x = b / d etc.
CrossProductEquation.solve_next_step() just creates the next step Equation, using Table.cross_product().
Possible args for __init__():
where Quotients and num* and deno* are Calculables.
Only one literal object is expected to be among the Quotients, num* and deno*.
Fields:
Variable positions are coded this way:
0: x a 1: a x 2: a b 3: a b b c b c c x x c
Debugging info: no dbg_str() method, so far