Understanding Matrix Definitions
Understanding Matrix Definitions
info
Matrix Definitions
2 −1 2 3 0
For example (1 3 ) and [−1 1 −2] are matrices.
4 −2 −3 0 1
2 −1
For example, (1 3 ) has three rows and two columns
4 −2
2 3 0
and [−1 1 −2] has three rows and three columns.
−3 0 1
2 −1
For example (1 3 ) has dimensions 3 × 2 and can be called a 3 × 2 matrix.
4 −2
2 3 0
and [−1 1 −2] has dimensions 3 × 3 and can be called a 3 × 3 matrix.
−3 0 1
Vectors
Matrices with just one column (or just one row) are called vectors.
2 2
For example ( ) and [0 −2 3] are vectors; ( ) is said to be a column
−1 −1
vector and [0 −2 3] is said to be a row vector.
Notation
2 −1
2
For example we may write 𝐴 = (1 3 ) or 𝑥 = ( ).
−1
4 −2
[Link]
For the remainder of this work, we will use rounded brackets and use small
letters underlined to denote vectors.
𝑎11 𝑎12
𝑥1
For example 𝑥 = (𝑥 ) , 𝑦 =[𝑦1 𝑦2 𝑦3 ] and 𝐴 = (𝑎21 𝑎22 ).
2
𝑎31 𝑎32
A matrix with the same number of rows as columns is said to be a square matrix.
2 3 0
For example (−1 1 −2) is a square matrix.
−3 0 1
A square matrix that is zero everywhere apart from on the diagonal is said to be
a diagonal matrix.
2 0 0
For example (0 1 0)is a diagonal matrix.
0 0 1
By reflecting a matrix across the diagonal we obtain its transpose and is denoted
by a T superscript.
2 3 0 2 −1 −3
For example the transpose of 𝐵 = (−1 1 −2) is 𝐵 = (3
𝑇
1 0)
−3 0 1 0 −2 1
2 −1
2 1 4
and the transpose of 𝐴 = (1 3 ) is 𝐴𝑇 = ( ).
−1 3 2
4 −2
1
Matrix Definitions (Exercises)
2
Matrices (Pplato)
3
Matrices - what is a matrix? (Mathcentre)
4
Symmetric matrices and the transpose of a matrix