Linear Algebra 1 Notes CS
Linear Algebra 1 Notes CS
1. Vectors
A vector is an ordered list of numbers (components), often representing direction and magnitude.
Operations:
2. Matrices
Types:
- Square matrix: m = n
Operations:
- Addition/Subtraction: Element-wise
3. Linear Transformations
Written as A * x = b
Solutions via:
- Gaussian elimination
- LU decomposition
6. Determinants
Applications:
- PCA in ML
- Google PageRank
- Image compression