Solving a Second order ODE in matlab
Mostrar comentarios más antiguos
I need to solve the equation u" + 1 = 0 with BC's of du/dx at x = 0 = 0 and du/dx at x = 1 = -Bi*u(1,theta). u is a function of x and theta; u(x,theta). How can this be done easily in matlab. I assume I need to use ode45 but I am not very familiar with these functions in matlab.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!