maths.freeAbstract Algebra › 12. Matrix Groups and Symmetry › Matrix Groups

Matrix Groups

Before we study matrix groups, we must recall some basic facts from linear algebra. One of the most fundamental ideas of linear algebra is that of a linear transformation.

Some Facts from Linear Algebra

Before we study matrix groups, we must recall some basic facts from linear algebra. One of the most fundamental ideas of linear algebra is that of a linear transformation. A linear transformation or linear map \(T : {\mathbb R}^n \rightarrow {\mathbb R}^m\) is a map that preserves vector addition and scalar multiplication; that is, for vectors \({\mathbf x}\) and \({\mathbf y}\) in \({\mathbb R}^n\) and a scalar \(\alpha \in {\mathbb R}\), \[\begin{aligned}T({\mathbf x}+{\mathbf y}) & = T({\mathbf x}) + T({\mathbf y}) \\ T(\alpha {\mathbf y}) & = \alpha T({\mathbf y})\end{aligned}\]. An \(m \times n\) matrix with entries in \({\mathbb R}\) represents a linear transformation from \({\mathbb R}^n\) to \({\mathbb R}^m\). If we write vectors \({\mathbf x} = (x_1, \ldots, x_n)^\transpose\) and \({\mathbf y} = (y_1, \ldots, y_n)^\transpose\) in \({\mathbb R}^n\) as column matrices, then an \(m \times n\) matrix \[\begin{aligned}\end{aligned}\] maps the vectors to \({\mathbb R}^m\) linearly by matrix multiplication. Observe that if \(\alpha\) is a real number, \[\begin{aligned}\end{aligned}\], where \[\begin{aligned}\end{aligned}\]. We will often abbreviate the matrix \(A\) by writing \((a_{ij})\). \((a_{ij})\) matrix

Conversely, if \(T : {\mathbb R}^n \rightarrow {\mathbb R}^m\) is a linear map, we can associate a matrix \(A\) with \(T\) by considering what \(T\) does to the vectors \[\begin{aligned}{\mathbf e}_1 & = (1, 0, \ldots, 0)^\transpose \\ {\mathbf e}_2 & = (0, 1, \ldots, 0)^\transpose \\ & \aatavdots{=} & \\ {\mathbf e}_n & = (0, 0, \ldots, 1)^\transpose\end{aligned}\]. We can write any vector \({\mathbf x} = (x_1, \ldots, x_n)^\transpose\) as \[\begin{aligned}\end{aligned}\]. Consequently, if \[\begin{aligned}T({\mathbf e}_1) & = (a_{11}, a_{21}, \ldots, a_{m1})^\transpose, \\ T({\mathbf e}_2) & = (a_{12}, a_{22}, \ldots, a_{m2})^\transpose, \\ & \aatavdots{=} & \\ T({\mathbf e}_n) & = (a_{1n}, a_{2n}, \ldots, a_{mn})^\transpose\end{aligned}\], then \[\begin{aligned}T({\mathbf x} ) & = T(x_1 {\mathbf e}_1 + x_2 {\mathbf e}_2 + \cdots + x_n {\mathbf e}_n) \\ & = x_1 T({\mathbf e}_1) + x_2 T({\mathbf e}_2) + \cdots + x_n T({\mathbf e}_n) \\ & = \left( \sum_{k=1}^{n} a_{1k} x_k, \ldots, \sum_{k=1}^{n} a_{mk} x_k \right)^\transpose \\ & = A {\mathbf x}\end{aligned}\].

Condensed — the full section is in Judson, Abstract Algebra: Theory and Applications.

The General and Special Linear Groups

The set of all \(n \times n\) invertible matrices forms a group called the general linear group. We will denote this group by \(GL_n({\mathbb R})\). The general linear group has several important subgroups. The multiplicative properties of the determinant imply that the set of matrices with determinant one is a subgroup of the general linear group. Stated another way, suppose that \(\det(A) =1\) and \(\det(B) = 1\). Then \(\det(AB) = \det(A) \det (B) = 1\) and \(\det(A^{-1}) = 1 / \det A = 1\). This subgroup is called the special linear group and is denoted by \(SL_n({\mathbb R})\).

Example

