Lec 3
Lec 3
Example 5
2. Adjoint of a Matrix:
Let A = (aij) be a square matrix of order n x n and (cij) is a matrix
obtained by replacing each element aij by its corresponding cofactor cij
then (cij)t is called the adjoint of A. It is written as adj. A.
3. Inverse of a Matrix:
Alternately:
For a non-singular matrix A of order (n x n) if there exist another matrix
B of order (n x n) Such that their product is the identity matrix I of order
(n x n) i.e., AB = BA = I
Then B is said to be the inverse (or reciprocal) of A and is written as B =
A-1
Example 6
Example 7
Example 8
Then
det A = 3 × 0 – (–1) × l = 1 ≠ 0
and
det B = 0 × 2 – 3(–1) = 3 ≠ 0
Therefore, A and B are invertible i.e., their inverses exist.
Then, to verify the law of inverse of the product, take
Example
Solution
2.4 Solution of Simultaneous Linear Equations
Example
Solve the following system by using matrix inversion method.
4x – 2y = 8
3x + y = –4
Solution
Example
Hence the solution of the given linear equations does not exist.
Example
Example
(v) x + y – 2z = 3
3x – y + z = 0
3x + 3y – 6z = 8
Soultion
Again multiply eq. (1) by a2 and eq. (2) by a1 and subtracting, we get
Note that x and y from equations (3) and (4) has the same denominator
a1b2 – a2b1. So the system of equations (1) and (2) has solution only when
a1b2 – a2b1 ≠0.
The solutions for x and y of the system of equations (1) and (2) can be
written directly in terms of determinants without any algebraic
operations, as
Solution
Example
Solution