Web Page

Syllabus: Matrices, determinants, System of linear equations, Eigenvalues and eigenvectors, LU decomposition.

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year}& \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 1 &0&1&0&1&1&1&1&1&2&0&0.9&2
\\\hline\textbf{2 Marks Count} & 2 &1&1&1&1&1&2&1&0&0&0&1&2
\\\hline\textbf{Total Marks} & 5 &2&3&2&3&3&5&3&1&2&\bf{1}&\bf{2.9}&\bf{5}\\\hline
\end{array}}}$$

Recent questions in Linear Algebra

8 votes
1 answer
81
You have a matrix $A$ with the factorization:$$A=\underbrace{\left(\begin{array}{ccc}1 & & \\3 & 2 & \\1 & -1 & 2\end{array}\right)}_B \quad \underbrace{\left(\begin{arra...
17 votes
2 answers
84
Consider Three matrices $A, B$ and $C$ such that -$$\underbrace{\left(\begin{array}{lllll}1 & 2 & 4 & 2 & 5 \\& 2 & 3 & 5 & 6 \\& & 3 & 4 & 3 \\& & & 4 & 3 \\& & & 5\end{...
4 votes
1 answer
91
Consider the $n \times n$ matrix $M$ defined as follows:$$M=\left(\begin{array}{cccc}1 & 2 & \ldots & n \\n+1 & n+2 & \ldots & 2 n \\2 n+1 & 2 n+2 & \ldots & 3 n \\\vdots...
0 votes
0 answers
92
Use LU Decomposition method to solve the following system.$\left\{\begin{matrix} & x_{1} +x_{2}-x_{3} =1 \\ & x_{1} +2x_{2}-2x_{3} =0 \\ & -2x_{1} +x_{2}+x_{3} =1 \end{ma...
0 votes
0 answers
93
Solve the following system using Gauss elimination with partial pivoting.$\left\{\begin{matrix} &2x_{1}+x_{2}+x_{3}=10\\ & 3x_{1}+2x_{2}+3x_{3}=18 \\ & 5x_{1}+4x_{2}+2x_{...
0 votes
0 answers
97
What is the equation of the plane that contains point (-2, 4, 5) and the vector (7, 0, -6) is normal to the plane? And check if this plane intersects the y-axis.
0 votes
0 answers
98
Find equation of a line passes through the points = (0, 1, 2) and = (-1, 1, 1).
0 votes
1 answer
99
if the determinant of matrix A is d then the determinant of the cofactor matrix of A will be d^2, is this rule correct?I am not able to satisfy this rule with a 2*2 matri...
0 votes
1 answer
100
Isn’t the “No of independent rows”= RAnk of matrix?