Let’s consider the matrix
It has 2 rows & 2 columns
So, we write the order as
And,
3, 2, 1, 4 are elements of matrix A
We write the matrix A as
Where
a 11 → element in 1st row, 1st column
a 12 → element in 1st row, 2nd column
a 21 → element in 2nd row, 1st column
a 22 → element in 2nd row, 2nd column
So,
a 11 = 3
a 12 = 2
a 21 = 1
a 22 = 4
For matrix
It has 3 rows & 2 columns
So, the order is 3 × 2.
We write matrix B as
Similarly,
Create a 4 × 3 matrix where elements are given by
a ij = i + j
A 4 × 3 matrix looks like
Now,
a 11 = 1 + 1 = 2
a 12 = 1 + 2 = 3
a 13 = 1 + 3 = 4
a 21 = 2 + 1 = 3
a 22 = 2 + 2 = 4
a 23 = 2 + 3 = 5
a 32 = 3 + 2 = 5
a 33 = 3 + 3 = 6
a 41 = 4 + 1 = 5
a 42 = 4 + 2 = 5
a 43 = 4 + 3 = 7
So, our matrix is