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:...
거의 11년 전 | 답변 수: 1 | 0
