Skip to content

lecture 8 pdf #8

Merged
merged 2 commits into from
Feb 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
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.