Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Part G (Chris)
  • Loading branch information
cjc13016 committed Dec 14, 2017
1 parent d247a94 commit 720ad96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions partg.m
@@ -0,0 +1,5 @@
for P = [0.001:0.01:10]
[pw_se,w] = SE_diff(T,P,n);
[root,fx,ea,iter] = bisect_final_project(@(T) SE_diff(T,P,40),-5,10,.1);
disp(root)
end

0 comments on commit 720ad96

Please sign in to comment.