Re: Issue 3215 in sympy: Transcendental functions at rational values are transcendental

2013-03-16 Thread sympy
Comment #2 on issue 3215 by skirpic...@gmail.com: Transcendental functions at rational values are transcendental http://code.google.com/p/sympy/issues/detail?id=3215 https://github.com/sympy/sympy/pull/1899 -- You received this message because this project is configured to send all issue

Re: Issue 1077 in sympy: ask(pi, exp(rational), etc., Q.algebraic) should return False

2013-03-16 Thread sympy
Comment #19 on issue 1077 by skirpic...@gmail.com: ask(pi, exp(rational), etc., Q.algebraic) should return False http://code.google.com/p/sympy/issues/detail?id=1077 https://github.com/sympy/sympy/pull/1899 -- You received this message because this project is configured to send all issue

Issue 3696 in sympy: greek symbols are not converted to latex commands in galgebra/latex_ex.py

2013-03-16 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3696 by t.hi...@gmail.com: greek symbols are not converted to latex commands in galgebra/latex_ex.py http://code.google.com/p/sympy/issues/detail?id=3696 In the course of PR 1901 I detected the following doctest failure

Re: Issue 3696 in sympy: greek symbols are not converted to latex commands in galgebra/latex_ex.py

2013-03-16 Thread sympy
Comment #1 on issue 3696 by julien.r...@gmail.com: greek symbols are not converted to latex commands in galgebra/latex_ex.py http://code.google.com/p/sympy/issues/detail?id=3696 In that PR, I don't understand why you changed latex to LaTeX. It just shows that the LaTeX method from

Re: Issue 3696 in sympy: greek symbols are not converted to latex commands in galgebra/latex_ex.py

2013-03-16 Thread sympy
Comment #2 on issue 3696 by t.hi...@gmail.com: greek symbols are not converted to latex commands in galgebra/latex_ex.py http://code.google.com/p/sympy/issues/detail?id=3696 Because otherwise travis CI reports NameError: name 'latex' is not defined I have thought that the function name and

Re: Issue 3696 in sympy: greek symbols are not converted to latex commands in galgebra/latex_ex.py

2013-03-16 Thread sympy
Updates: Status: Valid Comment #3 on issue 3696 by julien.r...@gmail.com: greek symbols are not converted to latex commands in galgebra/latex_ex.py http://code.google.com/p/sympy/issues/detail?id=3696 OK, I now see that this is in the docstring for LaTeX, so it should really be

Re: Issue 1088 in sympy: integrate(log(x)*exp(x), (x, 0, oo)) should return -EulerGamma

2013-03-16 Thread sympy
Updates: Labels: Evalf Assumptions Comment #5 on issue 1088 by asmeu...@gmail.com: integrate(log(x)*exp(x), (x, 0, oo)) should return -EulerGamma http://code.google.com/p/sympy/issues/detail?id=1088 This seems like it would work, except it hits some bug in the evalf/assumptions

Issue 3697 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Solvers New issue 3697 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3697 In [11]: Piecewise((y, Eq(z, 0)), (x**y/log(x), True)).subs(z, log(x)) Out[11]: ⎧ y for x = 1 ⎪

Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Solvers New issue 3698 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 In [11]: Piecewise((y, Eq(z, 0)), (x**y/log(x), True)).subs(z, log(x)) Out[11]: ⎧ y for x = 1 ⎪

Re: Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Comment #1 on issue 3698 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 The commit that changed this was commit 98143fc28aa764f8dfc617097549a6544395f735 Author: Julien Rioux julien.ri...@gmail.com Date: Fri Sep 14 17:41:28 2012

Re: Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Comment #2 on issue 3698 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 Issue 3697 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this

Re: Issue 3697 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Updates: Status: Duplicate Mergedinto: 3698 Comment #1 on issue 3697 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3697 Dang. Google Code gave me a 500, but apparently it actually did work. -- You received this

