Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convergence conditions for integrals using holonomic functions #11322

Open
certik opened this issue Jun 29, 2016 · 1 comment
Open

Convergence conditions for integrals using holonomic functions #11322

certik opened this issue Jun 29, 2016 · 1 comment

Comments

@certik
Copy link
Member

certik commented Jun 29, 2016

Per #11319, even if we could solve it using holonomic functions, another advantage of the MeijerG integrator is that it returns convergence conditions. Here is an example:

In [89]: LaplaceTransform((exp(2*t) - 1)*exp(-b - t)*Heaviside(t)/2, t, s).rewrite(Integral).doit()
Out[89]: 
⎧               -b          -b                                                
⎪              ℯ           ℯ                                                 π
⎪         - ───────── - ──────────           for │periodic_argument(s, ∞)│ ≤ ─
⎪           2⋅(s + 1)   2⋅(-s + 1)                                           2
⎪                                                                             
⎪∞                                                                            
⎨⌠                                                                            
⎪⎮ ⎛ 2⋅t    ⎞  -s⋅t  -b - t                                                   
⎪⎮ ⎝ℯ    - 1⎠⋅ℯ    ⋅ℯ      ⋅Heaviside(t)                                      
⎪⎮ ───────────────────────────────────── dt                                   
⎪⎮                   2                                                        
⎪⌡                                                                            
⎩0                                                                            


                                                                            π 
 ∧ cos(│periodic_argument(s, ∞)│)⋅│s│ - 1 > 0 ∧ │periodic_argument(s, ∞)│ < ─ 
                                                                            2 





                     otherwise                                                





  1    
∧ ─ ≠ 1
  s    










It would be nice to know if we can get similar conditions using holonomic functions.

@certik
Copy link
Member Author

certik commented Jun 29, 2016

I think the convergence conditions only arise if there are more than one variable. So we can tackle this issue after resolving #11323.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant