photo

steve


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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:...

más de 9 años hace | 1 respuesta | 0

1

respuesta