Problem 1
For the first problem, we observe some mechanics of materials. We are given a table of a load, in pounds and the corresponding displacement due to the load. There is a correlation between the load and the compression. In order to observe the relationship between the stress and the strain, or the displacement of compression, we solve for the strain and stress using the equations for stress and strain. Since we are working with an array of numbers, we should be getting an array of solutions for the stress and the strain. These arrays will have the same dimension, and, therefore, we are able to get the strain and the stress plotted on a graph. The graph shows that the is a linear relationship at first, then, there is a change. This change occurs at the yield point. The linear slope is the elasticity of the object that is compressed. Using this graph, we are able to see how far we can compress or stretch an object.
Problem 2
The second problem has us working with polar graphs. The first graph is a three flower pedals with a large radii and 8 flower pedals half the radius of the overlaid 3 flower pedals. We can acheive this picture using the hold on command. This command allows us to put multiple functions ont eh same graph. The second graph is a heart. The third is a 6 pointed star. This is achieved by plotting less points. With less points, we can achieve straight lines. The last graph builds off of the idea of the star. The only difference is how the lines connect from on position to another.
Problem 3
The third problem has us look at the transistor count for the Intel processor on a periodic basis. In the program, I create an array of the years and time in years of 2 year intervals to match the year array. Next, we use the formula that calculates the transistor count. This is a theoretical model. The theoretical model will be used to compare to the actual count. Before we compare, though, we create some graphs for the transistor count vs. time. We utilize the different ways to plot, such as the semilog or the loglog plots.
Once the graphs of the theoretical values are plotted, we then choose the type of graph we want to show to compare the two slopes. Since we want to see a simple representation of the rate at which the transistors increase with time, we force the data to plot a linear graph using the loglog plot. The plots, by comparison, show that the transistors increase at the same rate. This means that the theoretical equation does a good job n predicting the transistor count.
























