Calculate the true, relative and approximate errors, and Relate the absolute
relative approximate error to the number of significant digits.
epsilon = 1
while epsilon + 1 > 1:
epsilon = epsilon / 2.0
epsilon = 2 * epsilon
help me!
--
*This email and any files transmitted with it are c
compose your own octave script to calculate the machine
epsilon. Analyze the code.
epsilon = 1
DO
IF (epsilon+1<=1) EXIT
epsilon = epsilon/2
END DO
epsilon = 2 x epsilon
--
*This email and any files transmitted with it are confidential and
intended solely for the use of the individual or enti