Re: Issue 3650 in sympy: Enable plotting doctests

2013-03-16 Thread sympy
Issue 3650: Enable plotting doctests http://code.google.com/p/sympy/issues/detail?id=3650 This issue is now blocking issue sympy:3699. See http://code.google.com/p/sympy/issues/detail?id=3699 -- You received this message because you are listed in the owner or CC fields of this issue, or because

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

2013-03-16 Thread sympy
Status: Valid Owner: Labels: Type-Enhancement Priority-Medium Solvers New issue 3699 by asmeu...@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 Currently, solve() has zero guarantees about how

Re: Issue 3650 in sympy: Enable plotting doctests

2013-03-16 Thread sympy
Issue 3650: Enable plotting doctests http://code.google.com/p/sympy/issues/detail?id=3650 This issue is no longer blocking issue sympy:3699. See http://code.google.com/p/sympy/issues/detail?id=3699 -- You received this message because you are listed in the owner or CC fields of this issue, or

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

2013-03-16 Thread sympy
Updates: Blockedon: -sympy:3650 sympy:3560 Comment #1 on issue 3699 by asmeu...@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 Make that issue 3560. -- You received this message because

Re: Issue 3560 in sympy: solve() is a giant mess

2013-03-16 Thread sympy
Issue 3560: solve() is a giant mess http://code.google.com/p/sympy/issues/detail?id=3560 This issue is now blocking issue sympy:3699. See http://code.google.com/p/sympy/issues/detail?id=3699 -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: Issue 3560 in sympy: solve() is a giant mess

2013-03-16 Thread sympy
Comment #19 on issue 3560 by asmeu...@gmail.com: solve() is a giant mess http://code.google.com/p/sympy/issues/detail?id=3560 Another thing to think about: issue 3699. -- You received this message because this project is configured to send all issue notifications to this address. You may

Re: Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Updates: Labels: WrongResult Milestone-Release0.7.3 Comment #3 on issue 3698 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 To really do this correctly, we need to know when solve knows it has all the solutions. I'm

Re: Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Updates: Cc: julien.r...@gmail.com Comment #4 on issue 3698 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 (No comment was entered for this change.) -- You received this message because this project is configured to send

Re: Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Updates: Blockedon: sympy:3699 Comment #5 on issue 3698 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 (No comment was entered for this change.) -- You received this message because this project is configured to send all

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

2013-03-16 Thread sympy
Issue 3699: 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 This issue is now blocking issue sympy:3698. See http://code.google.com/p/sympy/issues/detail?id=3698 -- You received this message because you are

Re: Issue 1234 in sympy: solve() should give all solutions

2013-03-16 Thread sympy
Issue 1234: solve() should give all solutions http://code.google.com/p/sympy/issues/detail?id=1234 This issue is now blocking issue sympy:3698. See http://code.google.com/p/sympy/issues/detail?id=3698 -- You received this message because you are listed in the owner or CC fields of this issue,

Re: Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Updates: Blockedon: sympy:1234 Comment #6 on issue 3698 by julien.r...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 1) We can have this functionality in .simplify() or something like that if you would prefer. 2) The simplification

Re: Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Comment #7 on issue 3698 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 No, that's the whole point of blocking this on issue 3699. Solve makes *no guarantees whatsoever* about how many of the solutions of an expression is has

Re: Issue 2773 in sympy: Implement the trigsimp algorithm by fu et al

2013-03-16 Thread sympy
Updates: Status: Fixed Comment #13 on issue 2773 by smi...@gmail.com: Implement the trigsimp algorithm by fu et al http://code.google.com/p/sympy/issues/detail?id=2773 This is now part of SymPy -- You received this message because this project is configured to send all issue

Re: Issue 357 in sympy: Fu interface beautified (was: trigonometric rewriting)

