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
tgr12001 committed Mar 15, 2017
2 parents ea81782 + 0f702b6 commit d5ea9d9
Show file tree
Hide file tree
Showing 8 changed files with 1,283 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# Computational Mechanics
## ME 3255 Spring 2017
### Github page: [https://github.uconn.edu/rcc02007/ME3255S2017.git]
### Public (ipynb rendering)[https://github.com/cooperrc/ME3255S2017]

### Course Description
This course introduces students to scientific programming utilizing Matlab/Octave.
Expand Down
366 changes: 366 additions & 0 deletions lecture_01/lecture_01.ipynb

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions lecture_02/lecture_02.ipynb
Expand Up @@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 21,
"metadata": {
"collapsed": false
},
Expand All @@ -18,15 +18,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"ans =\n",
"\n",
" 1 2 3\n",
"\n"
"ans = 14\r\n"
]
}
],
"source": [
"[1,2,3]"
"[1,2,3]*[1;2;3]"
]
},
{
Expand Down
913 changes: 913 additions & 0 deletions lecture_04/lecture_4.ipynb

Large diffs are not rendered by default.

Binary file added lecture_14/fx.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lecture_14/lecture_14.pdf
Binary file not shown.
Binary file added linear_algebra/LU_suggested.pdf
Binary file not shown.
Binary file added octave-workspace
Binary file not shown.

0 comments on commit d5ea9d9

Please sign in to comment.