--
You received this message because you are subscribed to the Google Groups "sage-cloud" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-cloud+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cloud/57f370bf-76ba-4bf5-8a20-8e1c0ba1201e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If I run x^2/x in SMC, the output is x.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cloud/948c7fc8-9ea2-4e3c-aa54-aecfafaf7b35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sympify('x^2 / x', evaluate=False)
solveset(x²/x)
solveset(sympify('(x^3 - x^2 - 6*x) / x', evaluate=False))