Matlab uses IEEE double precision numbers: 64-bit floating point representation
1 bit : sign
11 bits: exponent
52 bits: mantissa.
Calculate largest number (less than inf) 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 repeat for 10 bit floating point (bit sign, 4 bits exponent and 5 bits mantissa)
Get Answers For Free
Most questions answered within 1 hours.