Re: [sympy] problem in simply with matrix value and multiplication

2016-07-13 Thread Kenneth Frankel
t doesn't look like anyone > has figured out the source of the problem yet. > > Aaron Meurer > > On Sunday, July 10, 2016, Kenneth Frankel > > wrote: > >> Aaron >> Thanks, that was our guess. I've been trying to follow the error in the >> p

Re: [sympy] problem in simply with matrix value and multiplication

2016-07-10 Thread Kenneth Frankel
on Meurer wrote: > > This looks like a bug in SymPy. > > Aaron Meurer > > On Fri, Jul 8, 2016 at 6:46 PM, Kenneth Frankel > wrote: > >> I downloaded python and simply (etc) from anaconda, and installed >> anaconda2 and anaconda3. >> I upgraded to the l

[sympy] problem in simply with matrix value and multiplication

2016-07-08 Thread Kenneth Frankel
I downloaded python and simply (etc) from anaconda, and installed anaconda2 and anaconda3. I upgraded to the latest simply (1.0) and have this problem When I run import sympy from sympy import * sympy.__version__ x=Symbol('x') y=Symbol('y') M=IndexedBase('M') integrate(cos(M[0] + x*y),x)