Issue 1297 in sympy: examples don't run

2009-02-18 Thread codesite-noreply
Comment #2 on issue 1297 by ondrej.certik: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 The patch is +1, but the problem is that it still doesn't work for me on Ubuntu: $ python examples/beginner/basic.py Traceback (most recent call last): File "examples/beginner

Issue 1297 in sympy: examples don't run

2009-02-18 Thread codesite-noreply
Comment #1 on issue 1297 by andy.terrel: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 Oh yes there was a patch I forgot to apply: From 9d4591f3cfd8ca37244c8920e71940f9df3ea83c Mon Sep 17 00:00:00 2001 From: Andy R. Terrel Date: Wed, 10 Dec 2008 08:42:01 -0600 Subjec

Issue 1297 in sympy: examples don't run

2009-02-18 Thread codesite-noreply
Status: Accepted Owner: CC: andy.terrel Labels: Type-Defect Priority-High Milestone-Release0.6.4 New issue 1297 by ondrej.certik: examples don't run http://code.google.com/p/sympy/issues/detail?id=1297 The example/README says this should work, but it doesn't: $ cd examples $ ./all.py [...]

Issue 1296 in sympy: some problem with notcommutative algebra

2009-02-18 Thread codesite-noreply
Comment #1 on issue 1296 by sukachev: some problem with notcommutative algebra http://code.google.com/p/sympy/issues/detail?id=1296 one more bug: >>> a,b=sympy.symbols("a,b",commutative=None) >>> (a*b).conjugate() - (b*a).conjugate() 0 >>> a*b-b*a a*b - b*a >>> (a*b-b*a).conjugate() 0 -- You

Issue 1296 in sympy: some problem with notcommutative algebra

2009-02-18 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1296 by sukachev: some problem with notcommutative algebra http://code.google.com/p/sympy/issues/detail?id=1296 code: >>> import sympy >>> b,c=sympy.symbols("b,c",commutative=None) >>> (b*c**2).conjugate() result: conjugate(