四阶龙格库塔法

一:各位大神帮帮忙吧!要交作业,求解啊,用Matlab编程,龙格库塔法四阶 h=1/128;tf=3 ;t = 1:h:tf;x = zeros(1,length(t));x(1) = 2; F_tx = @(t, x)(t.*x-x.^2...
阅读全文