Linear Algebra Fundamentals
Linear Algebra Fundamentals
Linear algebra is the branch of mathematics concerning linear equations, linear maps, and their representations in vector spaces and through matrices.
Vectors
A <strong>vector</strong> is a quantity with both magnitude and direction. In n-dimensional space, a vector can be represented as an ordered list of n numbers.
v = [v₁, v₂, v₃, ..., vₙ]
Vector Operations
-
<li>&lt;strong&gt;Addition&lt;/strong&gt;: Vectors are added component-wise</li>
<li>&lt;strong&gt;Scalar multiplication&lt;/strong&gt;: Each component is multiplied by the scalar</li>
<li>&lt;strong&gt;Dot product&lt;/strong&gt;: Sum of products of corresponding components</li>
Matrices
A <strong>matrix</strong> is a rectangular array of numbers arranged in rows and columns.
Key Concepts
<p>"The essence of mathematics lies in its freedom." — Georg Cantor</p>
Eigenvalues and Eigenvectors
For a square matrix A, if:
Av = λv
Then λ is an <strong>eigenvalue</strong> and v is the corresponding <strong>eigenvector</strong>.
Applications
-
<li>Computer graphics transformations</li>
<li>Machine learning (PCA, SVD)</li>
<li>Quantum mechanics</li>
<li>Network analysis</li>