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

4 Solutions

3 Solvers

Last Solution submitted on Oct 03, 2023

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...