Skip to content

Update to Newest cooper fork #1

Merged
merged 23 commits into from
Jan 31, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add HW2 figure
rcc02007 committed Jan 28, 2017
commit a498831d1ff6fda80c3ec8723ae0d626efa1c36e
8 changes: 7 additions & 1 deletion HW2/README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,13 @@ script that will set default plotting parameters. In this file, add the followin

Commit the changes to your repository.

2. Clone your 'homework_1' repository to your own computer. Create a function,
![projectile(v_mag,theta) predicts the height of the projectile based upon initial
velocity and position, as see in the Figure](projectile.png)

2. Clone your 'homework_1' repository to your own computer. Now, we want to create a
function that uses kinematic formulas to predict the path of a projectile. The dimensions
are taken from official dart board dimensions
[darts](http://dartbrokers.com/dartboard-height.html). Create a function,
`projectile.m` that will calculate the location of an object with an initial velocity. The
function inputs are v_mag (initial speed), theta (initial angle). The output is the height
of the object 2.37 m from its starting position. Assume g=9.81 m/s^2 and its initial
331 changes: 331 additions & 0 deletions HW2/projectile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.