Euler's Method for second order ODE

27 visualizaciones (últimos 30 días)
Mohamed T. Adam
Mohamed T. Adam el 16 de En. de 2022
Respondida: Abhiroop Rastogi el 15 de Feb. de 2022
Hello, i am trying to solve y''+(1/2)*y'+5y=0 with initial values of y'(0)=2 and y(0) = 0 using Euler's method. This is my code, can you please tell me how to fix it?
  1 comentario
Torsten
Torsten el 16 de En. de 2022
Editada: Torsten el 16 de En. de 2022
Implement your ODE y''+1/2*y'+5y = 0 in function "func", reduce h from 0.5 to 0.05, and the code will run fine.

Iniciar sesión para comentar.

Respuestas (1)

Abhiroop Rastogi
Abhiroop Rastogi el 15 de Feb. de 2022
Hi Mohamed T. Adam,
The implementation of the differential equation, in the method that you have applied in your code, is not accurate. The way your equation would be represented is as follows:
You can find the the above implementation in the file attatched, named "Modified.m", for the modified code. The final output for the above equation will look as given in the figure below.

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by