Matrices
Matrices
The horizontal lines of elements are said to constitute, rows of the matrix and the vertical lines of
elements are said to constitute, columns of the matrix.
A matrix having m rows & n columns is called a matrix of order m × n or simply m × n
matrix
General representation of Matrices m xn is
Numerical: Consider the following information regarding the number of men and women
workers in three factories I, II and III. Represent the information in form of a 3 ×
2 matrix. What does the entry in the third row and second column represent
Solution:
Numerical:
Solution: Since this Matrix has 3 rows & 4 columns, the order is 3 x 4.
Using the convention
Square Matrices: A matrix, in which the number of rows is equal to the number of columns,
is said to be a square matrix. Thus an m × n matrix is said to be a square matrix if m = n
and is known as a square matrix of order ‘n’. In general, A = [aij] m × m is a square
matrix of order m.
If A = [aij] is a square matrix of order n, then elements (entries) a11, a22, ..., ann
are said to constitute the diagonal, of the matrix A.
Note: diagonal elements come only in case of Square matrix
Diagonal Matrices: A square matrix B = [bij] m × m is said to be a diagonal matrix
if all its non diagonal elements are zero. That is a matrix B = [bij] m × m is said to be a
diagonal matrix if bij = 0, when i ≠ j.
Scalar Matrices: A diagonal matrix is said to be a scalar matrix if its diagonal elements
are equal. That is, a square matrix B = [bij] n × n is said to be a scalar matrix if
bij = 0, when i ≠ j
bij = k, when i = j, for some constant k.
Scalar Matrices: A diagonal matrix is said to be a scalar matrix if its diagonal elements
are equal. That is, a square matrix B = [bij] n × n is said to be a scalar matrix if
bij = 0, when i ≠ j
bij = k, when i = j, for some constant k.
Zero Matrices: A matrix is said to be zero matrix or null matrix if all its elements are zero.
We denote zero matrix by O.
Equality of matrices
Two matrices A = [aij] and B = [bij] are said to be equal if
they are of the same order
each element of A is equal to the corresponding element of B, that is aij = bij for all i
& j.
Addition of Matrices:
If A = [aij] and B = [bij] are two matrices of the same order, say m × n. Then, the
sum of the two matrices A and B is defined as a matrix C = [cij]m × n, where cij = aij +
bij, for all possible values of i and j.
The two matrices have to be of the same order. if A and B are not of the same order, then
A + B is not defined
Numerical:
Solution
Subtraction of Matrices
If A = [aij] and B = [bij] are two matrices of the same order, say m × n. Then, the
difference of the two matrices A and B is defined as a matrix C = [cij]m × n, where cij =
aij - bij, for all possible values of i and j.
The two matrices have to be of the same order. if A and B are not of the same order, then
A - B is not defined
Numerical:
Solution:
Properties of Matrix Addition
Commutative Law
Associative Law
Existence of additive identity
The existence of additive inverse
Commutative Law : If A = [aij], B = [bij] are matrices of the same order, say m ×
n, then A + B = B + A.
Associative Law : For any three matrices A = [aij], B = [bij], C = [cij] of the
same order, say m × n, (A + B) + C = A + (B + C).
Existence of additive identity : Let A = [aij] be an m × n matrix and O be an m × n
zero matrix, then A + O = O + A = A. In other words, O is the additive identity
for matrix addition.
The existence of additive inverse : Let A = [aij]m × n be any matrix, then we have
another matrix as – A = [– aij]m × n such that A + (– A) = (– A) + A= O.
So – A is the additive inverse of A or negative of A.
If it is told that the apple & Orange that Tina, Abdul & Minu has is doubled, then we
have to multiply each of these matrices elements by 2. Here 2 is a scalar quantity.
Numerical:
Multiplication of 2 matrices
Let take scenario where
Amit wants to buy 5 eraser 7 pencils & Aditi wants to buy 3 eraser 4 pencils
Price at shop 1: Eraser 6, Pencil 7 & Price at shop 2 : eraser 4, Pencil 6
What will be the cost when Amit & Aditi buys these items from Shop 1 & Shop 2.
We can represent this data using matrix & use the concept of multiplication of two matrices to
find the total price.
Using the Product of Matrices we can say that Amit will have to pay 79 if he buys from
shop 1 & 62 if he has to buy from shop 2. Similarly Aditi has to pay 46 if she buys from
shop 1 & 35 if she buys from shop 2.
The product of two matrices A and B is defined if the number of columns of A is equal to the
number of rows of B. Let A = [aij] be an m × n matrix and B = [bjk] be an n × p
matrix. Then the product of the matrices A and B is the matrix C of order m × p. To get
the (i, k)th element cik of the matrix C, we take the ith row of A and kth column of B,
multiply them element wise and take the sum of all these products
Note: If AB is defined, then BA need not be defined
For approach to multiplication refer ExamFear video lessons.
Numerical:
Solution:
Eg
Here A x B = 0
Numerical:
Solution:
Transpose of a Matrix
If A = [aij] be an m × n matrix, then the matrix obtained by interchanging the rows and
columns of A is called the transpose of A. Transpose of the matrix A is denoted by A′ or
(AT). In other words, if A = [aij]m × n, then A′ = [aji]n × m
Numerical:
Solution:
Solution: Notice that aji = – aij for all possible values of i and j. Thus it is a skew
symmeticmatrix.
Theorem 1 : For any square matrix A with real number entries, A + A′ is a symmetric
matrix and A – A′ is a skew symmetric matrix.
Theorem 2 : Any square matrix can be expressed as the sum of a symmetric and a skew
symmetric matrix. Let A be a square matrix, then we can write
Operation 3: The addition to the elements of any row or column, the corresponding elements
of any other row or column multiplied by any non zero number
Invertible Matrices
If A is a square matrix of order m, and if there exists another square matrix B of the same
order m, such that AB = BA = I, then B is called the inverse matrix of A and it is
denoted by A– 1. In that case A is said to be invertible
Note:
A rectangular matrix does not possess inverse matrix, since for products BA and
AB to be defined and to be equal, it is necessary that matrices A and B should be
square matrices of the same order.
If B is the inverse of A, then A is also the inverse of B.
Theorem: Inverse of a square matrix, if it exists, is unique.
Numerical: Using elementary transformations, find the inverse of the matrices
Solution: