Re: [sympy] Re: Operations on Eq objects

2018-10-27 Thread Oscar Benjamin
Thanks, I've commented there. On Sat, 27 Oct 2018 at 20:40, Chris Smith wrote: > > See this issue for previous discussion. > > On Saturday, October 27, 2018 at 12:44:09 PM UTC-5, Oscar wrote: >> >> Hi all, >> >> I find the behaviour of operations involving Eq strange. I would >> really like to

[sympy] Re: Operations on Eq objects

2018-10-27 Thread Chris Smith
See this issue for previous discussion. On Saturday, October 27, 2018 at 12:44:09 PM UTC-5, Oscar wrote: > > Hi all, > > I find the behaviour of operations involving Eq strange. I would > really like to be able to use Eqs for algebra but they don't

[sympy] Operations on Eq objects

2018-10-27 Thread Oscar Benjamin
Hi all, I find the behaviour of operations involving Eq strange. I would really like to be able to use Eqs for algebra but they don't seem to do anything useful. Is this behaviour intentional or is it something that could be improved? Setup: >>> from sympy import * >>> x = Symbol('x') >>> y =