Skip to content

Commit

Permalink
Merge pull request #21 from rcc02007/master
Browse files Browse the repository at this point in the history
lecture 16
  • Loading branch information
adc12012 committed Mar 24, 2017
2 parents 6d4791e + 6b8c056 commit c591aff
Show file tree
Hide file tree
Showing 10 changed files with 21,173 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Jupiter notebook (with matlab or octave kernel)

### Note on Homework and online forms

The Homeworks are graded based upon effort and completeness. The forms are not graded at
The Homeworks are graded based upon effort, correctness, and completeness. The forms are not graded at
all, if they are completed you get credit. It is *your* responsibility to make sure your
answers are correct. Use the homeworks and forms as a study guide for the exams. In
general, I will not post homework solutions.
Expand Down
Binary file added lecture_15/lecture_15.pdf
Binary file not shown.
Binary file added lecture_16/MonteCarloPi.gif
Loading
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_16/MonteCarloPi_rand.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions lecture_16/gen_examples.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
x1=linspace(0,1,1000)';
y1=0*x1+0.1*rand(length(x1),1);

x2=linspace(0,1,10)';
y2=1*x2;
21,169 changes: 21,167 additions & 2 deletions lecture_16/lecture_16.ipynb

Large diffs are not rendered by default.

Binary file added lecture_16/q1.png
Loading
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_16/q2.png
Loading
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_16/sgs_strain.avi
Binary file not shown.
Binary file added lecture_16/sgs_strain.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c591aff

Please sign in to comment.