photo

steve


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort