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

7 Solutions

6 Solvers

Last Solution submitted on May 31, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...