bvp4c problem, unbounded shear layer

Respuestas (1)

darova
darova el 26 de Abr. de 2019
You need 2 initial conditions (you have 2th order ODE)
function yinit = mat4init(x)
yinit = [ cosh(x)+sinh(x) ];
end

Preguntada:

el 26 de Abr. de 2019

Editada:

el 2 de Mayo de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by