Skip to content

Commit

Permalink
Merge pull request #8 from rcc02007/master
Browse files Browse the repository at this point in the history
lecture 8 pdf
  • Loading branch information
adc12012 committed Feb 15, 2017
2 parents 6d82ac9 + 4c0d2a9 commit 52ca4b7
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 210 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ general, I will not post homework solutions.
|3|1/31||Consistent Coding habits|
| |2/2|5|Root Finding|
|4|2/7|6|Root Finding con’d|
| |2/9|7|Optimization|
|5|2/14||Intro to Linear Algebra|
| |2/9|7| **Snow Day**|
|5|2/14|| Optimization |
| |2/16|8|Linear Algebra|
|6|2/21|9|Linear systems: Gauss elimination|
| |2/23|10|Linear Systems: LU factorization|
Expand Down
Binary file added lecture_08/Auchain_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lecture_08/goldmin.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
if xopt~=0, ea = (2 - phi) * abs((xu - xl) / xopt) * 100;end
if ea <= es | iter >= maxit,break,end
end
x=xopt;fx=f(xopt,varargin{:});
x=xopt;fx=f(xopt,varargin{:});
327 changes: 121 additions & 206 deletions lecture_08/lecture_08.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lecture_08/lecture_08.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Considering a 1-D gold chain, we can calculate the bond length, $x_{b}$, with no
Computational Tools to Study and Predict the Long-Term Stability of Nanowires.
By Martin E. Zoloff Michoff, Patricio Vélez, Sergio A. Dassie and Ezequiel P. M. Leiva

![Model of Gold chain, from molecular dynamics simulation](Auchain_model.gif)
![Model of Gold chain, from molecular dynamics simulation](Auchain_model.png)

[Single atom gold chain mechanics](http://www.uam.es/personal_pdi/ciencias/agrait/)

Expand Down
Binary file added lecture_08/lecture_08.pdf
Binary file not shown.
Binary file modified lecture_08/octave-workspace
Binary file not shown.

0 comments on commit 52ca4b7

Please sign in to comment.