Matrices - Concept, notation, order, equality, types of matrices, zero and identity matrix
Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
A matrix is an ordered rectangular array of numbers or functions. These numbers or functions are called the elements or entries of the matrix. We denote matrices by capital letters such as . Visually, a matrix is represented as a grid of values enclosed within square brackets or parentheses , arranged in horizontal rows and vertical columns.
The order of a matrix indicates its dimensions. A matrix having rows and columns is said to be of order (read as by ). If a matrix is of order , it visually appears as a tall rectangle with 3 horizontal layers and 2 vertical stacks, containing a total of elements.
Two matrices and are said to be equal if they are of the same order and each element of is equal to the corresponding element of ( for all and ). Visually, equality means that if you overlay one matrix on top of the other, every single number in the grid matches its counterpart perfectly.
A Row Matrix is a matrix that has only one row, represented as with order . It looks like a single horizontal strip of numbers. A Column Matrix has only one column, represented as a vertical stack of numbers with order .
A Square Matrix is a matrix where the number of rows is equal to the number of columns (). In a square matrix, the elements are called the diagonal elements. Visually, these elements form a straight line from the top-left corner to the bottom-right corner, known as the principal diagonal.
A Diagonal Matrix is a square matrix where all non-diagonal elements are zero. A Scalar Matrix is a diagonal matrix where all diagonal elements are equal to a constant . An Identity Matrix is a special scalar matrix where all diagonal elements are and all others are , denoted by . Visually, an identity matrix looks like a grid of zeros with a diagonal 'slash' of ones through the center.
A Zero Matrix or Null Matrix is a matrix in which all elements are zero. It is denoted by . Unlike identity matrices, zero matrices do not have to be square and can be of any order . Visually, it is simply a rectangular block filled entirely with zeros.
📐Formulae
where (rows) and (columns)
Total number of elements in a matrix of order
Equality:
Diagonal Matrix: when
Identity Matrix where if and if
Scalar Matrix: if and if
💡Examples
Problem 1:
Construct a matrix whose elements are given by .
Solution:
- The matrix has order , so it has 3 rows () and 2 columns ().
- Calculate each element:
- Arrange elements into the matrix:
Explanation:
To construct a matrix based on a formula, identify the range of (rows) and (columns) from the given order, calculate the value for every possible pair, and place them in their respective grid positions.
Problem 2:
Find the values of and from the following equation: .
Solution:
- Since the matrices are equal, their corresponding elements must be equal.
- From : .
- From : .
- From : .
- Substitute into : So, or .
- If , then . If , then . Final values: or .
Explanation:
This problem uses the principle of equality of matrices. By equating corresponding entries, we generate a system of algebraic equations that can be solved using substitution or factorization.