Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'rcc02007/master'
  • Loading branch information
Thomas Ressler authored and Thomas Ressler committed Jan 30, 2017
2 parents 2e72181 + 561666b commit 13f9980
Show file tree
Hide file tree
Showing 4 changed files with 346 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HW2/README.md
Expand Up @@ -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
Expand Down
Binary file added HW2/projectile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
331 changes: 331 additions & 0 deletions HW2/projectile.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -23,13 +23,20 @@ matlab/octave functions and programming best practices.

## Teaching Assistants:
- Graduate: Peiyu Zhang <peiyu.zhang@uconn.edu>
- Office hours: 2 hours / week
- Office hours: Friday 9:00-11:00am in Engineering II room 315

## Course Information
**Prerequisite:** CE 3110, MATH 2410Q

**Textbook:** Chapra, Steven, *Applied Numerical Methods with MATLAB for Engineers and
Scientists* 3rd edition.

**Tools used:** [Matlab](https://www.mathworks.com/products/matlab.html),
[Octave](https://www.gnu.org/software/octave/) , [Github](https://github.com).

**Recommended tools:** Github Desktop, git, Atom (text editor), Vim (text editor),
Jupiter notebook (with matlab or octave kernel)

## Grading

| Item | Percent | Requirement |
Expand Down

0 comments on commit 13f9980

Please sign in to comment.