in Linear Algebra
4,192 views
21 votes
21 votes

If matrix $X = \begin{bmatrix} a & 1 \\ -a^2+a-1 & 1-a \end{bmatrix}$  and $X^2 - X + I = O$ ($I$ is the identity matrix and $O$ is the zero matrix), then the inverse of $X$ is

  1.  $\begin{bmatrix}
    1-a &-1 \\ 
     a^2& a
    \end{bmatrix}$
  2. $\begin{bmatrix}
    1-a &-1 \\ 
     a^2-a+1& a
    \end{bmatrix}$
  3. $\begin{bmatrix}
    -a &1 \\ 
     -a^2+a-1& 1-a
    \end{bmatrix}$
  4. $\begin{bmatrix}
    a^2-a+1 &a \\ 
     1& 1-a
    \end{bmatrix}$
in Linear Algebra
4.2k views

3 Comments

Putting $a=0$ will make it more simpler to solve.
1
1
For, who are interested to find the value of a ( i know it is not required to answer this question )

they given a eqn,

$λ^2 - λ +1 = 0 $ ===> you can find λ values

then We know that determinant = Product of eigen values ==> Find value of a
5
5
(B)
0
0

4 Answers

37 votes
37 votes
Best answer

Given, $X^2 - X + I  = O$

$\quad \implies   X^2 = X - I$

$\quad \implies (X^{-1}) (X^2 )  = (X^{-1})(X - I )$    (Multiplying $X^{-1}$ on both sides)

$\quad \implies X = I - X^{-1} $

$\quad \implies X^{-1} = I - X$

Option (B)                      

edited by

4 Comments

@Satbir 

$X^{-1} = I - X$

When i subtract the matrix $'X'$ from the identity matrix, then i got the inverse

$X^{-1} = \begin{bmatrix} 1-a &1 \\ -a^{2} + a -1 & a \end{bmatrix}$

which is not equal to the option $(B).$

Please correct me if i'm wrong?

0
0
$\begin{bmatrix} 1 &0 \\ 0& 1 \end{bmatrix} - \begin{bmatrix} a & 1\\ -a^2+a-1&1-a \end{bmatrix} = \begin{bmatrix} 1-a &-1 \\ a^2-a+1& a \end{bmatrix}$
5
5

Ohh sorry, was in the night I just subtract the diagonal elements.

Now I got it, it was just a silly mistake.

Thank you so mcuh@Satbir

0
0
Lakshman sir I too faced the same issue thanks Satbir sir.
0
0
23 votes
23 votes

It's a very simple question, We need to calculate the inverse of a 2x2 matrix,

Inverse of a matrix $A = A^{-1} = \frac{Adjoint(A)}{|A|}$

Adjoint(A) = [cofactors of A]T, but for 2x2 matrix we have direct formula:
     
A =  a    b
        c    d         is a 2x2 matrix then

Adjoint of A =   d    -b
                          -c     a
|A| = ad-bc    
So answer is (B)!

edited by
2 votes
2 votes

You may not evaluate the given equation $X^{2} - X + I = O$.

Rather start evaluating from the choices given. $X.X^{-1} = I$ and the first element should be 1.

Option A. $\Rightarrow a\cdot (1-a)+1\cdot a^{2} = a$
Option B. $\Rightarrow a\cdot (1-a)+1\cdot (a^{2}-a+1) = 1$
Option C. $\Rightarrow a\cdot (-a)+1\cdot (-a^{2}+a-1) = -2a^{2}+a-1$
Option D. $\Rightarrow a\cdot (a^{2}-a+1)+1\cdot (1) = a^{3}-a^{2}+a+1$

You may verify the full multiplication for option B to see whether it indeed yields the identity matrix.

0 votes
0 votes
Putting a=0 both in X and in the options (A),(B),(C) and (D) we see that X.X^-1= I hold goods for option  (B).

Hence option B is correct.

1 comment

I also did a = 0, then calculated determinant of the resultant matrix. Determinant of the matrix was 1 so I just took it as inverse of given matrix is equal to adjoint of the matrix. So option B.

Was this correct method or did I simply got lucky?

Thanks I am new to whole gate stuff.
0
0
Answer:

Related questions

45 votes
45 votes
3 answers
1
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true