1.Write a program in matlabto determine the machine epsilon for your computer based on thefollowing pseudocode:
eps = 1
do while (1+eps 6= 1) eps =eps/2
end
eps = 2*eps
Expert Answer
An answer will be send to you shortly. . . . .
1.Write a program in matlabto determine the machine epsilon for your computer based on thefollowing pseudocode:
eps = 1
do while (1+eps 6= 1) eps =eps/2
end
eps = 2*eps
An answer will be send to you shortly. . . . .