Write a function to solve the following ordinary differential equation:
with
and
. The function should return the values of y at the specified values of x. One application of this equation involves the propagation of internal gravity waves in a fluid with variable density gradient.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers7
Suggested Problems
-
All your base are belong to us
576 Solvers
-
Create logical matrix with a specific row and column sums
341 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
906 Solvers
-
Return fibonacci sequence do not use loop and condition
855 Solvers
-
Hexagonal numbers on a spiral matrix
164 Solvers
More from this Author323
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Chris,
Can you loosen the tolerance to 1e-13. Cannot seem to get all my answers within tolerance.
The tight tolerances are meant to encourage analytical solutions. A tag and the problem title provide clues. Nevertheless, I've loosened the tolerance on the tests that solution 5760543 didn't pass.