2013-03-16 Thread sympy
Updates: Summary: Fu interface beautified (was: trigonometric rewriting) Comment #11 on issue 357 by smi...@gmail.com: Fu interface beautified (was: trigonometric rewriting) http://code.google.com/p/sympy/issues/detail?id=357 The nice thing about keeping the ugly names is that they

Re: Issue 3204 in sympy: Simplifying of the sum of tan(x) and cot(x)**-1.

2013-03-16 Thread sympy
Updates: Status: Fixed Comment #7 on issue 3204 by smi...@gmail.com: Simplifying of the sum of tan(x) and cot(x)**-1. http://code.google.com/p/sympy/issues/detail?id=3204 (No comment was entered for this change.) -- You received this message because this project is configured to

Re: Issue 3516 in sympy: gcd for Rationals is much slower than it should be

2013-03-16 Thread sympy
Updates: Status: Fixed Comment #13 on issue 3516 by smi...@gmail.com: gcd for Rationals is much slower than it should be http://code.google.com/p/sympy/issues/detail?id=3516 (No comment was entered for this change.) -- You received this message because this project is configured to

Re: Issue 3516 in sympy: gcd for Rationals is much slower than it should be

2013-03-16 Thread sympy
Comment #14 on issue 3516 by asmeu...@gmail.com: gcd for Rationals is much slower than it should be http://code.google.com/p/sympy/issues/detail?id=3516 What are the before and after timings for it? -- You received this message because this project is configured to send all issue

Re: Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Comment #8 on issue 3698 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 Really there are three issues here that bother me: - The constructor of Piecewise and .subs are performing different semantics. - Doing this is too much

Re: Issue 3698 in sympy: Piecewise does solving with subs

2013-03-16 Thread sympy
Comment #9 on issue 3698 by asmeu...@gmail.com: Piecewise does solving with subs http://code.google.com/p/sympy/issues/detail?id=3698 For reference, the pull request being talked about here is https://github.com/sympy/sympy/pull/1622. -- You received this message because this project is

[sympy] new branch sympy

2013-03-16 Thread Julien Rioux
Hi, I just did a / git fetch upstream remote: Counting objects: 262, done. remote: Compressing objects: 100% (80/80), done. remote: Total 190 (delta 151), reused 148 (delta 110) Receiving objects: 100% (190/190), 26.02 KiB, done. Resolving deltas: 100% (151/151), completed with 47 local objects.

Re: [sympy] new branch sympy

2013-03-16 Thread Chris Smith
On Sat, Mar 16, 2013 at 6:47 PM, Julien Rioux julien.ri...@gmail.com wrote: Hi, I just did a / git fetch upstream remote: Counting objects: 262, done. remote: Compressing objects: 100% (80/80), done. remote: Total 190 (delta 151), reused 148 (delta 110) Receiving objects: 100% (190/190),

Re: [sympy] new branch sympy

2013-03-16 Thread Chris Smith
Here are my current config files (pertinent parts). Can anyone see what the problem is in them? $ cat .git/config [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true

[sympy] Re: new branch sympy

2013-03-16 Thread Julien Rioux
You can delete it from https://github.com/sympy/sympy/branches (just make sure nothing important is lost). Regards, Julien -- 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

[sympy] Re: Implementation of derivative and integral steps in Gamma

2013-03-16 Thread Ramana Venkata
Hi David, Great work. Just wanted to point you out one small thing in http://sympy-gamma-li.appspot.com/input/?i=integrate%28exp%28x%29%20/%20%281%20%2B%20exp%282x%29%29%29 In the first step after Let u = e^x; then let du = e^x ... But I think it be some thing like this then du = e^x dx ...

[sympy] Risch Algorithm

2013-03-16 Thread Chetna Gupta
Hi, Having been always interested in solving complex problems related to integration, derivatives etc, I found the GSOC subproject continuation of risch algorithm as something which I would like to work on. I have the following doubts regarding the same: 1) I am presently using Bronstein's

[sympy] Risch Algorithm

