steve
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How is it possible that matlab solves two simultaneous equations which have relation to each other? I am very new with matlab and can not get it done. I want to solve several equations with the euler method bot always get errors.
main code : clear all a=0; b=10; N=10; y0=0; h=(b-a)/N; t(1)=a; R(1)=1; Pg(1)=1; P1(1)=1; c(1)=12; for n=1:...
9 years 前 | 1 个回答 | 0