Re: Issue 2187 in sympy: IntQubit doesn't work with inner products

2013-03-17 Thread sympy
Comment #2 on issue 2187 by bitsjama...@gmail.com: IntQubit doesn't work with inner products http://code.google.com/p/sympy/issues/detail?id=2187 I guess this is fixed https://github.com/sympy/sympy/pull/1900 -- You received this message because this project is configured to send all issue

Issue 3704 in sympy: cse raise error with 'Infinity' object has no attribute 'q'

2013-03-17 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3704 by ruoyu0...@gmail.com: cse raise error with 'Infinity' object has no attribute 'q' http://code.google.com/p/sympy/issues/detail?id=3704 I am using 0.7.2 from sympy import * x,a,b,c,d = symbols("x a b c d", real=True)

Re: Issue 3665 in sympy: using "with" now that 2.4 support has been dropped

2013-03-17 Thread sympy
Updates: Status: Fixed Comment #3 on issue 3665 by asmeu...@gmail.com: using "with" now that 2.4 support has been dropped http://code.google.com/p/sympy/issues/detail?id=3665 (No comment was entered for this change.) -- You received this message because this project is configured to

Re: Issue 3565 in sympy: Sum(x**n, (n, 0, oo)).doit() is wrong

2013-03-17 Thread sympy
Updates: Status: Fixed Comment #6 on issue 3565 by asmeu...@gmail.com: Sum(x**n, (n, 0, oo)).doit() is wrong http://code.google.com/p/sympy/issues/detail?id=3565 (No comment was entered for this change.) -- You received this message because this project is configured to send all is

Re: Issue 3703 in sympy: Sum of a finite power series performs automatic reduction which is not always valid

2013-03-17 Thread sympy
Comment #2 on issue 3703 by asmeu...@gmail.com: Sum of a finite power series performs automatic reduction which is not always valid http://code.google.com/p/sympy/issues/detail?id=3703 Also, see https://github.com/sympy/sympy/pull/1904, which is related to what I think you are trying to rep

Re: Issue 3700 in sympy: integration of cos(n*(x-phi))*cos(n*x) from x=-pi..pi does not work

2013-03-17 Thread sympy
Updates: Labels: -in Comment #2 on issue 3700 by asmeu...@gmail.com: integration of cos(n*(x-phi))*cos(n*x) from x=-pi..pi does not work http://code.google.com/p/sympy/issues/detail?id=3700 The advantage of not using expand_trig is that the output would be in terms of the shifted x

Re: Issue 3700 in sympy: integration of cos(n*(x-phi))*cos(n*x) from x=-pi..pi does not work

2013-03-17 Thread sympy
Updates: Status: Valid Labels: in Comment #1 on issue 3700 by asmeu...@gmail.com: integration of cos(n*(x-phi))*cos(n*x) from x=-pi..pi does not work http://code.google.com/p/sympy/issues/detail?id=3700 The relevant part of the code is sympy/integrals/trigonometry.py. You

Re: Issue 3703 in sympy: Sum of a finite power series performs automatic reduction which is not always valid

2013-03-17 Thread sympy
Updates: Labels: Concrete Comment #1 on issue 3703 by asmeu...@gmail.com: Sum of a finite power series performs automatic reduction which is not always valid http://code.google.com/p/sympy/issues/detail?id=3703 Did you mean mysum.subs(x,1).subs(M,10).doit()? That works just fine. -

Re: Issue 3613 in sympy: Save the order that an expression was entered

2013-03-17 Thread sympy
Comment #5 on issue 3613 by ronan.l...@gmail.com: Save the order that an expression was entered http://code.google.com/p/sympy/issues/detail?id=3613 Yep, issue 2738, sorry. -- You received this message because this project is configured to send all issue notifications to this address. You

Issue 3703 in sympy: Sum of a finite power series performs automatic reduction which is not always valid

2013-03-17 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3703 by tripleel...@gmail.com: Sum of a finite power series performs automatic reduction which is not always valid http://code.google.com/p/sympy/issues/detail?id=3703 Suppose you do: mysum = summation( ((-1**n)/factorial(

Re: Issue 3613 in sympy: Save the order that an expression was entered

2013-03-17 Thread sympy
Comment #4 on issue 3613 by asmeu...@gmail.com: Save the order that an expression was entered http://code.google.com/p/sympy/issues/detail?id=3613 Did you mean issue 2738? Issue 2805 is also related. -- You received this message because this project is configured to send all issue notifica

Re: Issue 3613 in sympy: Save the order that an expression was entered

2013-03-17 Thread sympy
Updates: Status: WontFix Comment #3 on issue 3613 by ronan.l...@gmail.com: Save the order that an expression was entered http://code.google.com/p/sympy/issues/detail?id=3613 This is clearly impossible without major, and undesirable, changes to the core. The only way this can work in

Re: Issue 3701 in sympy: Theano Printer

2013-03-17 Thread sympy
Comment #2 on issue 3701 by asmeu...@gmail.com: Theano Printer http://code.google.com/p/sympy/issues/detail?id=3701 https://github.com/sympy/sympy/pull/1905 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your no

Re: Issue 3701 in sympy: Theano Printer

2013-03-17 Thread sympy
Comment #1 on issue 3701 by mrock...@gmail.com: Theano Printer http://code.google.com/p/sympy/issues/detail?id=3701 Never mind. Neither of those two issues presented much of an obstacle. -- You received this message because this project is configured to send all issue notifications to this a

Re: Issue 3665 in sympy: using "with" now that 2.4 support has been dropped

2013-03-17 Thread sympy
Comment #2 on issue 3665 by skirpic...@gmail.com: using "with" now that 2.4 support has been dropped http://code.google.com/p/sympy/issues/detail?id=3665 https://github.com/sympy/sympy/pull/1904 -- You received this message because this project is configured to send all issue notifications

Re: Issue 3565 in sympy: Sum(x**n, (n, 0, oo)).doit() is wrong

2013-03-17 Thread sympy
Comment #5 on issue 3565 by skirpic...@gmail.com: Sum(x**n, (n, 0, oo)).doit() is wrong http://code.google.com/p/sympy/issues/detail?id=3565 https://github.com/sympy/sympy/pull/1904 -- You received this message because this project is configured to send all issue notifications to this addr

Issue 3702 in sympy: Elemwise Matrix Operation

2013-03-17 Thread sympy
Status: Valid Owner: Labels: Type-Enhancement Priority-Medium Matrices New issue 3702 by mrock...@gmail.com: Elemwise Matrix Operation http://code.google.com/p/sympy/issues/detail?id=3702 We should have a way to broadcast any scalar operation to a matrix operation by applying it element-w

Issue 3701 in sympy: Theano Printer

2013-03-17 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Printing New issue 3701 by mrock...@gmail.com: Theano Printer http://code.google.com/p/sympy/issues/detail?id=3701 I'd like to create a transformation so that SymPy expressions can be converted to Theano computations. Theano is a

Issue 3700 in sympy: integration of cos(n*(x-phi))*cos(n*x) from x=-pi..pi does not work

2013-03-17 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium Integration New issue 3700 by t.hi...@gmail.com: integration of cos(n*(x-phi))*cos(n*x) from x=-pi..pi does not work http://code.google.com/p/sympy/issues/detail?id=3700 from sympy import * r, x, phi = symbols('r x phi') n = symbols