1. What is a Matrix?
A matrix is a rectangular arrangement (an array) of numbers or functions, organized into rows and columns. Think of it like a spreadsheet, a seating chart, or a grid. The numbers or functions inside the grid are called the elements or entries.
- Notation: Matrices are typically named with capital letters (e.g., A, B, C).
- Rows vs. Columns: Rows are the horizontal lines of elements. Columns are the vertical lines of elements.
- Order of a Matrix: A matrix with 'm' rows and 'n' columns has an order of m x n (read as 'm by n'). The number of rows always comes first.
Example: This matrix has 2 rows and 3 columns, so its order is 2 x 3.
Element Notation: The element in the i-th row and j-th column is denoted by .
In our example matrix A above:
- (1st row, 1st column)
- (1st row, 3rd column)
- (2nd row, 1st column)
2. Types of Matrices
Row Matrix: A matrix that has only one row. Its order is 1 x n.
- Example:
Column Matrix: A matrix that has only one column. Its order is m x 1.
- Example:
Square Matrix: A matrix where the number of rows equals the number of columns (m = n). A matrix of order 'n x n' is called a square matrix of order n.
- Example:
- Principal Diagonal: In a square matrix, the elements (where the row and column index are the same) form the principal diagonal. In matrix C, the principal diagonal elements are 1 and 4.
Diagonal Matrix: A square matrix where all non-diagonal elements are zero. The diagonal elements can be zero or non-zero.
- Example:
Scalar Matrix: A special type of diagonal matrix where all the diagonal elements are equal.
- Example:
Identity Matrix (or Unit Matrix): A special type of scalar matrix where all the diagonal elements are 1. It is denoted by (or just ) and is the matrix equivalent of the number 1.
- Example (, the identity matrix of order 3):
Zero Matrix (or Null Matrix): A matrix (of any order) in which all elements are zero. It is denoted by O and is the matrix equivalent of the number 0.
- Example (2x3 Zero Matrix):
3. Equality of Matrices
Two matrices, A and B, are equal if and only if they meet two conditions:
- They are of the same order (same number of rows and columns).
- Each corresponding element is equal (i.e., for all i and j).
Example 1: Equal If and , then only if and .
Example 2: Not Equal
- and are not equal because their corresponding elements .
- and are not equal because they have different orders (2x2 vs 2x3).
Example 1: Constructing a Matrix
Question: Construct a 2 x 2 matrix whose elements are given by .
Explanation:
- Understand the Order: A 2 x 2 matrix has 2 rows and 2 columns. The general form is
- Use the Formula: We find the value of each element using the given rule (where 'i' is the row number and 'j' is the column number).
- (i=1, j=1):
- (i=1, j=2):
- (i=2, j=1):
- (i=2, j=2):
- Construct the Matrix: Place the calculated values into their corresponding positions.
Answer: .
Example 2: Constructing a Matrix with a Condition
Question: Construct a 3 x 2 matrix whose elements are given by .
Explanation:
- Understand the Order: A 3 x 2 matrix has 3 rows and 2 columns. We need to find 6 elements.
- Use the Formula: Apply the rule for each position.
- (i=1, j=1):
- (i=1, j=2):
- (i=2, j=1):
- (i=2, j=2):
- (i=3, j=1):
- (i=3, j=2):
- Construct the Matrix:
Answer: .
Example 3: Identifying Order and Elements
Question: If a matrix has 8 elements, what are the possible orders it can have?
Explanation:
Understand the Concept: The order of a matrix is (number of rows) x (number of columns). The total number of elements is found by multiplying the number of rows by the number of columns.
Problem: We are given that the total number of elements is 8. We need to find all pairs of natural numbers () such that .
Find the Factor Pairs: The pairs of factors for 8 are:
Answer: The possible orders are 1 x 8 (a row matrix), 8 x 1 (a column matrix), 2 x 4, and 4 x 2.
Example 4: Solving for Variables using Equality
Question: Find the values of x, y, and z from the following equation:
Explanation:
Use the Definition of Equality: For two matrices to be equal, their corresponding elements must be equal.
Set up Equations: By comparing the elements in each position, we get a system of equations:
- (Row 1, Col 1):
- (Row 1, Col 2): (This is true and gives no new information.)
- (Row 2, Col 1):
- (Row 2, Col 2):
Solve the System:
- From (2): .
- From (1): .
- Substitute this expression for into equation (3): .
- .
- Factor the quadratic: . This gives two possibilities for x.
- Case 1: If , then .
- Case 2: If , then .
Answer: There are two possible solutions: x=2, y=4, z=0 or x=4, y=2, z=0.
Example 5: Identifying Matrix Types
Question: Classify the following matrix:
Explanation:
Check if Square: The matrix has 3 rows and 3 columns, so it is a square matrix.
Check for Diagonal: All non-diagonal elements are zero. So, it is a diagonal matrix.
Check for Scalar: All the principal diagonal elements are equal (they are all 5). So, it is a scalar matrix.
Check for Identity: The diagonal elements are not 1, so it is not an identity matrix.
Answer: The most specific classification is a scalar matrix. (It is also a diagonal matrix and a square matrix by definition, but 'scalar' is the most descriptive term).
Example 6: Finding Diagonal Elements
Question: In the matrix , what are the principal diagonal elements?
Explanation: The principal diagonal (or main diagonal) of a square matrix consists of the elements from the top-left corner to the bottom-right corner. These are the elements where the row index is equal to the column index (i.e., ).
Answer: The principal diagonal elements are 1, 5, and 9.
Example 7: Number of Possible Matrices
Question: Find the number of all possible matrices of order 3 x 3 with each entry 0 or 1.
Explanation:
Count the Elements: A 3 x 3 matrix has total elements (positions).
Count the Choices: Each element can be filled in one of two ways: either with a 0 or a 1.
Apply the Multiplication Principle: Since each of the 9 elements has 2 independent choices, the total number of different matrices is:
Answer: .
Example 8: Solving for Variables (Advanced)
Question: Find the values of a, b, c, and d from the equation:
Explanation: By the equality of matrices, we can set up two independent systems of linear equations.
System 1 (for a and b):
1)
2)
- From (1), .
- Substitute this into (2):
- Now find b:
- Solution for (a,b) is (1, 2).
System 2 (for c and d):
3)
4)
From (3), .
Substitute this into (4):
Now find d: .
Solution for (c,d) is (3, 4).
Answer: a=1, b=2, c=3, d=4.
Example 9: Identifying an Identity Matrix
Question: Is the matrix an identity matrix?
Explanation: By definition, an identity matrix must be a square matrix (number of rows = number of columns). The given matrix A has 3 rows and 2 columns, so its order is 3 x 2. Since it is not a square matrix, it cannot be an identity matrix.
Answer: No, because an identity matrix must be a square matrix.
Example 10: Zero Matrix Properties
Question: If , where O is the 2x2 zero matrix, find x and y.
Explanation:
- Define the Zero Matrix: The 2x2 zero matrix, O, is .
- Set up the Equation:
- Use Equality of Matrices: We equate the corresponding elements.
- (Row 1, Col 1): .
- (Row 2, Col 2): .
Answer: The solution is x=1, y=-2.