Tag: #matrices
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Engineering Math Series 11: Matrices and Linear Systems
Understand matrices not as mere arrays of numbers but as a language for compactly expressing linear systems, and connect them to systems of linear equations.
2026-03-19 · 3 min read #engineering-math#linear-algebra#matrices#linear-systems#2026-03Linear Algebra Complete Guide: Zero to Hero from Vectors to SVD
A comprehensive guide to linear algebra from first principles to advanced topics. Covers vectors, matrices, determinants, vector spaces, eigenvalues, and SVD with Python code examples throughout.
2026-03-17 · 23 min read #linear-algebra#math#engineering-math#vectors#matrices