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 Feb 19, 2017
2 parents 8407b57 + de553ce commit 030318a
Show file tree
Hide file tree
Showing 15 changed files with 2,657 additions and 210 deletions.
4 changes: 2 additions & 2 deletions README.md
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
Expand Up @@ -33,4 +33,4 @@ while(1)
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
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.
6 changes: 6 additions & 0 deletions lecture_09/.ipynb_checkpoints/lecture_09-checkpoint.ipynb
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
Binary file added lecture_09/.lecture_09.md.swp
Binary file not shown.
331 changes: 331 additions & 0 deletions lecture_09/even_odd_perm.svg
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 030318a

Please sign in to comment.