Feeds
已回答
Numerical solution for 2nd order ODE using Euler Method
clc close all clear all %All the function f=@(t,y,z)z; g=@(t,y,z)(t^3*(exp(2*t))-4*z-4*y); t0=input('input of the initial...
Numerical solution for 2nd order ODE using Euler Method
clc close all clear all %All the function f=@(t,y,z)z; g=@(t,y,z)(t^3*(exp(2*t))-4*z-4*y); t0=input('input of the initial...
3 years 前 | 0
