diff --git a/HW1/README.html b/HW1/README.html index dfa2dad..666dc05 100644 --- a/HW1/README.html +++ b/HW1/README.html @@ -10,7 +10,7 @@

Homework #1

-

due 1/24/17

+

due 9/15/17

  1. The first assignment is to fork the course syllabus and assignment.

      @@ -18,11 +18,11 @@

      due 1/24/17

-Step 1 +Step 1

Step 1

-Step 2 +Step 2

Step 2

b. Go to
@@ -40,23 +40,23 @@ 

due 1/24/17

-

Step 3
+

Step 3
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
+

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

-

Step 5
+

Step 5
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
+

Step 6
v. At bottom of page, click ‘Commit changes’.

-

Step 7
+

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

-

Step 8
+

Step 8
vii. Paste this into the Homework #1 Google form reponse. https://goo.gl/forms/b3YrBuFxZaXTYV5s1

-

Step 9
+

Step 9
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.

    -
  1. Use a script to create a variable called A_66, 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.

  2. -
  3. Copy the data in US_energy_by_sector.csv to a file in you working directory in Matlab/Octave.

    +
  4. Use a script to create a variable called A_66, 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.

  5. +
  6. Copy the data in US_energy_by_sector.csv to a file in you working directory in Matlab/Octave. Add these two plots to your 01_ME3255_repo with a heading of #Problem 4

    1. 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.

    2. 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\(^6\) trillion). The cumulative energy is the area under the curve in part a from 1949 to a given year.

    3. diff --git a/HW1/README.md b/HW1/README.md index c1c93c6..516a76a 100644 --- a/HW1/README.md +++ b/HW1/README.md @@ -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 @@ -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. diff --git a/HW1/g1.png b/HW1/g1.png deleted file mode 100644 index fc5bee2..0000000 Binary files a/HW1/g1.png and /dev/null differ diff --git a/HW1/g2.png b/HW1/g2.png deleted file mode 100644 index 0a19740..0000000 Binary files a/HW1/g2.png and /dev/null differ diff --git a/HW1/g3.png b/HW1/g3.png deleted file mode 100644 index 191a402..0000000 Binary files a/HW1/g3.png and /dev/null differ diff --git a/HW1/g4.png b/HW1/g4.png deleted file mode 100644 index 2134b52..0000000 Binary files a/HW1/g4.png and /dev/null differ diff --git a/HW1/g5.png b/HW1/g5.png deleted file mode 100644 index c59dc3a..0000000 Binary files a/HW1/g5.png and /dev/null differ diff --git a/HW1/g6.png b/HW1/g6.png deleted file mode 100644 index 8905f7c..0000000 Binary files a/HW1/g6.png and /dev/null differ diff --git a/HW1/g7.png b/HW1/g7.png deleted file mode 100644 index 283f98e..0000000 Binary files a/HW1/g7.png and /dev/null differ diff --git a/HW1/g8.png b/HW1/g8.png deleted file mode 100644 index 4f44447..0000000 Binary files a/HW1/g8.png and /dev/null differ diff --git a/HW1/g9.png b/HW1/g9.png deleted file mode 100644 index e27469d..0000000 Binary files a/HW1/g9.png and /dev/null differ diff --git a/HW1/g1.jpg b/HW1/images/g1.jpg similarity index 100% rename from HW1/g1.jpg rename to HW1/images/g1.jpg diff --git a/HW1/g2.jpg b/HW1/images/g2.jpg similarity index 100% rename from HW1/g2.jpg rename to HW1/images/g2.jpg diff --git a/HW1/g3.jpg b/HW1/images/g3.jpg similarity index 100% rename from HW1/g3.jpg rename to HW1/images/g3.jpg diff --git a/HW1/g4.jpg b/HW1/images/g4.jpg similarity index 100% rename from HW1/g4.jpg rename to HW1/images/g4.jpg diff --git a/HW1/g5.jpg b/HW1/images/g5.jpg similarity index 100% rename from HW1/g5.jpg rename to HW1/images/g5.jpg diff --git a/HW1/g6.jpg b/HW1/images/g6.jpg similarity index 100% rename from HW1/g6.jpg rename to HW1/images/g6.jpg diff --git a/HW1/g7.jpg b/HW1/images/g7.jpg similarity index 100% rename from HW1/g7.jpg rename to HW1/images/g7.jpg diff --git a/HW1/g8.jpg b/HW1/images/g8.jpg similarity index 100% rename from HW1/g8.jpg rename to HW1/images/g8.jpg diff --git a/HW1/g9.jpg b/HW1/images/g9.jpg similarity index 100% rename from HW1/g9.jpg rename to HW1/images/g9.jpg