Issue 3705 in sympy: set_zlim

2013-03-18 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3705 by patrick@gmail.com: set_zlim http://code.google.com/p/sympy/issues/detail?id=3705 When I run bin/test I get this assertion : File .../git/sympy/sympy/plotting/tests/test_plot.py, line 198, in test_matplotlib

Re: Issue 3650 in sympy: Enable plotting doctests

2013-03-18 Thread sympy
Comment #4 on issue 3650 by t.hi...@gmail.com: Enable plotting doctests http://code.google.com/p/sympy/issues/detail?id=3650 https://github.com/sympy/sympy/pull/1901 -- You received this message because this project is configured to send all issue notifications to this address. You may

Re: Issue 3702 in sympy: Elemwise Matrix Operation

2013-03-18 Thread sympy
Comment #1 on issue 3702 by smi...@gmail.com: Elemwise Matrix Operation http://code.google.com/p/sympy/issues/detail?id=3702 Just noting that in the case of a Matrix, we have applyfunc Matrix(2,2,[a,b,c,d]) [a, b] [c, d] _.applyfunc(sin) [sin(a), sin(b)] [sin(c), sin(d)] -- You received

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

2013-03-18 Thread sympy
Comment #1 on issue 3704 by smi...@gmail.com: cse raise error with 'Infinity' object has no attribute 'q' http://code.google.com/p/sympy/issues/detail?id=3704 This appears to work in the current development version var(':d x', real=True) (a, b, c, d, x) p = solve(a*x**3 + b*x**2 + c*x +

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

2013-03-18 Thread sympy
Updates: Status: Invalid Comment #2 on issue 3704 by smi...@gmail.com: cse raise error with 'Infinity' object has no attribute 'q' http://code.google.com/p/sympy/issues/detail?id=3704 (No comment was entered for this change.) -- You received this message because this project is

Issue 3706 in sympy: Hyperexpand of tan

2013-03-18 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3706 by someb...@bluewin.ch: Hyperexpand of tan http://code.google.com/p/sympy/issues/detail?id=3706 We can not simplify the formula for tan(z): In [47]: 8*z/(pi**2-4*z**2) * hyper([1, S.Half-z/pi, S.Half+z/pi],

Re: Issue 3706 in sympy: Hyperexpand of tan

2013-03-18 Thread sympy
Comment #1 on issue 3706 by someb...@bluewin.ch: Hyperexpand of tan http://code.google.com/p/sympy/issues/detail?id=3706 We can get an answer by substituting the pi away: In [67]: _.subs(pi, t) Out[67]: 8*z*hyper((1, 1/2 - z/t, 1/2 + z/t), (3/2 - z/t, 3/2 + z/t), 1)/(t**2 - 4*z**2) In

Re: Issue 3706 in sympy: Hyperexpand of tan

2013-03-18 Thread sympy
Comment #2 on issue 3706 by someb...@bluewin.ch: Hyperexpand of tan http://code.google.com/p/sympy/issues/detail?id=3706 We can get an answer by substituting the pi away: In [67]: _.subs(pi, t) Out[67]: 8*z*hyper((1, 1/2 - z/t, 1/2 + z/t), (3/2 - z/t, 3/2 + z/t), 1)/(t**2 - 4*z**2) In

Re: Issue 3706 in sympy: Hyperexpand of tan

2013-03-18 Thread sympy
Updates: Labels: Printing Evalf Comment #3 on issue 3706 by asmeu...@gmail.com: Hyperexpand of tan http://code.google.com/p/sympy/issues/detail?id=3706 The ValueError in the first comment is clearly a bug. For the second one, it works if you evaluate the lerchphi's In [37]:

Re: Issue 3625 in sympy: SymPy Gamma gives wrong result for example given on its homepage.

2013-03-18 Thread sympy
Updates: Status: Fixed Comment #4 on issue 3625 by asmeu...@gmail.com: SymPy Gamma gives wrong result for example given on its homepage. http://code.google.com/p/sympy/issues/detail?id=3625 This works now. -- You received this message because this project is configured to send all

Issue 3707 in sympy: SymPy Gamma needs cleaning up

2013-03-18 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Gamma New issue 3707 by asmeu...@gmail.com: SymPy Gamma needs cleaning up http://code.google.com/p/sympy/issues/detail?id=3707 I was unable to get SymPy Gamma running locally. Just running dev_appserver.py . gives Traceback

[sympy] Re: How to implement an DifferentialOperator that can do this kind calculation

