MATH Distance from core: 2

Linear Algebra

Linear Algebra — Overview

Linear Algebra is the branch of mathematics concerning linear equations, linear maps, and their representations in vector spaces and through matrices.

If you've ever solved a system of equations with two variables (like x+y=5x + y = 5 and $x - y = 1$), you were using the foundational concepts of linear algebra. In modern computing, Linear Algebra is the math that powers computer graphics (moving 3D shapes on a screen) and allows data to be structured efficiently.

At its core, it deals with two main mathematical objects:

  • Vectors: Arrays of numbers that represent a point or direction in space.
  • Matrices: Grids of numbers that can transform vectors (e.g., rotating or stretching them).