Community Profile

photo

Ewa Jablonska


Last seen: etwa 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Beantwortet
Can someone tell me what is wrong with this?
Thanks for effort, i mixed up + with -. :/ Correct: %Value of step coefficient tau=0.1 x(1)=5; k=1; tau=0.1; while x(k)>1.0...

mehr als 4 Jahre vor | 0

| akzeptiert

Frage


Can someone tell me what is wrong with this?
x1=5; tau=0.1; k=1; while x(k)-x(k+1)>0.01 k=k+1; x(k+1)=x(k)-tau*(2*x(k)-2); end figure(1) plot(x,'b*-.'); g...

mehr als 4 Jahre vor | 4 Antworten | 0

4

Antworten