Initial commit: math notes vault

This commit is contained in:
2026-03-14 14:20:16 +00:00
commit d56191fd7a
14 changed files with 443 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Linear Algebra
## Topics
- Vectors and Vector Spaces
- Matrices
- Linear Transformations
- Eigenvalues and Eigenvectors
- Determinants
## Resources
- MIT 6.1200J (as it relates to CS)
- Toronto CSC110/111
## Key Concepts
(Add as you learn)
## Related
- [[discrete-math/00-index|Discrete Math]]
- [[cryptography-prep/00-index|Cryptography Prep]]