Skip to content

Commit

Permalink
fill in table
Browse files Browse the repository at this point in the history
  • Loading branch information
ere13004 committed Mar 28, 2017
1 parent 826cdb0 commit a08c1f9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

| # of segments | largest | smallest | # of eigenvalues |
| --- | --- | --- | --- |
| 5 | ... | ... | ... |
| 6 | ... | ... | ... |
| 10 | ... | ... | ... |
| 5 | 3.6180 | 0.3820 | 4 |
| 6 | 3.7321 | 0.2679 | 5 |
| 10 | 3.9021 | 0.0979 | 9 |
| 10000 | 4 | 9.8696e-8 | 999 |

If the segment length (dx) approaches 0, this implies that the number of segments continues to grow to infinity. Therefore, there will also be an infinite number of eigenvalues. This conclusion is supported by the pattern in behavior illustrated in the table above.

0 comments on commit a08c1f9

Please sign in to comment.