Problem 53995. Solve an ODE: nonlinear third-order equation
Write a function to solve the ordinary differential equation
on the domain
with
,
, and either
or
. The input variable ord indicates the order (either 1 or 2) of the specified derivative. The function should return the values of
at the requested values of the independent variable x.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
-
Read a column of numbers and interpolate missing data
2334 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1240 Solvers
-
Create a random logical vector of N elements of which M are true.
103 Solvers
-
Who is the baby and who is the daddy in this family?
50 Solvers
-
Split bread like the Pharaohs - Egyptian fractions and greedy algorithm
87 Solvers
More from this Author314
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!