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년 전 | 0
