Linear Algebra with Differential Equations
From vectors and matrices to eigenvalues and systems of ODEs. Click a topic to explore.
The geometric and algebraic language of linear algebra
Vectors are the fundamental objects of linear algebra. A vector in Rⁿ is an ordered list of n real numbers. Understanding vectors — how to combine them, when they are independent, and how they span a space — is the foundation for everything that follows. The course begins here (Sections 2.1–2.7) after the mechanics of linear systems.
A vector v in Rⁿ is a column of n real numbers. The standard operations are addition and scalar multiplication. The dot product gives us a way to measure angles and orthogonality.
For u, v in Rⁿ and scalar c: addition is component-wise and scalar multiplication scales every entry. These two operations satisfy the 8 vector space axioms.
The dot product of two vectors is the sum of products of corresponding components. When the dot product is zero, the vectors are orthogonal (perpendicular).
The norm is the square root of the dot product of a vector with itself. A unit vector has norm 1. To normalise: divide by the norm.
The cross product of two vectors in R³ produces a vector perpendicular to both. Its magnitude equals the area of the parallelogram spanned by the two vectors.
Q1.A square matrix A is invertible if and only if: