I would like to make everyone aware of an update to the Algebra-with-Sympy <https://gutow.github.io/Algebra_with_Sympy/> package. This is a working implementation of algebraic manipulation of equations with the relational operator "=". This implements a superset of the functionality proposed in this PR21333 <https://github.com/sympy/sympy/pull/21333> and this SymPEP <https://github.com/sympy/SymPEPs/pull/1>.
Updates since the last release include: - Equations labeled with their python name, if they have one. - Added flags to adjust human readable output and equation labeling. - Accept equation as function argument in any position. - First pass at solve() accepting equations. - Added override of root() to avoid warning messages. - More unit tests. - First pass at documentation. Hope people find this useful. I have primarily been using it for producing answer keys for physical chemistry classes and for development of expressions for data analysis. Regards, 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/cfb0a4b9-eb74-427c-82f0-ef320784cee5n%40googlegroups.com.
