Linear Algebra — Introduction
The Basics of Vectors and Matrices (High School Level)
Overview
The introductory level covers the starting points of linear algebra: vectors and matrices. It begins with the intuitive meaning of a vector and proceeds step by step through matrix operations, applications to systems of linear equations, inverse matrices, and determinants.
Learning Objectives
- Understand what a vector is and carry out its operations (addition, scalar multiplication, dot product)
- Understand the definition of a matrix and compute sums, scalar multiples, and products
- Write a system of linear equations in matrix form and solve it by row reduction
- Understand what an inverse matrix is and compute it in the $2 \times 2$ case
- Compute $2 \times 2$ and $3 \times 3$ determinants and understand their geometric meaning
Table of Contents
-
Chapter 1
What is a Vector?
Arrow vectors, component representation, the magnitude of a vector
-
Chapter 2
Vector Operations
Addition, scalar multiplication, the dot product, the angle between vectors
-
Chapter 3
What is a Matrix?
Definition of a matrix, addition, scalar multiplication, the transpose
-
Chapter 4
Matrix Multiplication
Definition of the product, how to compute it, associativity, non-commutativity
-
Chapter 5
Systems of Linear Equations and Matrices
Matrix form, the augmented matrix, row reduction (Gaussian elimination)
-
Chapter 6
The Inverse Matrix
Definition of the inverse, the $2 \times 2$ formula, computation by row reduction
-
Chapter 7
Introduction to Determinants
$2 \times 2$ and $3 \times 3$ determinants, geometric meaning (area and volume)
Prerequisites
- Junior high school mathematics (arithmetic, equations, the coordinate plane)
- A first acquaintance with trigonometric functions (knowing what $\cos\theta$ means is enough)
References
Essays
-
Both an Arrow and a Row of Data [Essay]
A vector wears two faces: an arrow with direction and length, and a list of numbers. What happens when the two turn out to be the same coin, told at an unhurried pace.
-
Elimination as the Original Landscape [Essay]
Cancel the unknowns one at a time, then keep only the coefficients in a table. From this plain habit of solving simultaneous equations grew matrices, row reduction, and the determinant — a story running from ancient China to Gauss.
-
The Matrices That Move Things on Screen [Essay]
A game character rotates, scales, and changes position. Rotation and scaling are linear transformations represented by matrices, and homogeneous coordinates let translation be carried out by a matrix product as well. Using the coordinate transformations of computer graphics, we look at the matrix again as a device that expresses motion.
Frequently Asked Questions
Q1. What background is needed to study linear algebra?
Junior high school mathematics (arithmetic, equations, the coordinate plane) together with a first acquaintance with trigonometric functions (knowing what $\cos\theta$ means) is enough. Even without having studied vectors in high school, one can work through the material step by step from Chapter 1.
Q2. What is the difference between a vector and a matrix?
At this introductory level it is enough to picture a vector either as an arrow with magnitude and direction, or as a single column or row of components. Linear algebra later generalises the idea: many kinds of objects — tuples of numbers, polynomials, functions — are treated as vectors whenever addition and scalar multiplication obey the appropriate rules. A matrix, on the other hand, is an array of numbers arranged in a rectangle. A matrix acts on a vector to express a linear transformation such as a rotation or a scaling, and it also serves as the tool that treats systems of linear equations uniformly.
Q3. What is the geometric meaning of the determinant?
The determinant of a $2 \times 2$ matrix is the signed area of the parallelogram spanned by its column vectors; the determinant of a $3 \times 3$ matrix is the signed volume of the corresponding parallelepiped. A determinant of $0$ means the transformation collapses a dimension (a plane becomes a line, for instance), and in that case no inverse matrix exists.