1. Introduction to Matrices
A matrix (plural: matrices) is a rectangular arrangement of numbers in rows and columns. Matrices help us organize and manipulate data efficiently.
In mathematics, we often need to organize numbers in an orderly way. For example, when recording marks of students, data in science experiments, or coordinates in physics, writing long lists of numbers can be confusing.
2. Definition of a Matrix
A matrix is a rectangular array of numbers arranged in rows (horizontal) and columns (vertical).
Illustration of a Matrix
This matrix has:
- 2 rows
- 3 columns
So, it is called a 2 × 3 matrix (read as “two by three matrix”).
3. Elements (Entries) of a Matrix
Each number inside a matrix is called an element or entry.
For matrix A:
- The element in the first row and second column is 4
- We write it as
In general, the element in the i-th row and j-th column is written as
4. Types of Matrices
(a) Row Matrix
A matrix with only one row.
(b) Column Matrix
A matrix with only one column.
(c) Square Matrix
A matrix with the same number of rows and columns.
This is a 2 × 2 square matrix.
(d) Zero (Null) Matrix
A matrix where all elements are zero.
5. Real-Life Example of Matrices
Suppose marks of three students in Mathematics and Physics are recorded as follows:
| Student | Math | Physics |
|---|---|---|
| A | 60 | 70 |
| B | 75 | 80 |
| C | 90 | 85 |
This can be written as a matrix:M=607590708085
This matrix has 3 rows and 2 columns.
6. Basic Matrix Notation
A matrix is usually named by a capital letter, such as A, B, C, etc.
General form of a matrix:
7. Simple Worked Examples on Matrices
Example 1
Write the order of the matrix:
Solution:
Rows = 2, Columns = 3
Order = 2 × 3
Example 2
Find the element in the matrix:
Solution:
is in the 2nd row and 1st column = 9
8. Conclusion
Matrices are important in mathematics, science, engineering, computer graphics, economics, and many other fields. They help us store, organize, and perform operations on data in an efficient way. In later lessons, you will learn matrix addition, subtraction, multiplication, determinants, and applications.
PRACTICE QUESTIONS ON MATRICES
Section A: Basic Concepts
Question 1
State the order of the matrix:
Answer:
Rows = 2, Columns = 3
Order = 2 × 3
Question 2
Given the matrix:
Find:
a)
b)
c)
d)
Answer:
a)
b)
c)
d)
Question 3
Write a row matrix and a column matrix of your own.
Sample Answer:
Row matrix:
Column matrix:
Section B: Identifying Types of Matrices
Question 4
Classify the following matrices:
a)
b)
c)
Answer:
a) Square matrix
b) Zero (Null) matrix
c) Row matrix
Real-Life Application of Matrices
Question 5
The marks of two students in three subjects are recorded as follows:
| Student | Math | English | Physics |
|---|---|---|---|
| John | 65 | 70 | 80 |
| Mary | 75 | 60 | 85 |
a) Write the information in matrix form.
b) State the order of the matrix.
Answer:
a)M=[657570608085]
b) Order = 2 × 3
Section D: Mixed Questions
Question 6
Given:
Find:
a)
b)
c)
Answer:
a)
b)
c)
Question 7 (Introduction to Matrices)
Write a 2 × 2 zero matrix.
Answer:
Question 8 (Introduction to Matrices)
How many elements are in a 4 × 3 matrix?
Answer:
Number of elements = 4 × 3 = 12
Question 9
If matrix A has order 3 × 2, how many rows and columns does it have?
Answer:
Rows = 3
Columns = 2
Question 10
Create a square matrix of order 3 × 3 and label all its elements using notation.
Sample Answer:
Related topics
- Introduction Arithmetic to series
- using a calculator
- measuring errors
- propagation of errors
- using a calculator
- MATRICES AND TRANSFORMATIONS


Leave a Reply