Matlab uses IEEE double precision numbers: 64-bit floating point representation
1 bit : sign
11 bits: exponent
52 bits: mantissa.
Calculate largest number that can be stored accurately
Calculate smallest number (x>0) that can be stored accurately
Calculate the machine epsilon
Show all work step by step and explain calculations
Now calculate the largest number and smallest number for a 10 bit floating point (1 bit for the sign, 4 bits exponent and 5 bits mantissa)
Get Answers For Free
Most questions answered within 1 hours.