Skip to content

Commit

Permalink
added extra credit assignment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rcc02007 committed Oct 25, 2017
1 parent aefcae1 commit 36d0492
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions extra_credit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,16 @@ Part 10 - "Review Problems" (Project - Electricity Usage) and (Project - Audio F
Save your progress report and put it in a repository called 'ME3255-Extra_Credit'.


# Extra Credit Assignment \#2

Find a dartboard [UConn gameroom](http://studentunion.uconn.edu/game-room/). And tack the
following [polar_graph.pdf](./polar_graph.pdf) to the dartboard. Throw 10 darts (that hit
the board) and record the radius and angle that the dart hit the target in a csv file
in your 'ME3255-Extra_Credit' repository called `data.csv`. Organize the csv file in
columns with your netid on each row as such,

| user | radius (cm) | angle (deg) |
|---| --- | ---|
|rcc02007 | 1 | 30 |
|rcc02007 | ...| ... |
|rcc02007 | ...| ... |
Binary file added extra_credit/polar_graph.pdf
Binary file not shown.

0 comments on commit 36d0492

Please sign in to comment.