gutow / Algebra_with_Sympy

Tools for doing stepwise algebra in an on paper like manner using SymPy.
https://gutow.github.io/Algebra_with_Sympy/
GNU General Public License v3.0
16 stars 3 forks source link

Make an equation input GUI using ipywidgets #4

Open gutow opened 2 years ago

gutow commented 2 years ago

For use by beginning students it might help to have a GUI/palette-like way of building equations that generates the expression for defining an equation that could then be copy/pasted into a cell. Suggested by some general chemistry instructors.

gutow commented 2 years ago

I actually prefer forcing them to practice calculator syntax, as they need practice entering calculations as they would on a calculator.

gutow commented 1 year ago

Something to start with MathLive in another webpage, but with output to sympy syntax not just latex. Then user can copy and paste.