Hello šāāļø
I've been experimenting with using colors for symbols in equations:
First I display the list of equations.
`values` is a dict of symbols and their numerical values.
`want` is the symbol I want to solve for.
`display_equations_`:
shows the `values` symbols in green
shows the `want` symbol in red
I then solve the system of equations for the wanted symbol.
The result is displayed:
red on the left
only greens on the right
Question:
Is there already a library out there for this?
Just wanted to review similar projects if there are any.
Thank you!
Ed