Given a \(2 \times 2\) matrix \[\begin{aligned}\end{aligned}\], the determinant of \(A\) is \(ad-bc\). The group \(GL_2({\mathbb R})\) consists of those matrices in which \(ad-bc \neq 0\). The inverse of \(A\) is \[\begin{aligned}\end{aligned}\]. If \(A\) is in \(SL_2({\mathbb R})\), then \[\begin{aligned}\end{aligned}\]. Geometrically, \(SL_2({\mathbb R})\) is the group that preserves the areas of parallelograms. Let \[\begin{aligned}\end{aligned}\] be in \(SL_2({\mathbb R})\). In , the unit square corresponding to the vectors \({\mathbf x} = (1,0)^\transpose\) and \({\mathbf y} = (0,1)^\transpose\) is taken by \(A\) to the parallelogram with sides \((1,0)^\transpose\) and \((1, 1)^\transpose\); that is, \(A {\mathbf x} = (1,0)^\transpose\) and \(A {\mathbf y} = (1, 1)^\transpose\). Notice that these two parallelograms have the same area.

The Orthogonal Group O(n)

Another subgroup of \(GL_n({\mathbb R})\) is the orthogonal group. A matrix \(A\) is orthogonal if \(A^{-1} = A^\transpose\). The orthogonal group consists of the set of all orthogonal matrices. We write \(O(n)\) for the \(n \times n\) orthogonal group. \(O(n)\) orthogonal group We leave as an exercise the proof that \(O(n)\) is a subgroup of \(GL_n( {\mathbb R})\).

Example

The following matrices are orthogonal: \[\begin{aligned}\end{aligned}\].

There is a more geometric way of viewing the group \(O(n)\). The orthogonal matrices are exactly those matrices that preserve the length of vectors. We can define the length of a vector using the Euclidean inner product, or dot product, of two vectors. The Euclidean inner product of two vectors \({\mathbf x}=(x_1, \ldots, x_n)^\transpose\) and \({\mathbf y}=(y_1, \ldots, y_n)^\transpose\) is \[\begin{aligned}\end{aligned}\]. We define the length of a vector \({\mathbf x}=(x_1, \ldots, x_n)^\transpose\) to be \(\| {\mathbf x} \|\) length of a vector \(\mathbf x\) \[\begin{aligned}\end{aligned}\]. Associated with the notion of the length of a vector is the idea of the distance between two vectors. We define the distance between two vectors \({\mathbf x}\) and \({\mathbf y}\) to be \(\| {\mathbf x}-{\mathbf y} \|\). We leave as an exercise the proof of the following proposition about the properties of Euclidean inner products.

Condensed — the full section is in Judson, Abstract Algebra: Theory and Applications.

Symbols used here

\sum_{k=1}^{n} a_k
summation
Add a_k for k = 1 up to n.
\det A,\ |A|
determinant
Scaling factor of area/volume under A; zero means singular.
x \in A,\ A \subseteq B
element of, subset
x belongs to A; every element of A is in B.
\leq,\ \geq
less/greater than or equal
Inequalities that allow equality; < and > exclude it.
\neq
not equal
The two sides are different.
\|f\|_p,\ \langle f, g \rangle
p-norm, inner product
Length of a function; the generalised dot product.
O(n^2),\ \Theta,\ \Omega
big-O notation
Grows no faster than n² (up to a constant), for large n.
\mathbb{N},\ \mathbb{Z},\ \mathbb{Q},\ \mathbb{R},\ \mathbb{C}
number sets
Naturals, integers, rationals, reals, complex numbers.
\blacksquare\ \text{or}\ \square
end of proof (halmos)
Marks the point where the statement has been established.
a \equiv b \pmod n
congruent modulo n
n divides a − b; a and b have the same remainder.
a \mid b,\ \gcd(a,b)
divides, greatest common divisor
b is a multiple of a; the largest number dividing both.
(G, \cdot),\ e,\ g^{-1}
group, identity, inverse
A set with an operation; the do-nothing element; the element that undoes g.
G \cong H,\ G / N
isomorphic, quotient group
Same structure; the group of cosets of a normal subgroup N.
\mathbb{Z}/n\mathbb{Z},\ \mathbb{Z}_n
integers modulo n
The remainders 0…n−1 with clock arithmetic.
\operatorname{Hom}(A, B),\ f \circ g
arrows from A to B, composition
The set of morphisms; do g then f.

Questions people ask

What is a group, in plain words?

A set with one operation that is associative, has an identity, and lets every element be undone. Symmetries of any object form a group — that is where the idea came from.

What is the difference between a ring and a field?

A ring has addition and multiplication that behave like the integers (you cannot always divide); a field is a ring where every non-zero element has a reciprocal, like the rationals or the reals.

የራስዎን ይሞክሩ

Parts of this page are adapted from Judson, Abstract Algebra: Theory and Applications (GFDL 1.3). Condensed and re-explained here; errors are ours.

በ Abstract Algebra