Section 5.4 Assignment
The assignment for this project is to plot the equation below from 0 to 10 seconds and include that Figure in a report. The Figure must include a grid and an x-axis label (βTime (sec)β) and y-axis label (βTemperature (F)β). Any plotting tool Sheets, Excel, Colab, Python, Octave or similar is acceptable provided the figure conforms to the requirements above and the specific rubric below.
\begin{equation}
T(t) = 60(1-e^{-5t})+30\tag{5.4.1}
\end{equation}
-
Title page with name,title and date - 5%
-
Introduction - 5%
-
All figures must have appropriate annotations, figure captions, figure labels and a paragraph of supporting text - 10%
-
Include a screenshot (entire screen) of your plotting environment with your code pasted into the workspace - 40%
-
Include the plot of temperature vs time being sure to save the figure so it is in high resolution - 40%
-
Appendix A - Video Details - Film yourself and your entire screen running the example code and showing the result of plt.show() - Pass/Fail
-
Appendix B - Code used to take data and code used to plot in plain text (no screenshots) - Pass/Fail
-
Appendix C - Screenshot of Excel or Sheets if applicable - Pass/Fail
-
If you are asked to fix something in the Appendices such as missing content in your video or screenshots of your code, you will lose 10% of your grade everytime you submit an update after the deadline.
