Solving an Mixed Boundary Value Probelm?

1 view (last 30 days)
Avneet Singh
Avneet Singh on 23 Mar 2015
Commented: Torsten on 23 Mar 2015
Hi,
How do I solve a Mixed Boundary Value Problem with MatLab?
Thanks!
  3 Comments
Avneet Singh
Avneet Singh on 23 Mar 2015
Edited: Avneet Singh on 23 Mar 2015
One-dimensional problem of the following form:
y''(x) + f(x) y'(x) + g(x) y(x)=0 given y'(0) = a, y(1) = b
i.e. with variable coefficients. I was wondering if there is a function similar to ode45 or something to solve such problems?
Thanks,
A
Torsten
Torsten on 23 Mar 2015
help bvp4c
Best wishes
Torsten.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!