Permalink
Cannot retrieve contributors at this time
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?
linear_algebra/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
47 lines (35 sloc)
1.04 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Contents | |
#### hw5 | |
Contains scripts used to run functions. Are named in the form ME3255_HW5_X | |
X is the problem this script solves. | |
#### problem5.pdf | |
scanned handwritten sketch of answers for problem 5 | |
#### problem6.pdf | |
scanned handwritten sketch of answers for problem 6 | |
## Problem 4 | |
| Matrix Size | Norm | | |
|---------|---------| | |
| 0 | 0 | | |
| 0 | 0 | | |
| 3.0000 | 4.8555 | | |
| 4.0000 | NaN | | |
| 5.0000 | 9.9760 | | |
| 6.0000 | 17.0366 | | |
| 7.0000 | 3.2737 | | |
| 8.0000 | NaN | | |
| 9.0000 | 44.0303 | | |
## Problem 5 | |
| omega | | |
|---------| | |
| 1.6028 | | |
| 3.7959 | | |
| 6.3657 | | |
## Problem 6 | |
| Nodes | min | max | n eigen values | | |
|--------- |--------- |--------- |--------- | | |
| 5 | -0.3803 | -3.6163 | 4 | | |
| 6 | -0.2669 | -3.7310 | 5 | | |
| 10 | -0.0976 | -3.9018 | 9 | | |
#### Number of Eigen Values as deltaX approaches 0. | |
As deltaX approaches 0, eigen values will grow towards infinity. | |
This my readme, this is my documentation. There are many like it, but this one is mine. |