These objects are first degree equations of all sorts, only one variable, and some particular cases of second degree equations (simple x² = 25, which include the end of the calculus when using pythagorean theorem). Later they might also be equations of higher degree.
Possible arg for __init__():
where <type> can be:
- 'basic_addition': will create x + a = b | a + x = b
- 'basic_addition_r': will create b = x + a | b = a + x
- 'any_basic_addition': will create any of the basic_addition ones
- 'basic_multiplication': will create ax
- 'basic_multiplication_r'
- 'any_basic_multiplication'
- 'any_basic'
- 'classic': will create ax + b = d | b + ax = d
- 'classic_r': will create d = ax + b | d = b + ax
- 'classic_x_twice': will create ax + b = cx + d | ax + b = cx | cx = ax + b | b + ax = cx + d etc.
- 'any_classic': will create any of the classic ones
-
Options:
Fields:
variable_letter:
number:
left_hand_side:
right_hand_side:
Debugging info: