Re: Issue 3801 in sympy: Piecewise integration failure over multiple symbolically-defined ranges

2013-05-03 Thread sympy
Updates: Summary: Piecewise integration failure over multiple symbolically-defined ranges Status: Valid Comment #6 on issue 3801 by julien.r...@gmail.com: Piecewise integration failure over multiple symbolically-defined ranges http://code.google.com/p/sympy/issues/detail?id=3801

Re: Issue 3801 in sympy: Piecewise integration failure over multiple symbolically-defined ranges

2013-05-03 Thread sympy
Comment #7 on issue 3801 by martin-g...@earth.li: Piecewise integration failure over multiple symbolically-defined ranges http://code.google.com/p/sympy/issues/detail?id=3801 Thanks for the explanation. For now it was easiest to just implement the integration for these problems manually, by

Re: Issue 2789 in sympy: minpoly should work with roots of unity in exponential form

2013-05-03 Thread sympy
Comment #8 on issue 2789 by mario.pe...@gmail.com: minpoly should work with roots of unity in exponential form http://code.google.com/p/sympy/issues/detail?id=2789 partially fixed in PR 2038 -- You received this message because this project is configured to send all issue notifications to

Re: Issue 2835 in sympy: PolynomialError with minpoly()

2013-05-03 Thread sympy
Comment #4 on issue 2835 by mario.pe...@gmail.com: PolynomialError with minpoly() http://code.google.com/p/sympy/issues/detail?id=2835 In PR 2038 ``minpoly`` raises an exception if it finds a division by zero, as in the case of ``minpoly(x)`` with ``x`` of the first comment. -- You

Re: Issue 3769 in sympy: minpoly hangs on this expresion; should subtract constant?

2013-05-03 Thread sympy
Comment #7 on issue 3769 by mario.pe...@gmail.com: minpoly hangs on this expresion; should subtract constant? http://code.google.com/p/sympy/issues/detail?id=3769 fixed in PR 2038 -- You received this message because this project is configured to send all issue notifications to this

Re: Issue 3699 in sympy: solve() should be able to tell you when it knows it's found all the solutions

2013-05-03 Thread sympy
Comment #4 on issue 3699 by thilina@gmail.com: solve() should be able to tell you when it knows it's found all the solutions http://code.google.com/p/sympy/issues/detail?id=3699 I am no expert here but couldn't we return True or False with the set of solutions as a tuple, depending on

Re: Issue 829 in sympy: Improve simplify() to handle result from integrate(log(k**2-m**2), k)

2013-05-03 Thread sympy
Comment #16 on issue 829 by smi...@gmail.com: Improve simplify() to handle result from integrate(log(k**2-m**2), k) http://code.google.com/p/sympy/issues/detail?id=829 simplify works fine on the original monstrosity and the modifications to simplify made as Mateusz improved polys are

Re: Issue 3795 in sympy: math domain error from plot

2013-05-03 Thread sympy
Updates: Status: Fixed Comment #8 on issue 3795 by smi...@gmail.com: math domain error from plot http://code.google.com/p/sympy/issues/detail?id=3795 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue

Re: Issue 3699 in sympy: solve() should be able to tell you when it knows it's found all the solutions

2013-05-03 Thread sympy
Comment #5 on issue 3699 by thilina@gmail.com: solve() should be able to tell you when it knows it's found all the solutions http://code.google.com/p/sympy/issues/detail?id=3699 Another work around is to return oo if the solution is incomplete. Since solve doesn't return oo as a

2 issues changed in sympy

2013-05-03 Thread sympy
Updates: Status: Started Owner: julien.r...@gmail.com Comment by julien.r...@gmail.com: https://github.com/sympy/sympy/pull/2045 Affected issues: issue 3292: init_session from within Python starts IPython http://code.google.com/p/sympy/issues/detail?id=3292 issue 3604:

Re: Issue 3699 in sympy: solve() should be able to tell you when it knows it's found all the solutions

2013-05-03 Thread sympy
Comment #6 on issue 3699 by thilina@gmail.com: solve() should be able to tell you when it knows it's found all the solutions http://code.google.com/p/sympy/issues/detail?id=3699 Another work around is to return oo along with the solution set if the solution is incomplete. Since solve

Re: Issue 1592 in sympy: Pretty print Sum with a Sigma

2013-05-03 Thread sympy
Comment #11 on issue 1592 by brunol...@gmail.com: Pretty print Sum with a Sigma http://code.google.com/p/sympy/issues/detail?id=1592 It would appear that the Unicode Number for Sigma is: U+03A3 -- You received this message because this project is configured to send all issue notifications

Re: Issue 2830 in sympy: checkodesol needs to use force

2013-05-03 Thread sympy
Comment #10 on issue 2830 by smi...@gmail.com: checkodesol needs to use force http://code.google.com/p/sympy/issues/detail?id=2830 There is only line 1267 where expand is being used, so that is the place to try adding 'force=True' to see if the OP changes can then be made successfully.

Re: Issue 3594 in sympy: factor should return unhandled expressions unchanged

2013-05-03 Thread sympy
Comment #3 on issue 3594 by smi...@gmail.com: factor should return unhandled expressions unchanged http://code.google.com/p/sympy/issues/detail?id=3594 This factored expression should not become unfactored, either: eq sqrt(a/(a + b)**2) factor(eq) sqrt(a/(a**2 + 2*a*b + b**2)) -- You

