Problem 53995. Solve an ODE: nonlinear third-order equation

Write a function to solve the ordinary differential equation
y'y'' = y'''
on the domain 0 <= x <= 1 with y(0) = y0, y(1) = y1, and either y'(0) = y'0 or y''(0) = y''0. The input variable ord indicates the order (either 1 or 2) of the specified derivative. The function should return the values of y(x) at the requested values of the independent variable x.

Solution Stats

75.0% Correct | 25.0% Incorrect
Last Solution submitted on Oct 03, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers3

Suggested Problems

More from this Author244

Community Treasure Hunt

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

Start Hunting!