Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjc13016 committed Dec 14, 2017
1 parent 1637cec commit 990b2e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,12 @@ end

### Part E

```matlab
``` matlab
[pw_se,w] = SE_diff(T,P,n);
[root,fx,ea,iter] = bisect_final_project(@(T) SE_diff(T,0.001,25),.001,1,.1)
```
```matlab

The same code was run five times, changing the value of n from 20 to 40 for intervals of 5.
```

| number of nodes | Tension (uN/um) | rel. error|
| --- | --- | --- |
Expand Down

0 comments on commit 990b2e4

Please sign in to comment.