2013-03-16 Thread Chetna Gupta
Hi, Having been always interested in solving complex problems related to integration, derivatives etc, I found the GSOC subproject continuation of risch algorithm as something which I would like to work on. I have the following doubts regarding the same: 1) I am presently using Bronstein's

Re: [sympy] Risch Algorithm

2013-03-16 Thread Aaron Meurer
On Mar 16, 2013, at 11:31 AM, Chetna Gupta cheta@gmail.com wrote: Hi, Having been always interested in solving complex problems related to integration, derivatives etc, I found the GSOC subproject continuation of risch algorithm as something which I would like to work on. Great. I'm the

Re: [sympy] Risch Algorithm

2013-03-16 Thread Aaron Meurer
On Sat, Mar 16, 2013 at 12:17 PM, Aaron Meurer asmeu...@gmail.com wrote: On Mar 16, 2013, at 11:31 AM, Chetna Gupta cheta@gmail.com wrote: Hi, Having been always interested in solving complex problems related to integration, derivatives etc, I found the GSOC subproject continuation of

Re: [sympy] Risch Algorithm

2013-03-16 Thread Aaron Meurer
Ah, it seems you've actually found a bug in the algorithm. I mistyped the quotient rule. Patch forthcoming. https://github.com/sympy/sympy/pull/1902 What I said still applies, just the particular nonelementary integral that was returned there was wrong. Aaron Meurer -- You received this

Re: [sympy] Re: Representing a term in terms of x power n * f(x)

2013-03-16 Thread Aaron Meurer
I would just use separatevars or factor on the expression to try to split it apart, and then just match against x**n*y. I can't think of any convoluted way to write x**n*y that that wouldn't work on. Aaron Meurer On Tue, Mar 12, 2013 at 5:50 AM, Manoj Kumar manojkumarsivaraj...@gmail.com wrote:

Re: [sympy] Risch Algorithm

2013-03-16 Thread Chetna Gupta
Oh yes i have seen raise NotImplementedErrors in the code, I'll try re-going through these sections in order to see *what* probably still needs to be added. Thanks for providing the detailed unimplemented sections from the book,I will go through the research paper and would revert back soon.

Re: [sympy] Risch Algorithm

2013-03-16 Thread Aaron Meurer
I would recommend going for a TODO rather than a NotImplementedError to start with, since those will likely be easier. Aaron Meurer On Sat, Mar 16, 2013 at 2:19 PM, Chetna Gupta cheta@gmail.com wrote: Oh yes i have seen raise NotImplementedErrors in the code, I'll try re-going through

Re: [sympy] Re: new branch sympy

2013-03-16 Thread Aaron Meurer
You can delete an upstream branch with git using git push remote :branchname (note the colon). The usual syntax is git push remote sourcebranch:remotebranch putting nothing for sourcebranch causes it replace remotebranch with the empty branch (i.e., delete it). It's also best to always

Re: [sympy] Re: Implementation of derivative and integral steps in Gamma

2013-03-16 Thread Aaron Meurer
This is something SymPy wants. It's even on the GSoC ideas list. I would put the integration stuff in the integration module. As I pointed out on the pull request, what you really have here is a new integration heuristic, which can (should) be integrated with integrate() itself. It is already

Re: [sympy] Re: Implementation of derivative and integral steps in Gamma

2013-03-16 Thread David Li
Okay, I'll start on that once I manage to get the integration algorithm to handle most problems that a high-school/freshman college student would encounter. (Currently it won't handle any trig integrands involving more than a u-substitution, and does not use integration by parts.) Perhaps the

Re: [sympy] Re: Implementation of derivative and integral steps in Gamma

2013-03-16 Thread Aaron Meurer
On Sat, Mar 16, 2013 at 9:02 PM, David Li li.david...@gmail.com wrote: Okay, I'll start on that once I manage to get the integration algorithm to handle most problems that a high-school/freshman college student would encounter. (Currently it won't handle any trig integrands involving more than