Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
4e
4e
  • Loading branch information
tjc14008 committed Oct 6, 2017
1 parent e02d333 commit 93b6c44
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion fminsearch_4c.m~

This file was deleted.

2 changes: 1 addition & 1 deletion problem_4b.m
@@ -1,4 +1,4 @@
F = (0:0.0022/30:.0022)
lj = @(x) 4*0.039*((2.394./x).^12-(2.394./x).^6);
ET = @(dx) lj(dx)*(2.6872+dx)- F*dx;
[x,fx,ea,iter]=goldmin(ET,0,1)
[x,fx,ea,iter]=goldmin(ET,0,1)
2 changes: 0 additions & 2 deletions problem_4b.m~

This file was deleted.

0 comments on commit 93b6c44

Please sign in to comment.