Matrices
Contents
1.9. Matrices#
This section provides some basic definitions, notation and results on the theory of matrices.
1.9.1. Basic Definitions#
Definition 1.98 (Matrix)
An
The numbers in a matrix are called its elements.
The matrix consists of
If all the elements of a matrix are real, then we call it a real matrix.
If any of the elements of the matrix is complex, then we call it a complex matrix.
A matrix is often written in short as
Matrices are denoted by bold capital letters
Definition 1.99 (The set of matrices)
The set of all real matrices of shape
The set of all complex matrices of shape
Definition 1.100 (Square matrix)
An
Definition 1.101 (Tall matrix)
An
Definition 1.102 (Wide matrix)
An
Definition 1.103 (Vector)
A vector is an
If all the numbers are real, then it is called a
real vector belonging to the set
Sometimes, we may use a notation without commas.
Definition 1.104 (Column vector)
A matrix with shape
Definition 1.105 (Row vector)
A matrix with shape
Note
It should be easy to see that
A row or column vector can easily be written as an
Definition 1.106 (Main diagonal)
Let
Main diagonal is also known as leading diagonal, major diagonal primary diagonal or principal diagonal.
The entries of
Definition 1.107 (Diagonal matrix)
A diagonal matrix is a matrix (usually a square matrix) whose entries outside the main diagonal are zero.
Whenever we refer to a diagonal matrix which is not square, we will use the term rectangular diagonal matrix.
A square diagonal matrix
If not specified, the square matrices will be of size
1.9.2. Matrix Operations#
Definition 1.108 (Matrix addition)
Let
Definition 1.109 (Scalar multiplication)
Let
Theorem 1.35 (Properties of matrix addition and scalar multiplication)
Let
Matrix addition is commutative:
.Matrix addition is associative:
.Addition in scalars distributes over scalar multiplication:
.Scalar multiplication distributes over addition of matrices:
.Multiplication in scalars commutes with scalar multiplication:
.There exists a matrix with all elements being zero denoted by
such that .Existence of additive inverse:
.
Definition 1.110 (Matrix multiplication)
If
This binary operation is known as matrix multiplication.
The product matrix has the shape
Theorem 1.36 (Properties of matrix multiplication)
Let
Matrix multiplication is associative:
.Matrix multiplication distributes over matrix addition:
and .
1.9.3. Transpose#
The transpose of a matrix
For statements which are valid both for real and complex matrices, sometimes we might say
that matrices belong to
Identity matrix for
Sometimes we will write a matrix in terms of its column vectors. We will use the notation
indicating
When we write a matrix in terms of its row vectors, we will use the notation
indicating
1.9.4. Symmetric Matrices#
Definition 1.111 (Symmetric matrix)
A symmetric matrix is a matrix
We define the set of symmetric
1.9.5. Dot Products#
The inner product or dot product of two column / row vectors
The inner product or dot product of two column / row vectors
1.9.6. Block Matrices#
Definition 1.112 (Block matrix)
A block matrix is a matrix whose entries themselves are matrices with following constraints
Entries in every row are matrices with same number of rows.
Entries in every column are matrices with same number of columns.
Let
where
A block matrix is also known as a partitioned matrix.
Example 1.23 (
Quite frequently we will be using
An example
We have
and have rows. and have row. and have columns. and have column.
Lemma 1.1 (Shape of a block matrix)
Let
and
Sometimes it is convenient to think of a regular matrix as a block matrix whose
entries are
Definition 1.113 (Multiplication of block matrices)
Let
Then the two block matrices are compatible for multiplication
and their multiplication
is defined by
and
Definition 1.114 (Block diagonal matrix)
A block diagonal matrix is a block matrix whose off diagonal entries are zero matrices.