1 Following Matlab File Executed Result Shown Explain Mathematical Task Performed File Do Q37077366

1)

The following matlab file has been executed and the result isshown below. Explain what mathematical task is performed by thisfile. (don’t explain every line…)
clear a=0 ; npts-1000: delt= (b-a) /npts; yi-yo: for i-1:npts+1 x (i+1) xi+delt (-xi); y (1+1)=y1+delt(yi) ; z (i+1)-zi+delt

Result:

30 25 20 10 0.5 0 -0.5 0 02 04 0.6 08 1

clear a=0 ; npts-1000: delt= (b-a) /npts; yi-yo: for i-1:npts+1 x (i+1) xi+delt (-xi); y (1+1)=y1+delt”(yi) ; z (i+1)-zi+delt* (2) yi=y (1+1) ; end plot3 (x, y,z) 30 25 20 10 0.5 0 -0.5 0 02 04 0.6 08 1 Show

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.