Solve an ODE: equidimensional equation - MATLAB Cody - MATLAB Central

Problem 50609. Solve an ODE: equidimensional equation

Difficulty:Rate
Solve the following ordinary differential equation:
x^2 y''(x) + a x y'(x) + b y(x) = 0
with y(x_0) = y_0 and dy/dx = y'_0 at x = x0. The parameters a and b are constants, and the value of the function and its derivative at the point x0 are specified as y0 and yp0, respectively. Your function should return the value of the function y at point x.

Solution Stats

18.75% Correct | 81.25% Incorrect
Last Solution submitted on Dec 09, 2024

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author291

Community Treasure Hunt

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

Start Hunting!
Go to top of page