David, I hope this message is not a repeat. The one I wrote in reply seems to have been deleted.
So briefly: 1. Currently Algebra_with_Sympy does not interpret numbers without decimals as sympy integers, but I have got a working draft that does. I just need to finish updating the tests and documentation, before making a new release. 2. You can use Algebra_with_Sympy as a front-end for Sympy. You can ignore the `Equation` class and just do normal SymPy syntax. There are a some differences in what outputs look like. See the documentation about output formatting. <https://gutow.github.io/Algebra_with_Sympy/algebra_with_sympy.html#controlling-the-format-of-interactive-outputs> Jonathan On Saturday, July 8, 2023 at 5:39:46 AM UTC-4 [email protected] wrote: > On 07/07/2023 23:23, [email protected] wrote: > > David, > > > > I will work to get this into Algebra_with_Sympy quickly. I will post > > when I complete the next release. > > > > Since these ease of use issues are not cleanly addressable within > > SymPy proper, maybe you can think of Algebra_with_SymPy as your > > interactive front-end for sympy. > > > I thought you wrote that you already wrapped integers in S() if the -i > option was specified. Do you just mean that you would make -i the default? > > Can Algebra_with_SymPy operate as a frontend to SymPy in general? > > David > > -- 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/9563b77d-aad4-45fb-9d42-6cbdf5215130n%40googlegroups.com.
