MATH0042 - Lecture - Notes FOR 2022-2023 Week 9
MATH0042 - Lecture - Notes FOR 2022-2023 Week 9
A∗ = ĀT . (3.45)
is
1−i 4
2 + i 5 .
3 6
λ⟨v , v⟩ = λv̄ T v
= v̄ T (λv)
(3.46)
= v̄ T (Hv)
= v̄ T H̄ T v.
Now, recall that for any two matrices A and B (of appropriate dimensions), we have
B T AT = (AB)T . Hence,
v̄ T H̄ T v = (H̄ v̄)T v
= (Hv)T v
= (λv)T v (3.47)
= λ̄v̄ T v
= λ̄⟨v , v⟩.
λ = λ̄,
i.e., λ is real.
A−1 = AT . (3.50)
is orthogonal for any θ ∈ [0, 2π]. One can check this as follows. We have
cos θ − sin θ 0
RT = sin θ cos θ 0 .
0 0 1
Therefore,
cos θ sin θ 0 cos θ − sin θ 0 1 0 0
RRT = − sin θ cos θ 0 sin θ cos θ 0 = 0 1 0 = RT R.
0 0 1 0 0 1 0 0 1
U ∗ U = U U ∗ = I, (3.51)
U −1 = U ∗ . (3.52)
Note that an orthogonal matrix is a special case of a unitary matrix, namely one
whose entries are all real.
Hence iθ −iθ
∗ e 0 e 0 1 0
UU = = .
0 e−iθ 0 eiθ 0 1
Theorem 3.2. Given a normal matrix N , there exists a unitary matrix U such that
U ∗ N U = D, (3.67)
where D is a diagonal matrix whose entries along its main diagonal are the eigenval-
ues of N . (We say that U diagonalises N , and that N is unitarily diagonalisable.)
We will not give a proof of this result, except to mention that Proposition 3.1.3
can be used as part of such a proof. However, a matrix U that diagonalises an n × n
normal matrix H can be constructed as follows (note that U is not actually unique).
Step three. The matrix U is the matrix whose columns are the normalised
eigenvectors vb1 , . . . , vbn :
U = vb1 |b
v2 | . . . |b
vn . (3.69)
Note that we can arrange these columns in any order - the resulting matrix U will
always diagonalise N .
λ = λ2 = 2. We have
−1 i x1 0
(H − λ2 I) v2 = = ,
−i −1 x2 0
(
−x1 + i x2 = 0,
=⇒
−i x1 − x2 = 0,
=⇒ x1 = i x2 .
Hence, an eigenvector corresponding to the eigenvalue λ2 is
i
v2 = .
1
Notice that the diagonal elements of this last diagonal matrix are the eigenvalues of
H.
Part III
Symmetries
80
Chapter 4
Group theory
In this final part of the course, we shall present a mathematical formulation that
can be used to study (among other things) molecular symmetries. We begin in this
chapter by learning about group theory.
(R, +), i.e., the real numbers together with the operation of addition. One can
check that the group axioms 1–4 hold in this case, as follows:
1. If g1 , g2 ∈ R, then g1 + g2 ∈ R.
2. For g1 , g2 , g3 ∈ R, we have g1 + (g2 + g3 ) = (g1 + g2 ) + g3 .
81
Mathematical Methods in Chemistry (MATH0042) Page 82
GL(n, R). For each integer n ≥ 2, this denotes the group that consists of the
set of all n×n real, invertible matrices, together with the operation of ordinary
matrix multiplication. GL(n, R) is called the general linear group. One can
check that the group axioms 1–4 hold in this case, as follows:
(R, ×), i.e., the set of all real numbers together with the operation of (scalar)
multiplication. For this, the above group axioms 1–3 all hold - in particular,
the identity element is 1 - but, axiom 4 does not: 0 has no inverse (there is
no real number, g, such that 0 × g = 1). Note, however, that (R \ {0}, ×) -
where R \ {0} denotes the set of all real numbers but excluding 0 - is a group
(Exercise: check this). Note that R \ {0} is sometimes denoted by R∗ .
(Z∗ , ×) (where Z∗ = Z \ {0}). For this, the above group axioms 1–3 all hold,
but axiom 4 does not: for any non-zero integer g ̸= ±1, the inverse of g is not
an integer.
1 −1
1 2 0
−1 0 −2
In this case, (G, +) is clearly not a group (since ±2, 0 are not contained in G).
One can check that in this case, (G, ×) is a group, and of course is finite.
Example 4.0.5. (R, +) is an Abelian group, but GL(n, R) is not. The groups
({1, −1}, ×) and ({1, i, −1, −i}, ×) considered in Examples 4.0.3 and 4.0.4 are also
Abelian groups.
Some important subgroups of the general linear group, GL(n, R), are as follows:
The special linear group SL(n, R), defined by
SL(n, R) = {A ∈ GL(n, R) | det A = 1}.