ago
64 views

1 Answer

Best answer
1 votes
1 votes

For solving $(A - \lambda I)x = 0 $ why do we take $det(A - \lambda I) = 0$ ?

wikipedia: Consider a matrix A and a nonzero vector 𝑣. If applying A to 𝑣 (denoted by 𝐴𝑣) simply scales 𝑣 by a factor of λ, where λ is a scalar, then 𝑣 is an eigenvector of A, and λ is the corresponding eigenvalue. This relationship can be expressed as: 𝐴𝑣=𝜆𝑣.

$Av = \lambda v$

$Av - \lambda v = 0$

$(A - \lambda I) v = 0$

this equation looks like $Bx = 0$ (homogenous system of linear equation) and from the definition of eigen vector we know that $v$ is a non-zero vector. here $v$ acts as a non-trivial solution to this homogenous system of linear equation.

here we are assuming, $B = A - \lambda I$  and  $x = v$

when we have a non-trivial solution to $Bx = 0$ (homogenous system of linear equation) then we can write the linear combination of columns ($Bx$) of matrix $B$ like this:

$c_1.v_1 + c_2.v_2 + c_3.v_3 + ......... = 0$

as we have a non-trivial solution $x = \begin{bmatrix}c_1\\c_2\\c_3\\.\\.\\.\end{bmatrix}$ that means we have atleat one $c_i$ that is non-zero. suppose that non-zero $c_i$ is $c_2$ then we can write the equation as:

$v_2 = -1/c_2 (c_1.v_1 + c_3.v_3 + c_4.v_4 + .........)$

now it means there is atleast one column $v_2$ which is linear combination of other columns and having even atleast one L.D. column means $det(B) = 0$.

$det(B) = 0$

$det(A - \lambda I) = 0$

ago selected ago by

Related questions

48
views
1 answers
0 votes
anujs asked 6 days ago
48 views
1) Relation b/w eigen values of $AB$ and $BA$ ?2) Why $AB$ and $BA$ share only non-zero eigen values ?3) If $A_{m \times n}$ and $B_{n \times m}$ where ... $AB$ and $BA$ are zero ?
300
views
1 answers
1 votes
jaswanth431 asked Dec 12, 2021
300 views
if eigen values of matrix A = a,b,cif eigen values of matrix B = x,y,zthen is it holds every time that eigen value of A+B = a+x, b+y, c+z ?please give some reference to you answer, thankyou.
542
views
0 answers
1 votes
Shamim Ahmed asked Jan 4, 2019
542 views
Let there is a 2*2 Matrix and their eigen values are A and B. The eigen values of $(A+7I)^{-1}$ ?