Info

This question is closed. Reopen it to edit or answer.

Bvp4c spherical type

2 views (last 30 days)
Taniadi
Taniadi on 2 Jun 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi all, I want to solve BVP of the spherical-type form :
y'' = y' / x^2 + g(y)
using bvp4c, and one of the boundary value is y'(0) = 0, which means a singular value at x = 0.
But I don't know if bvp4c can handle this type of equation, since the standard form of bvp4c is:
y'' = y' / x + g(y)
Suggestions are also welcomed.
Thanks a lot.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!