13. Appendix¶
Computational engineering, especially linear algebra, has an abundance of material beyond what is reasonable to cover in this short and applied introduction. Included here are some material including explanations of useful algorithms, definitions, properties of certain matrices, and proofs that beg for some coverage.
Students are not accountable to know the material in the appendix for exams.
- 13.1. Norms
- 13.1.1. Cardinality
- 13.1.2. Vector Norms
- 13.1.3. General Vector Norm, p-Norm
- 13.1.4. Taxicab Norm, Manhattan Distance, or City Block Distance
- 13.1.5. Euclidean Norm
- 13.1.6. Infinity Norm
- 13.1.7.
vecnorm
function - 13.1.8. Matrix Norms
- 13.1.9. Maximum Absolute Column Sum
- 13.1.10. 2-Norm of a Matrix
- 13.1.11. Frobenius Norm
- 13.1.12. Maximum Absolute Row Sum
- 13.1.13. Nuclear Norm
- 13.2. Vector Spaces
- 13.3. Finding Orthogonal Basis Vectors
- 13.4. Linearly Independent Eigenvectors Theorem
- 13.5. History of the Eigenvalue Problem
- 13.6. All About the Number e
- 13.7. A Matrix Exponent and Systems of ODEs