MATLAB
According to Moore’s Law ( an observation made in 1965 by GordonMoore, a cofounder of Intel Corporation, the number of transistorsthat would fit per square inch on a semiconductor integratedcircuit doubles approximately every 2 years. In 1965, the state ofthe art technology allowed for 30 transistors per square inch.Moore’s Law says that transistor density can be predicted by d =30*2(t/2) where t is measured in years.
1. Letting t = 0 represent the year 1965 and t = 46 represent2011, use this model to calculate the predicted number oftransistors per square inch for the 46 years from 1965 to 2011 (use2 year increments). Display the results in a clearly labeledtable.Plot the results using a semilogy plot.
The total transistor count on integrated circuits produced overthe 40 year period from 1971 thru 2011 is shown in Table P5.19
.2. Create a semilogy plot of the actual data, using circlesonly to indicate the data points (no lines).
3. Include a second line representing the predicted values usingMoore’s Law, based on the 1971 count as the starting point. Addlegends and titles. 4. Plot all 3 of these plots onto a singlefigure.5.
Has Gordon’s Law proved valid or not?