symengine icon indicating copy to clipboard operation
symengine copied to clipboard

Add support for implicit multiplication of several variables

Open vlovero opened this issue 4 years ago • 1 comments

I.e. 1 - x y should be parsed as 1 - x * y.

vlovero avatar Sep 25 '21 23:09 vlovero

Thanks for the suggestion. Sympy has support for this via an option to the parser so perhaps something similar could be done for symengine. Pull requests are welcome!

rikardn avatar Sep 26 '21 14:09 rikardn