MATH1048 Linear Algebra I Lecture Notes
MATH1048 Linear Algebra I Lecture Notes
Mathematical
Sciences
University of Southampton
MATH1048 Linear Algebra I
Autumn 2025-2026
Ian Leary and Ashot Minasyan
Contents
Notation
Chapter 0. Introduction to complex numbers
Definition and operations
Graphical representation of complex numbers
Complex conjugation and reciprocals
Solving polynomial equations over complex numbers
Chapter 1. The real n-space
The real n-space
Scalar Product
Norm of a vector
Projections and Cauchy-Schwarz inequality
Equation of a line
Parametric equation of a plane
Cartesian equation of a plane in R3
Vector product
Intersections of planes and lines in R3
Distances in R3
Chapter 2. Matrix Algebra
Basic definitions and terminology
Operations with Matrices
The transpose of a matrix
The inverse of a matrix
Powers of a matrix
Chapter 3. Systems of Linear Equations
Systems of Equations and Matrices
Row operations and Gaussian elimination
Matrix inverse using row operations
Rank of a matrix
Chapter 4. Determinants
Axiomatic definition of determinant
Determinants and invertibility
Calculating determinants using cofactors
Chapter 5. Linear transformations
Basic definitions and properties
Linear transformations of R2
Composition of linear transformations
The inverse of a linear transformation
Chapter 6. Subspaces of Rn
Definition and basic examples
Null spaces
Linear span
Range and column space
Linear independence
Bases
Chapter 7. Eigenvalues, eigenvectors and applications
Eigenvalues and eigenvectors
More examples
Application of eigenvectors in Google’s page ranking algorithm
Symmetric matrices
Orthogonal diagonalization of symmetric matrices
Quadratic forms
Chapter 8. Orthonormal sets and quadratic forms
Basic notions
Notation
$ eq$: not equal
$ orall$: for all
$ herefore$: therefore
$ orall n ext{ in } N$: for every natural number n
$ ext{dim}(V)$: the dimension of subspace V
Chapter 0. Introduction to Complex Numbers
Historically, complex numbers emerged to solve polynomial equations lacking real solutions, such as $x^2 + 1 = 0$ or $3x^8 + 10x^4 + 2 = 0$. To encompass these, we need to introduce the imaginary unit $i$, defined by $i^2 = -1$. Consequently, the set of complex numbers $C$ is formed as $z = a + bi$, where both $a$ and $b$ are real numbers.
0.1 Definition and Operations
Definition 0.1 (Complex numbers): A complex number is defined as $z = a + bi$, where:
$a$ is the real part of $z$, denoted $Re(z)$,
$b$ is the imaginary part of $z$, denoted $Im(z)$,
$i$ is the imaginary unit.
The operations on complex numbers include addition and subtraction defined as follows:
If $z = a + bi$ and $w = c + di$, then:
Addition:
Subtraction:
For instance,
0.2 Graphical Representation of Complex Numbers
Complex numbers correspond to points in the Cartesian plane, where the x-axis represents real numbers and the y-axis represents imaginary numbers. Each complex number can be represented as a vector $(a, b)$ in $ ext{R}^2$.
Definition 0.5 (Modulus of a Complex Number): The modulus of $z = a + bi$ is given by
This represents the length of the vector corresponding to $z$.
Chapter 1. The Real n-Space
1.1 The Real n-Space
Definition 1.1 (The Real n-Space): The real n-space $ ext{R}^n$ consists of all n-tuples $(x1, x2, ext{…}, x_n)$.
1.2 Scalar Product
Definition 1.6 (Scalar Product): Given two vectors $u, v ext{ in } R^n$, the scalar product of $u$ and $v$ is defined by
It translates geometrically to the cosine of the angle between the two vectors when normalized.
1.3 Norm of a Vector
Definition 1.11 (Norm): The norm of a vector $v = (v1, v2, ext{…}, vn)$ is
1.4 Projections and Cauchy-Schwarz Inequality
The projection of vector $u$ onto vector $v$ is given by the formula:
The Cauchy-Schwarz inequality states that
1.5 Equation of a Line
The equation of a line can be represented parametrically as where $P$ is a point on the line, $ extbf{d}$ is the direction vector, and $t$ is a scalar.
1.6 Parametric Equation of a Plane
For plane equations, parametric representations can be made using two non-parallel vectors.
1.8 Vector Product
For vectors $a = (a1, …, an)$ and $b = (b1, …, bn)$, the vector product results in a new vector orthogonal to both $a$ and $b$, calculated as:
1.9 Distances in R3
The distance between two points $A, B$ in $ ext{R}^3$ is given by
Chapter 2. Matrix Algebra
2.1 Basic Definitions and Terminology
Definition 2.1 (Matrix): An m × n matrix $A$ is an array of real or complex numbers, which allows operations analogous to number systems.
2.2 Operations with Matrices
Definition 2.4 (Basic Operations with Matrices): Let $A$ and $B$ be two matrices, the operations defined include scalar multiplication, addition, and subtraction. For example:
For matrices $A = (a{ij})$ and $B = (b{ij})$,
Chapter 3. Systems of Linear Equations
3.1 Systems of Equations and Matrices
Systems can be expressed as matrix equations, where coefficients are arranged in a matrix format (A|b) as mentioned previously, allowing simpler solutions.
3.2 Row Operations and Gaussian Elimination
Row Operations change the system’s augmented matrix into forms suitable for solutions. Gaussian elimination systematically applies these to arrive at reduced row echelon forms.
3.3 Matrix Inverse using Row Operations
A matrix is invertible if its augmented form can be manipulated to form $I_n$. If successful, that inverse can be derived from the operations performed.
3.4 Rank of a Matrix
The rank can be determined by the number of non-zero rows after row-reducing the matrix. Non-zero rows correspond to the vectors in the linear combinations spanning the matrix.
Chapter 4. Determinants
4.1 Axiomatic Definition of Determinant
Definition 4.1 determines conditions required for determinant function properties.
4.2 Determinants and Invertibility
Determinants denote invertibility: a non-zero determinant signals a non-singular matrix.
4.3 Calculating Determinants Using Cofactors
The determinants can be calculated through minors and cofactors; transforming matrices affects the determinant value accordingly.
Chapter 0. Introduction to Complex Numbers
Historically, complex numbers emerged to solve polynomial equations lacking real solutions, such as . To encompass these, we introduce the imaginary unit , defined by . The set of complex numbers is formed as , where .
0.1 Definition and Operations
Definition 0.1 (Complex numbers): A complex number is , where and .
How to perform operations:
Addition/Subtraction: Group the real parts and the imaginary parts separately.
Multiplication: Use the FOIL method (distributive law) and substitute .
0.2 Graphical Representation and Modulus
Each complex number is represented as a vector in the complex plane.
Definition 0.5 (Modulus): The modulus represents the distance from the origin.
Calculation: For , calculate .
Chapter 1. The Real n-Space
1.1 Scalar Product
Definition 1.6 (Scalar Product): For .
Calculation: Multiply corresponding components and find their sum.
1.2 Norm of a Vector
Definition 1.11 (Norm): The magnitude of vector .
Calculation: .
1.3 Projections and Cauchy-Schwarz Inequality
How to project onto :
Calculate the scalar product .
Calculate the norm squared of , which is .
Use the formula: .
1.4 Vector Product (Cross Product in )
How to calculate :
Use the determinant of a matrix with unit vectors or the component formula:
Chapter 2. Matrix Algebra
2.2 Operations with Matrices
Addition: Add elements in the same position: .
Scalar Multiplication: Multiply every entry in the matrix by the scalar .
Multiplication (): The entry in row and column is the scalar product of row of and column of .
Chapter 3. Systems of Linear Equations
3.2 Row Operations and Gaussian Elimination
How to solve using Gaussian Elimination:
Write the system as an augmented matrix .
Use Elementary Row Operations (EROs):
Swap two rows.
Multiply a row by a non-zero scalar.
Add a multiple of one row to another.
Aim for Row Echelon Form (REF) (zeros below pivots) or Reduced Row Echelon Form (RREF) (zeros above and below pivots, pivots are 1).
3.3 Matrix Inverse via Row Operations
How to find :
Form the augmented matrix , where is the identity matrix.
Apply EROs to transform the left side into .
The resulting right side is . If you cannot reach , the matrix is not invertible.
Chapter 4. Determinants
4.3 Calculating Determinants Using Cofactors
How to calculate a determinant:
For a matrix: .
For larger matrices, use Cofactor Expansion:
Choose a row or column (preferably with zeros).
, where and is the minor matrix.