2013-03-18 Thread Saullo Castro
Dear Mr. Zhang, we are using a differential operator as you need, please see more details on: http://stackoverflow.com/questions/15463412/matrix-of-differential-operators-in-python-module-sympy We could address it without changing the core classes in Sympy only when the differential operator is

[sympy] GSoC 2013 Idea(s):Optimization/ Graph Theory

2013-03-18 Thread Rajat Kapoor
*About me* Hi, my name is Rajat Kapoor and I'm currently pursuing Engg. in Electrical and Electronics along with M.S. in Mathematics in BITS Pilani Goa. I'm from India, and have sheer interest in computer programming as well as Mathematics. Few of my favorite areas in Mathematics include

Re: [sympy] Re: How to implement an DifferentialOperator that can do this kind calculation

2013-03-18 Thread Aaron Meurer
Making an operator that works automatically always is not currently possible. To really work completely, you would need http://code.google.com/p/sympy/issues/detail?id=1941. See also https://github.com/sympy/sympy/wiki/Canonicalization (feel free to edit that page). However, you could make a

Re: [sympy] GSoC 2013 Idea(s):Optimization/ Graph Theory

2013-03-18 Thread David Joyner
On Mon, Mar 18, 2013 at 5:06 AM, Rajat Kapoor rajat100...@gmail.com wrote: About me Hi, my name is Rajat Kapoor and I'm currently pursuing Engg. in Electrical and Electronics along with M.S. in Mathematics in BITS Pilani Goa. I'm from India, and have sheer interest in computer programming as

Re: [sympy] GSoC 2013 Idea(s):Optimization/ Graph Theory

2013-03-18 Thread Brian Granger
A number of people have asked about graph theory in sympy in the past. Our feeling is that with the high quality of NetworkX, it doesn't make sense to reinvent graph theory in sympy. Maybe talk to the NetworkX folks about doing a GSoC with them? On Mon, Mar 18, 2013 at 2:06 AM, Rajat Kapoor

[sympy] Re: How to implement an DifferentialOperator that can do this kind calculation

2013-03-18 Thread Julien Rioux
On Monday, 18 March 2013 05:49:11 UTC-4, Saullo Castro wrote: Dear Mr. Zhang, we are using a differential operator as you need, please see more details on: http://stackoverflow.com/questions/15463412/matrix-of-differential-operators-in-python-module-sympy We could address it without

Re: [sympy] GSoC 2013 Idea(s):Optimization/ Graph Theory

2013-03-18 Thread Aaron Meurer
This comes up often enough that we ought to add a note about it to the ideas page. Aaron Meurer On Mon, Mar 18, 2013 at 1:59 PM, Brian Granger elliso...@gmail.com wrote: A number of people have asked about graph theory in sympy in the past. Our feeling is that with the high quality of

Re: [sympy] GSoC 2013 Idea(s):Optimization/ Graph Theory

2013-03-18 Thread Aaron Meurer
See the bottom of https://github.com/sympy/sympy/wiki/GSoC-2013-Ideas. If you have some more examples, add them there (also if you know of good numerical libraries to direct people to). Aaron Meurer On Mon, Mar 18, 2013 at 6:26 PM, Aaron Meurer asmeu...@gmail.com wrote: This comes up often

[sympy] SymPy Gamma typo

2013-03-18 Thread Ivan
Hi, primepi(n) is not euler totient function, it is prime counting function, see attachment. Thanks -- You received this message because you are subscribed to the Google Groups sympy group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sympy] GSOC 2013

2013-03-18 Thread Isuru Samarasinghe
I'm interested in participating GSOC 2013 with Sympy idea - Mobile app for iOS and/or Andriod At the moment I have no programming experience with Python development. But I have nearly 1 hand half years of experience with Android app development. And also I have developed couple of Java backend

[sympy] Clarifying GSOC 2013 Idea

2013-03-18 Thread Isuru Samarasinghe
I'm interested in participating GSOC 2013 with Sympy idea - Mobile app for iOS and/or Andriod At the moment I have no programming experience with Python development. But I have nearly 1 hand half years of experience with Android app development. And also I have developed couple of Java backend

Re: [sympy] SymPy Gamma typo

2013-03-18 Thread Aaron Meurer
https://github.com/sympy/sympy_gamma/pull/9 Thanks for reporting. Aaron Meurer On Mon, Mar 18, 2013 at 8:46 PM, Ivan hingk...@gmail.com wrote: Hi, primepi(n) is not euler totient function, it is prime counting function, see attachment. Thanks -- You received this message because you