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

16 votes
5 answers
156
4 votes
1 answer
164
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
165
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
166
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
170
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.