Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@akm13021
Latest commit 9bcc3b4 Mar 29, 2017 History
1 contributor

Users who have contributed to this file

# linear_algebra
#Error Values (Question #4)
| size of A | norm(error) |
|-----------|-------------|
| 1 | 0 |
| 2 | 0 |
| 3 | 0.324 |
| 4 | NaN |
| 5 | 2.744 |
| 6 | 0.272 |
| 7 | 0.709 |
| 8 | NaN |
| 9 | 4.054 |
| 10 | 2.315 |
#Natural Frequencies and Eigenvalues (Question #5)
| Eigenvalues | Natural Frequencies |
|-------------|---------------------|
| 40.522 | 6.366 |
| 14.409 | 3.796 |
| 2.569 | 1.603 |
#Other Eigenvalues (Question #6)
| # of segments | largest | smallest | # of eigenvalues |
|---------------|---------|----------|------------------|
| 5 | 3.168 | 0.3820 | 4 |
| 6 | 3.732 | 0.2679 | 5 |
| 10 | 3.902 | 0.0979 | 9 |