Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2011-12-29 Thread sympy
Comment #25 on issue 2128 by asmeu...@gmail.com: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 Probably due to Tom's code, integration of functions with Heavisides in them now works fine. In [89]: integrate(Heaviside(2 - x), (x

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2012-07-09 Thread sympy
Comment #26 on issue 2128 by julien.r...@gmail.com: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 In https://github.com/sympy/sympy/pull/1376 it has been noticed that most issues here are fixed, the remaining one is with .evalf()

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2013-06-04 Thread sympy
Comment #27 on issue 2128 by someb...@bluewin.ch: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 There is another reference which might give quite some insight: "Symbolic Solutions of Discontinuous Differential Equations" by Martin

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2013-06-08 Thread sympy
Issue 2128: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 This issue is now blocking issue sympy:3801. See http://code.google.com/p/sympy/issues/detail?id=3801 -- You received this message because you are listed in the owner or CC fie

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2010-12-28 Thread sympy
Updates: Summary: Implement more general piecewise integration algorithm Comment #16 on issue 2128 by asmeurer: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 I think the algorithm used is as given in this paper: http://ci

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2010-12-29 Thread sympy
Comment #17 on issue 2128 by jagermeistermeister: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 Feel free to implement something that lets you only do a subs in the main part of the piecewise, though are you sure that that is ind

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2010-12-29 Thread sympy
Comment #18 on issue 2128 by asmeurer: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 Yes, those wiki pages are where I would have referred you to. The best thing to do would be to create an account on GitHub and then to fork the

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2011-01-28 Thread sympy
Updates: Cc: andy.terrel Comment #19 on issue 2128 by andy.ter...@gmail.com: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 (No comment was entered for this change.) -- You received this message because you are subscribed t

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2011-02-12 Thread sympy
Comment #20 on issue 2128 by andy.ter...@gmail.com: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 see https://github.com/sympy/sympy/pull/110 -- You received this message because you are subscribed to the Google Groups "sympy-is

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2011-02-12 Thread sympy
Comment #21 on issue 2128 by andy.ter...@gmail.com: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 Fixed comment 15 s wrong result in https://github.com/sympy/sympy/pull/110 -- You received this message because you are subscribed t

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2011-02-12 Thread sympy
Comment #22 on issue 2128 by andy.ter...@gmail.com: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 http://portal.acm.org/citation.cfm?id=281649 is the follow-on paper that looks to be a better algorithm -- You received this mess

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2011-02-12 Thread sympy
Comment #23 on issue 2128 by asmeurer: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 I think you still need the other paper too because it talks about how to convert a general piecewise function into a combination of Heaviside

Re: Issue 2128 in sympy: Implement more general piecewise integration algorithm

2011-02-12 Thread sympy
Comment #24 on issue 2128 by andy.ter...@gmail.com: Implement more general piecewise integration algorithm http://code.google.com/p/sympy/issues/detail?id=2128 Meh after going through the first paper I don't think it helps. It requires the conversion of a piecewise function to the heavisid