Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added freefall.m to HW1
  • Loading branch information
rcc02007 committed Sep 8, 2017
1 parent f541b45 commit e3b4002
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions HW1/README.html
Expand Up @@ -10,19 +10,19 @@
</head>
<body>
<h1 id="homework-1">Homework #1</h1>
<h2 id="due-12417">due 1/24/17</h2>
<h2 id="due-91517">due 9/15/17</h2>
<ol style="list-style-type: decimal">
<li><p>The first assignment is to fork the course syllabus and assignment.</p>
<ol style="list-style-type: lower-alpha">
<li>Sign into your UConn github account via <a href="https://github.uconn.edu/">github.uconn.edu</a>.</li>
</ol></li>
</ol>
<div class="figure">
<img src="g1.jpg" alt="Step 1" />
<img src="./images/g1.jpg" alt="Step 1" />
<p class="caption">Step 1</p>
</div>
<div class="figure">
<img src="g2.jpg" alt="Step 2" />
<img src="./images/g2.jpg" alt="Step 2" />
<p class="caption">Step 2</p>
</div>
<pre><code>b. Go to
Expand All @@ -40,23 +40,23 @@ c. Fork the repository to create your own version of the syllabus and assignment
</ol></li>
</ol></li>
</ol>
<p><img src="g3.jpg" alt="Step 3" /><br />
<p><img src="./images/g3.jpg" alt="Step 3" /><br />
ii. In the ‘Repository name’ enter ‘01_ME3255_repo’. Add a description. Make it private. Then check the box ‘Initialize this repository with a README’.</p>
<p><img src="g4.jpg" alt="Step 4" /><br />
<p><img src="./images/g4.jpg" alt="Step 4" /><br />
iii. Now you are in your repo. Click on the README.md file and then click the pencil to edit it.</p>
<p><img src="g5.jpg" alt="Step 5" /><br />
<p><img src="./images/g5.jpg" alt="Step 5" /><br />
iv. Add a header with a <code>#</code> and type <code># Answer to Homework Question</code>. Under this line answer this question: What do you hope to learn this semester?</p>
<p><img src="g6.jpg" alt="Step 6" /><br />
<p><img src="./images/g6.jpg" alt="Step 6" /><br />
v. At bottom of page, click ‘Commit changes’.</p>
<p><img src="g7.jpg" alt="Step 7" /><br />
<p><img src="./images/g7.jpg" alt="Step 7" /><br />
vi. Verify that your README.md file has been updated. Then copy the HTTPS clone URL on the right of the page.</p>
<p><img src="g8.jpg" alt="Step 8" /><br />
<p><img src="./images/g8.jpg" alt="Step 8" /><br />
vii. Paste this into the Homework #1 Google form reponse. <a href="https://goo.gl/forms/b3YrBuFxZaXTYV5s1" class="uri">https://goo.gl/forms/b3YrBuFxZaXTYV5s1</a></p>
<p><img src="g9.jpg" alt="Step 9" /><br />
<p><img src="./images/g9.jpg" alt="Step 9" /><br />
viii. Click on the gear for “Settings” then “Collaborators” on the left menu. Add <code>rcc02007</code> (Ryan C. Cooper) and <code>zhs15101</code> (Zhiqiang Shen) as a collaborators.</p>
<ol start="3" style="list-style-type: decimal">
<li><p>Use a script to create a variable called <code>A_66</code>, where every row, column is the product of the two indices from 1 to 6 e.g. A_66(3,2)=6 and A_66(4,4)=16. Calculate the mean and standard deviation of the values in A_66.</p></li>
<li><p>Copy the data in <a href="https://github.uconn.edu/rcc02007/ME3255F2017/blob/master/03_Intro%20to%20matlab-octave/US_energy_by_sector.csv">US_energy_by_sector.csv</a> to a file in you working directory in Matlab/Octave.</p>
<li><p>Use a script to create a variable called <code>A_66</code>, where every element is the product of the two indices from 1 to 6 e.g. A_66(3,2)=6 and A_66(4,4)=16. Calculate the mean and standard deviation of the values in A_66.</p></li>
<li><p>Copy the data in <a href="https://github.uconn.edu/rcc02007/ME3255F2017/blob/master/03_Intro%20to%20matlab-octave/US_energy_by_sector.csv">US_energy_by_sector.csv</a> to a file in you working directory in Matlab/Octave. Add these two plots to your 01_ME3255_repo with a heading of <code>#Problem 4</code></p>
<ol style="list-style-type: lower-alpha">
<li><p>Plot the US energy consumption from 1949 to 2016 for “Total Energy Consumed by the Residential Sector” and “Total Energy Consumed by the Transportation Sector” in trillions of Btu’s.</p></li>
<li><p>Plot the cumulative US energy consumption from 1949 to 2016 for “Total Energy Consumed by the Residential Sector” and “Total Energy Consumed by the Transportation Sector” in quintillions of Btu’s (1 quintillion = 10<span class="math inline">\(^6\)</span> trillion). The cumulative energy is the area under the curve in part a from 1949 to a given year.</p></li>
Expand Down
18 changes: 9 additions & 9 deletions HW1/README.md
Expand Up @@ -6,9 +6,9 @@
a. Sign into your UConn github account via
[github.uconn.edu](https://github.uconn.edu/).

![Step 1](g1.jpg)
![Step 1](./images/g1.jpg)

![Step 2](g2.jpg)
![Step 2](./images/g2.jpg)


b. Go to
Expand All @@ -26,36 +26,36 @@

i. Click the +-sign and choose 'New repository'
![Step 3](g3.jpg)\
![Step 3](./images/g3.jpg)\

ii. In the 'Repository name' enter '01_ME3255_repo'. Add a description. Make it
private. Then check the box 'Initialize this repository with a README'.

![Step 4](g4.jpg)\
![Step 4](./images/g4.jpg)\

iii. Now you are in your repo. Click on the README.md file and then click the
pencil to edit it.

![Step 5](g5.jpg)\
![Step 5](./images/g5.jpg)\

iv. Add a header with a `#` and type `# Answer to Homework Question`. Under this
line answer this question: What do you hope to learn this semester?

![Step 6](g6.jpg)\
![Step 6](./images/g6.jpg)\

v. At bottom of page, click 'Commit changes'.

![Step 7](g7.jpg)\
![Step 7](./images/g7.jpg)\

vi. Verify that your README.md file has been updated. Then copy the HTTPS clone
URL on the right of the page.

![Step 8](g8.jpg)\
![Step 8](./images/g8.jpg)\

vii. Paste this into the Homework #1 Google form reponse.
[https://goo.gl/forms/b3YrBuFxZaXTYV5s1](https://goo.gl/forms/b3YrBuFxZaXTYV5s1)

![Step 9](g9.jpg)\
![Step 9](./images/g9.jpg)\

viii. Click on the gear for "Settings" then "Collaborators" on the left menu. Add
`rcc02007` (Ryan C. Cooper) and `zhs15101` (Zhiqiang Shen) as a collaborators.
Expand Down
Binary file removed HW1/g1.png
Binary file not shown.
Binary file removed HW1/g2.png
Binary file not shown.
Binary file removed HW1/g3.png
Binary file not shown.
Binary file removed HW1/g4.png
Binary file not shown.
Binary file removed HW1/g5.png
Binary file not shown.
Binary file removed HW1/g6.png
Binary file not shown.
Binary file removed HW1/g7.png
Binary file not shown.
Binary file removed HW1/g8.png
Binary file not shown.
Binary file removed HW1/g9.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit e3b4002

Please sign in to comment.