Get Answers to all your Questions

header-bg qa

Find inverse, by elementary row operations (if possible), of the following matrices.

\begin{bmatrix} 1 &3 \\-5 & 7 \end{bmatrix}

Answers (1)

Let A=\begin{bmatrix} 1 &3 \\-5 & 7 \end{bmatrix}

To apply elementary row transformations we can say that:

A = IA where I is the identity matrix

We proceed with solving the problem in such a way that LHS becomes I and the transformations in I give us a new matrix such that

I = XA

And this X is called inverse of A = A-1

So we get:

\begin{aligned} &\left[\begin{array}{cc} 1 & 3 \\ -5 & 7 \end{array}\right]=\left[\begin{array}{ll} 1 & 0 \\ 0 & 1 \end{array}\right] \mathrm{A}\\ &\text { By Applying } \mathrm{R}_{2} \rightarrow \mathrm{R}_{2}+5 \mathrm{R}_{1}\\ &\Rightarrow\left[\begin{array}{cc} 1 & 3 \\ 0 & 22 \end{array}\right]=\left[\begin{array}{ll} 1 & 0 \\ 5 & 1 \end{array}\right] \mathrm{A}\\ &\text { By Applying } \mathrm{R}_{2} \rightarrow(1 / 22) \mathrm{R}_{2}\\ &\Rightarrow\left[\begin{array}{ll} 1 & 3 \\ 0 & 1 \end{array}\right]=\left[\begin{array}{ll} 1 & 0 \\ \frac{5}{22} & \frac{1}{22} \end{array}\right] \mathrm{A}\\ &\text { By Applying } \mathrm{R}_{1} \rightarrow \mathrm{R}_{1}-3 \mathrm{R}_{2}\\ &\left[\begin{array}{ll} 1 & 0 \\ 0 & 1 \end{array}\right]=\left[\begin{array}{ll} \frac{7}{22} & -\frac{3}{22} \\ \frac{5}{22} & \frac{1}{22} \end{array}\right] \mathrm{A}\\ &\text { As we have an Identity matrix in LHS. }\\ \end{aligned}

\begin{aligned} &\therefore A^{-1}=\left[\begin{array}{ll} \frac{7}{22} & -\frac{3}{22} \\ \frac{5}{22} & \frac{1}{22} \end{array}\right] \end{aligned}

Posted by

infoexpert22

View full answer