Fill This Form To Receive Instant Help
Homework answers / question archive / (a) Create a program file name “LastnamFirstnamee
(a) Create a program file name “LastnamFirstnamee.m” (for Matlab as an example) in the current directory. • (b) Use fopen command to create a data file named “LastnamFirstname.dat” to write output. Write the input data a, b, M and the function to the output file. • (c) Write the code to implement the algorithm with M iterations. • (d) Write the iteration number and the estimated zero for each iteration in the file “LastnamFirstname.dat” in proper format (at least 6 decimals for zero). • (e) Use fclose to close the file.