Because there have been some requests off-list, I have converted the demonstration code into a PyPi module. You can install with `pip install -U Algebra-with-SymPy` or `pip install -U Algebra_with_SymPy`. The import statement is now `from algebra_with_sympy import *`.
The BinderHub demonstration <https://mybinder.org/v2/gh/gutow/Algebra_with_Sympy/cbd6a53fad910323c6f9c18f5a8585110c8757f4> has also been updated to reflect this. I added an undocumented experimental feature with this update. You can now use `solve(Eqn, var_to_solve_for)` with the Eqn having any valid SymPy expressions on the lhs and rhs. If you put in an `Eqn` the solutions are returned as a list of `Equations`. The functionality is far from complete, but it provides an idea of how this might behave in the future. Comments and suggestions appreciated. Jonathan -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/affe7d6b-0d69-4f9c-b2a5-964f8e0e29a2n%40googlegroups.com.
