Write a function to solve the following ordinary differential equation:
(1-x^2) y" - x y' + a^2 y = 0
with y(x0) = y0 and y(x1) = y1. The parameter a is a constant. The function should return the values of y at the specified values of x.

Solution Stats

6 Solutions

5 Solvers

Last Solution submitted on Jan 23, 2022

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers5

Suggested Problems

More from this Author321

Community Treasure Hunt

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

Start Hunting!