Deprecated: Implicit conversion from float-string "1644925236.178" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1644925236.178" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1644925236.178" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1644925236.178" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1644925236.178" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1644932351.149" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1644932351.149" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1644932351.149" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1644932351.149" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1644932351.149" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1652623329.719" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1652623329.719" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1652623329.719" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1652623329.719" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1652623329.719" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1655715138.262" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1655715138.262" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1655715138.262" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1655715138.262" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1655715138.262" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594
Linear Algebra: GATE CSE 2022 | Question: 43
edited by
10,228 views
24 votes
24 votes

​​​​​Which of the following is/are the eigenvector(s) for the matrix given below?

$$\begin{pmatrix} – 9 & – 6 & – 2 & – 4 \\ – 8 & – 6 & – 3 & – 1 \\ 20 & 15 & 8 & 5 \\ 32 & 21 & 7 & 12 \end{pmatrix}$$

  1. $\begin{pmatrix} – 1 \\ 1 \\ 0 \\ 1 \end{pmatrix}$
  2. $\begin{pmatrix} 1 \\ 0 \\ – 1 \\ 0 \end{pmatrix}$
  3. $\begin{pmatrix} – 1 \\ 0 \\ 2 \\ 2 \end{pmatrix}$
  4. $\begin{pmatrix} 0 \\ 1 \\ – 3 \\ 0 \end{pmatrix}$
edited by

1 Answer

Best answer
66 votes
66 votes

Answer A,C, D

$Ax = \lambda x$
Learn very powerful and important way to multiply matrix and vector. $Ax$ is just linear combination of columns of $A$.. if you can understand this then solution of system of linear equation is just cakewalk for you. And complete linear algebra will come very intutive.

A.

$  \Bigg[\begin{smallmatrix}
-9 & -6 & -2 & -4
 \\ -8 & -6 & -3 & -1
 \\ 20 & 15 & 8 & 5
\\ 32 & 21 & 7 & 12
\end{smallmatrix} \Bigg]
\Bigg[\begin{smallmatrix}
-1\\ 1\\ 0 \\1
\end{smallmatrix} \Bigg] =
-1 \Bigg[\begin{smallmatrix}
-9\\ -8\\ 20 \\32
\end{smallmatrix} \Bigg] + 1
\Bigg[\begin{smallmatrix}
-6\\ -6\\ 15 \\21
\end{smallmatrix} \Bigg]
+ 0 \Bigg[\begin{smallmatrix}
-2\\ -3\\ 8 \\7 \end{smallmatrix} \Bigg]
+ 1 \Bigg[\begin{smallmatrix}
-4\\ -1\\ 5 \\12
\end{smallmatrix} \Bigg] =
\Bigg[\begin{smallmatrix}  -1\\1 \\ 0 \\1 \end{smallmatrix} \Bigg]$

B.

$  \Bigg[\begin{smallmatrix}
-9 & -6 & -2 & -4
 \\ -8 & -6 & -3 & -1
 \\ 20 & 15 & 8 & 5
\\ 32 & 21 & 7 & 12
\end{smallmatrix} \Bigg]
\Bigg[\begin{smallmatrix}
1\\ 0\\ -1 \\0
\end{smallmatrix} \Bigg] =
1 \Bigg[\begin{smallmatrix}
-9\\ -8\\ 20 \\32
\end{smallmatrix} \Bigg] + 0
\Bigg[\begin{smallmatrix}
-6\\ -6\\ 15 \\21
\end{smallmatrix} \Bigg]
-1 \Bigg[\begin{smallmatrix}
-2\\ -3\\ 8 \\7 \end{smallmatrix} \Bigg]
+ 0 \Bigg[\begin{smallmatrix}
-4\\ -1\\ 5 \\12
\end{smallmatrix} \Bigg] =
\Bigg[\begin{smallmatrix}  -7\\-5 \\ 12 \\25 \end{smallmatrix} \Bigg]$

C.

$  \Bigg[\begin{smallmatrix}
-9 & -6 & -2 & -4
 \\ -8 & -6 & -3 & -1
 \\ 20 & 15 & 8 & 5
\\ 32 & 21 & 7 & 12
\end{smallmatrix} \Bigg]
\Bigg[\begin{smallmatrix}
-1\\ 0\\ 2 \\2
\end{smallmatrix} \Bigg] =
-1 \Bigg[\begin{smallmatrix}
-9\\ -8\\ 20 \\32
\end{smallmatrix} \Bigg] + 0
\Bigg[\begin{smallmatrix}
-6\\ -6\\ 15 \\21
\end{smallmatrix} \Bigg]
+ 2 \Bigg[\begin{smallmatrix}
-2\\ -3\\ 8 \\7 \end{smallmatrix} \Bigg]
+ 2 \Bigg[\begin{smallmatrix}
-4\\ -1\\ 5 \\12
\end{smallmatrix} \Bigg] =
3\Bigg[\begin{smallmatrix}  -1\\ 0\\ 2\\2 \end{smallmatrix} \Bigg]
 $

 

D.

$  \Bigg[\begin{smallmatrix}
-9 & -6 & -2 & -4
 \\ -8 & -6 & -3 & -1
 \\ 20 & 15 & 8 & 5
\\ 32 & 21 & 7 & 12
\end{smallmatrix} \Bigg]
\Bigg[\begin{smallmatrix}
0\\ 1\\ -3 \\0
\end{smallmatrix} \Bigg] =
0 \Bigg[\begin{smallmatrix}
-9\\ -8\\ 20 \\32
\end{smallmatrix} \Bigg] + 1
\Bigg[\begin{smallmatrix}
-6\\ -6\\ 15 \\21
\end{smallmatrix} \Bigg]
-3 \Bigg[\begin{smallmatrix}
-2\\ -3\\ 8 \\7 \end{smallmatrix} \Bigg]
+ 0 \Bigg[\begin{smallmatrix}
-4\\ -1\\ 5 \\12
\end{smallmatrix} \Bigg]
= 3\Bigg[\begin{smallmatrix}  0\\ 1\\ -3 \\0 \end{smallmatrix} \Bigg]$

 

$\text{You can watch my complete LA course here –}  $ LINK

edited by
Answer:

Related questions


Deprecated: Implicit conversion from float-string "1644925242.201" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1644925242.201" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1644925242.201" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1644925242.201" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
11.1k
views
5 answers
21 votes
Arjun asked Feb 15, 2022
11,149 views
Consider solving the following system of simultaneous equations using $\text{LU}$ decomposition.$$x_{1} + x_{2} – 2x_{3} = 4$$$$x_{1} + 3x_{2} – x_{3} = 7$$$$2x_{1} +...