Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chv14004 committed Mar 29, 2017
1 parent 006d8b0 commit 36ab377
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# linear_algebra
homework 5

size of Matrix error

size of Matrix error

3 2.3414572118661487465374193562
4 1.5089317413322578254053496494
Expand All @@ -18,3 +19,31 @@ size of Matrix error
9 1.2565685195978946175898727233
10 0.0000000000000001092738104726


Question 5:
eigenvalues =

40.5220
14.4090
2.5690


frequencies =

6.3657
3.7959
1.6028



Question 6:
| # of segments | largest | smallest | # of eigenvalues |

| --- | --- | --- | --- |

| 5 | 3.6180 | 0.3820 | 4 |

| 6 | 3.7321 | 0.2679 | 5 |

| 10 | 3.9021 | 0.0979 | 9 |

0 comments on commit 36ab377

Please sign in to comment.