Name of Assignment: Paste Huge Chunks of Code With No Clear Purpose or Explanation
Name of Assignment: Paste Huge Chunks of Code With No Clear Purpose or Explanation
NAME
CEE/MAE
M20 DUE
DATE
General Notes: Assignments should be double spaced with 1 inch margins all around.
1. Problem Statement
This section should briefly provide answers to the following questions
What are you trying to develop in this assignment?
Are there any special considerations or requirements?
Is there any background information necessary before the reader dives in?
2. Formulation of Numerical Methods
This section will likely form the majority of the report. In it, you will:
Document how your code works, the problems you had to solve, and how you accomplished
it in MATLAB
Use code fragments to explain key portions where necessary, but do not copy and
paste huge chunks of code with no clear purpose or explanation
Remember, youll be turning in your .m file with the report, so dont include every minor
detail here
Someone reading your report should be able to reproduce your algorithm by using this section as
a roadmap.
NAME OF ASSIGNMENT
NAME, 2 of 2
Velocity (m/s)
0.420
10 103
0.610
10 105
9.896
10 107
692.1
2
3
Time (s)
4. Discussion
In this section, you will briefly address how well you answered the question posed in Section 1.
Were you able to successfully solve the problem?
Discuss how the code performs, e.g., is it fast/slow, efficient/inefficient, robust, elegant, etc.
How could your algorithm be improved or extended in the future?