Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2013-05-07 Thread sympy
Updates: Labels: -NeedsReview -smichr Comment #24 on issue 2440 by smi...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 The changes making this work in PR 2066 were dropped, so this is still an open

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2013-05-02 Thread sympy
Updates: Labels: -EasyToFix NeedsReview smichr Comment #23 on issue 2440 by smi...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 https://github.com/sympy/sympy/pull/2066 -- You received this message

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2013-05-01 Thread sympy
Comment #21 on issue 2440 by smi...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 This is a repost from PR 3775: Something that I think would be useful for addressing this issue is a fold or fold_symbols

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2013-05-01 Thread sympy
Comment #22 on issue 2440 by smi...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 I see why this is a bad idea - the bound symbols only should be remapped, not the others or else a cached result for one

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2013-04-29 Thread sympy
Comment #19 on issue 2440 by smi...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 Issue 3743 has been merged into this issue. -- You received this message because this project is configured to send all

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2013-04-29 Thread sympy
Issue 2440: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 This issue is now blocking issue sympy:2566. See http://code.google.com/p/sympy/issues/detail?id=2566 -- You received this message because you are listed in the

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2013-04-29 Thread sympy
Issue 2440: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 This issue is now blocking issue sympy:2566. See http://code.google.com/p/sympy/issues/detail?id=2566 -- You received this message because you are listed in the

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2013-03-01 Thread sympy
Updates: Blockedon: -sympy:2442 sympy:2442 Comment #18 on issue 2440 by asmeu...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 One argument for is when rewrite functions return Integrals or Sums, which

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2012-03-21 Thread sympy
Comment #16 on issue 2440 by asmeu...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 You and I are thinking of doing in different ways. I would just start out with Integral(exp(-x**2), (x, -oo, oo)) *

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2012-02-28 Thread sympy
Comment #13 on issue 2440 by asmeu...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 I think that perhaps they should compare unequal. Making them equal would be inconvenient. For example, pretend for a

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2012-02-28 Thread sympy
Comment #14 on issue 2440 by ronan.l...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 The hole in your argument is that if Integral(exp(-x**2), (x, -oo, oo)) != Integral(exp(-y**2), (y, -oo, oo)), you can

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-07-16 Thread sympy
Issue 2440: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 This issue is now blocking issue 2566. See http://code.google.com/p/sympy/issues/detail?id=2566 -- You received this message because you are listed in the owner or

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-16 Thread sympy
Updates: Blockedon: 2442 Comment #11 on issue 2440 by renato.c...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-04 Thread sympy
Comment #4 on issue 2440 by renato.c...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 I pushed a solution for this that works as described above (but does not convert internal symbols into dummies). It

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-04 Thread sympy
Comment #5 on issue 2440 by renato.c...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 Sorry, forgot to link the commit (in renatocoutinho/sympy/tree/2440):

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-04 Thread sympy
Comment #8 on issue 2440 by renato.c...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 The question about ordering of limits in multiple integrals is in the same spirit of issue 1435 (d^2f/dxdy == d^2f/dydx):

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-04 Thread sympy
Comment #9 on issue 2440 by asmeurer: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 @smichr: that's one of them. I was actually thinking about an extensive discussion on one of the pull requests with one of the

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-04 Thread sympy
Comment #10 on issue 2440 by asmeurer: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 It was https://github.com/sympy/sympy/pull/204. Anyway, I don't think integration limits should be canonized automatically, nor

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-02 Thread sympy
Comment #1 on issue 2440 by asmeurer: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 First, I want to remind that == is exact equality testing, not mathematical equatly testing. See

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-02 Thread sympy
Comment #2 on issue 2440 by renato.c...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 My view is that dummy symbols shouldn't make a difference when comparing objects. In Integral you don't change all

Re: Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-02 Thread sympy
Comment #3 on issue 2440 by asmeurer: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 Whatever we do, it should be uniform across all functions with expr.atoms(Symbol) != expr.free_symbols. This includes Lambda, Sum,

Issue 2440 in sympy: Equal Integrals compare different when using different variables

2011-06-01 Thread sympy
Status: Accepted Owner: renato.c...@gmail.com Labels: Type-Defect Priority-Medium EasyToFix Integration New issue 2440 by renato.c...@gmail.com: Equal Integrals compare different when using different variables http://code.google.com/p/sympy/issues/detail?id=2440 Integral(x, (x, 0, 1)) ==