what numerical approach is used for bvpinit?
5 views (last 30 days)
Show older comments
The bvpinit function is used to initial guess a boundary value problem. What numerical approach does it use? Shooting method? Is there any available documentation that describes the method used for bvpinit?
0 Comments
Answers (1)
Torsten
on 6 Apr 2020
In bvpinit, the user just specifies a guess on how the solution of the boundary value problem might look.
A numerical method is not needed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!