Using the given floating point system parameters, we can determine the number of positive normalized elements in the system using Matlab as follows:
main.m373 chars17 lines
This code calculates the upper and lower bounds for the normalized number exponent, and then determines the total number of normalized numbers and the number of positive normalized numbers in the given floating point system. Running this in Matlab would output the number of positive normalized elements in the system.
gistlibby LogSnag