Topic-3
Topic-3
where ars represents the entry in the rth row and sth column. A matrix with m rows and n
columns is said to have order m x n.
• Operations on Matrices:
o Addition of Matrices: To add two matrices, they must have the same order. To add,
we simply add corresponding entries.
o Example:
o Subtraction of Matrices: To subtract two matrices, they must have the same order.
We simply subtract corresponding entries.
o Example:
, ,
We can multiply to form the matrix C = AB since the number of columns of A is
equal to the number of rows of B. The multiplication is carried out as follows:
o Example:
• Definition: A Square matrix with ones on the diagonal and zeros elsewhere is called an
identity matrix. It is denoted by I.
• Definition: Given a square matrix B, if there exists a matrix D such that BD = DB = I, then D
is called the inverse of B, and is denoted by D = B-1.
where A is the matrix of the coefficients, is the column matrix of the variables and is the
column matrix of the constants. i.e.
A matrix is in reduced echelon form if in addition to the above three properties it also has
the following property:
o Every other entry in a column containing a leading one is zero
We have seen that any system of equations can be written as a matrix system. i.e. the
two systems are equivalent.
So, given a system Ax = b we can form the augmented matrix (Ab) by attaching an
additional column at the end of the matrix A with entries from matrix b. Since the
original system of equations remains unchanged as described above, the system
described by the augmented matrix (Ab) also remains unchanged under the following
row operations:
Using row operations, we will change the matrix (Ab) to an Echelon form or a
reduced Echelon form. Once that is achieved, the solution will be easily found.
o Solving Equations using Inverse: If we could find A-1, we could also solve the system
by using . One way to find inverse is as follows:
o Theorem: Given a nxn matrix A, if the augmented matrix (AI), where I is the nxn
identity matrix, can be row reduced to a matrix (IB), then B is the inverse of A. If (AI)
cannot be reduced to (IB), then A does not have an inverse.
So,
• Definition: Let M be the set of all square matrices. Then the Determinant is a function from M to
the set of real numbers. i.e. the determinant is a process of attaching a real number to every
square matrix.
• Example: det =
• Second Order Determinant: A 2 x 2 determinant can be found using the following method:
• Example:
• Example: Given
The Minor of
The Minor of
• Example: Given
The Cofactor of
The Cofactor of
• Theorem: The value of a determinant of order 3 is the sum of three products obtained by
multiplying each element of any one row (or each element of any one column) by its cofactors.
• Note: The above theorem and definitions of minor and cofactor generalize completely for
determinants of order higher than 3
• Example: Evaluate
• Definition: Given a matrix A, calculate all the cofactors of A. We then form the matrix of
the cofactors. The Adjoint or Adjugate of A is the transpose of the matrix of the cofactors. i.e.
Now, . And
Therefore,
• Cramer’s Rule for Solving Systems of Equations: Suppose we are given a system of 2 equations
in 2 unknowns as follows:
, and
Solution:
, , and