Re: Issue 3513 in sympy: %load_ext sympy.interactive.ipythonprinting damaging output

2013-05-03 Thread sympy
Updates: Status: Started Owner: julien.r...@gmail.com Comment #2 on issue 3513 by julien.r...@gmail.com: %load_ext sympy.interactive.ipythonprinting damaging output http://code.google.com/p/sympy/issues/detail?id=3513 There is a function _can_print_latex to determine whether

Re: Issue 3685 in sympy: Rewrite ODE docstrings using LaTeX

2013-05-03 Thread sympy
Comment #6 on issue 3685 by fawaz.mo...@gmail.com: Rewrite ODE docstrings using LaTeX http://code.google.com/p/sympy/issues/detail?id=3685 I generate the document. There are some error messages from sphinx. Moreover, some mathjax text is not redered correctly. see attached picture. I

[sympy] GSOC application : Assumptions

2013-05-03 Thread Angus Griffith
Hi everyone, My name is Angus and I'm applying for GSOC 2013 under Sympy. Normally I maintain and develop Mathics http://mathics.org/ (another CAS which uses Sympy extensively). I hope to work on the assumptions module and fix as many assumption related issues as possible. Here's a link to my

Re: [sympy] GSOC application : Assumptions

2013-05-03 Thread Stefan Krastanov
Hi, More work on the assumption module is certainly needed and welcomed. You should learn about the differences between the old and the new assumption modules and study the other GSoC proposals about assumptions (they are public on our github wiki). It would also be useful for you if you look at

Re: [sympy] GSOC application : Assumptions

2013-05-03 Thread Amit Jamadagni
Sorry for spamming here but a review on this would be helpful. https://github.com/sympy/sympy/wiki/GSoC-2013-Application-Amit-%3A-Extensions-to-Matrix-Module On Fri, May 3, 2013 at 2:28 PM, Stefan Krastanov krastanov.ste...@gmail.com wrote: Hi, More work on the assumption module is

Re: [sympy] GSOC application : Assumptions

2013-05-03 Thread Angus Griffith
I had a look at the other proposals and realized someone else is apply for the assumptions project and they seem to be much better prepared than I am, so I've decided to change projects. My new project is something I have more experience in:

Re: [sympy] GSOC application : Assumptions

2013-05-03 Thread Chris Smith
Something that is on my wish list that is related to parsing is to commit, with every PR a snapshot of the coverage of the code base as generated with the coverage tool that we use. Then, when the new tests are run a new version is generated and a comparison is made to see that no line that was

Re: [sympy] GSOC application : Assumptions

2013-05-03 Thread Angus Griffith
That's an interesting idea, and I think it definitely has merit. I recently ran into a similar issue where adding an exact value meant that some other simplifying code was skipped. We'd probably have to store this 'snapshot of the coverage' on a server somewhere/ We could use the diff

Re: [sympy] GSOC application : Assumptions

2013-05-03 Thread Chris Smith
I was thinking the snapshot could just be stored in the docs folder (or similar). -- 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+unsubscr...@googlegroups.com. To

[sympy] [GSoC] Mobile app

2013-05-03 Thread Laurentiu Cristian Ion
Hi guys, I am Laurentiu Ion. I know I am super late to the party, but what can you do. I spoke yesterday with Aaron. My proposal is a cool mobile app for iOS and Android with a math keyboard and offline computing:

Re: [sympy] [GSoC] Mobile app

2013-05-03 Thread Aaron Meurer
Be sure to submit it in melange. Aaron Meurer On May 3, 2013, at 12:21 PM, Laurentiu Cristian Ion ionlaurentiucrist...@gmail.com wrote: Hi guys, I am Laurentiu Ion. I know I am super late to the party, but what can you do. I spoke yesterday with Aaron. My proposal is a cool mobile app for iOS

[sympy] Idea: Symbolic representation of languages

2013-05-03 Thread Angus Griffith
Inspiration: in Mathematica there's SymbolicChttp://reference.wolfram.com/mathematica/SymbolicC/tutorial/Introduction.htmlthat just represents language constructs (without applying semantics yet). The symbolic representation acts as follows: external execution - other language - symbolic

Re: [sympy] Idea: Symbolic representation of languages

2013-05-03 Thread Stefan Krastanov
Have you looked at the AST python module? On 3 May 2013 21:35, Angus Griffith 16sn...@gmail.com wrote: Inspiration: in Mathematica there's SymbolicC that just represents language constructs (without applying semantics yet). The symbolic representation acts as follows: external execution -

[sympy] Arabic translation

2013-05-03 Thread Fawaz Mohammed
How about an arabic translation of the project. what do you think guys? I may start by translating at least the main page. -FAWAZ -- 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,

[sympy] Idea: Arabic Translation for documentation

2013-05-03 Thread Fawaz Mohammed
I'm thinking of added arabic translation for the project. What do you guys think? I can start by added arabic version of the main page. Then we may start working on the documentation! -FAWAZ -- You received this message because you are subscribed to the Google Groups sympy group. To

Re: [sympy] Idea: Symbolic representation of languages

2013-05-03 Thread Angus Griffith
The ast module is similar, and we could certainly reuse that for the symbolic representation of python (in fact it's already been started somewhat). The limitation of ast is that it only supports python. On Saturday, 4 May 2013 05:46:57 UTC+10, Stefan Krastanov wrote: Have you looked at the