Unresolved symbolic integral - How to solve numerically?
Show older comments
I need to solve a complex 1st order PDE with 3 spatial inputs (x,y,z) and two angles (theta,phi). Only spatial partials are involved in the equation. I eliminated the spatial partials with the method of characteristics and now I am left with an ODE. The solution however involves indefinite integrals that the symbolic toolbox cannot solve (and I definitely cannot solve on my own).
Can I somehow use one of the 'integral' function to solve these indefinite integrals? My problem with that approach is that I don't know what limits of integration to provide to the function.
Alternatively I would consider the PDE toolbox to solve directly the PDE, but it does not solve 1st order PDEs to my knowledge.
2 Comments
Torsten
on 6 Mar 2017
By applying boundary conditions to your PDE, your indefinite integrals should change to definite ones.
Best wishes
Torsten.
Vasilis Andriopoulos
on 10 Mar 2017
Accepted Answer
More Answers (0)
Categories
Find more on Boundary Conditions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!