GATE GUIDE

Linear Algebra Questions in GATE CSE: Eigenvalues to LU

By MD ANISH AHAMADUpdated 23 Sep 20267 min read

Linear algebra gives GATE CSE its single most dependable question. Eigenvalue identities score 94.0 out of 100 in the book's evidence model, the joint highest in the mathematics section, and the reconstructed record puts an eigenvalue item in essentially every paper since 2003. Four question types carry the topic, and each one is a short computation rather than a proof.

In this guide
  1. Key takeaways
  2. The four question types
  3. Type 1: eigenvalue identities
  4. Type 2: rank, nullity and systems of equations
  5. Type 3: determinants and matrix properties
  6. Type 4: LU decomposition
  7. Where linear algebra fits in your plan

Key takeaways

The four question types

Question type Years asked (approximate) Usual format Model score
Eigenvalues via trace and determinant, powers, Cayley-Hamilton 2003-2026, in essentially every paper NAT 1-2M 94.0
Systems of equations, rank and nullity 2004, 2005, 2008, 2014-2017, 2019-2022, 2024 MCQ or NAT 2M 76.5
Determinants and special matrices 2004, 2011, 2013, 2014, 2016, 2019, 2021, 2023, 2025 NAT or MSQ 1-2M 73.5
LU decomposition 2015, 2019, 2021, 2022, 2024 NAT 2M 54.5

Years are an analyst reconstruction from public question archives and are approximate. Scores are model based analytical confidence values, not probabilities of appearance in 2027.

Type 1: eigenvalue identities

Almost no GATE eigenvalue question wants you to expand a characteristic polynomial. What they want is a derived quantity, and the identities give it in seconds.

Memorise six facts. The sum of the eigenvalues is the trace and their product is the determinant. If a matrix has eigenvalue x, then its k-th power has x to the k, its inverse has 1 over x, adding a multiple c of the identity gives x plus c, and any polynomial in the matrix has the same polynomial applied to x. Triangular matrices carry their eigenvalues on the diagonal.

Worked example: a 3 by 3 matrix has eigenvalues 1, 2 and 4. What is the determinant of the matrix squared plus three times the identity? The eigenvalues of that combination are 1 plus 3, 4 plus 3 and 16 plus 3, which are 4, 7 and 19. The determinant is their product, 532.

For 2 by 2 matrices the reverse route is just as common. Given a trace of 7 and a determinant of 12, the eigenvalues solve a quadratic with sum 7 and product 12, which are 3 and 4. No elimination required.

Special matrices give their eigenvalues away by type: orthogonal matrices have eigenvalues of absolute value 1, idempotent matrices have only 0 and 1, nilpotent matrices have only 0, and involutory matrices have only plus and minus 1. Real symmetric matrices have real eigenvalues and orthogonal eigenvectors, which is the most quoted statement in multiple-select items on this topic.

Type 2: rank, nullity and systems of equations

The pattern that has survived two decades is the parameter question: for which values of a parameter does a 3 by 3 system have a unique solution, infinitely many, or none? Compare the rank of the coefficient matrix with the rank of the augmented matrix.

Take the system x + y + z = 6, x + 2y + 3z = 10, and x + 2y + az = b. Subtracting the first row from the other two gives y + 2z = 4 and y + (a − 1)z = b − 6. Subtracting again gives (a − 3)z = b − 10. So the system has a unique solution whenever a is not 3, infinitely many solutions when a is 3 and b is 10, and no solution when a is 3 and b is anything else.

The trap is stopping at the determinant. A zero determinant only tells you that the unique case has failed; the augmented rank decides between infinitely many and none.

Recent papers have moved toward rank facts rather than elimination. The two worth carrying are that the rank of a matrix times its own transpose equals the rank of the matrix, and that the nullity is the number of columns minus the rank. Homogeneous systems always have the zero solution and have exactly that many independent solutions.

The book ranks all 25 Engineering Mathematics concepts on the same evidence model and pairs each of these four question types with practice questions covering its recurring variants.

Type 3: determinants and matrix properties

Determinant questions test properties rather than arithmetic. Long expansions of 3 by 3 and 4 by 4 matrices have largely disappeared from the recent papers, replaced by property-based reasoning that a multiple-select question can grade.

The list that covers nearly every past item: scaling a whole n by n matrix by k multiplies the determinant by k to the n; the determinant of a product is the product of the determinants; a transpose leaves it unchanged; the determinant of an inverse is the reciprocal; a row swap flips the sign; and the determinant of the adjugate is the determinant raised to n minus 1.

For example, if a 4 by 4 matrix has determinant 3, then twice that matrix has determinant 2 to the fourth times 3, which is 48. Answering 6 is the standard slip.

The counterpart trap is worth stating separately because it appears in both determinant and eigenvalue items: the determinant of a sum is not the sum of the determinants, and the eigenvalues of a sum of two matrices are not the sums of their eigenvalues. Only operations on a single matrix behave.

Cayley-Hamilton is the bridge between the two types. Every matrix satisfies its own characteristic equation, so for a 2 by 2 matrix with trace t and determinant d, the matrix squared equals t times the matrix minus d times the identity. That rearranges into an inverse expressed as a polynomial in the matrix, which is exactly what the paper asks for when it wants a matrix power or inverse without elimination.

Type 4: LU decomposition

LU decomposition is the clearest case in this subject of a topic that is explicitly named but rarely asked. It sits in the Moderate band at 54.5 because its history is thin and its variants are few, not because it is hard.

What has been asked is narrow: an entry of L or U for a small matrix, the existence condition, or the determinant read off the diagonal of U. Take the 2 by 2 matrix with first row 2, 3 and second row 4, 11. Under the Doolittle convention, where L has ones on its diagonal, the multiplier is 2, so L has second row 2, 1 and U has rows 2, 3 and 0, 5. The determinant is the product of the diagonal of U, which is 10, matching 2 times 11 minus 3 times 4.

The one thing to fix in your notes is the convention. Doolittle puts the unit diagonal on L, Crout puts it on U, and a question that does not say which one it wants will tell you through the entries it gives you.

Where linear algebra fits in your plan

Linear algebra is part of the roughly 13 marks the official pattern page allots to Engineering Mathematics, shared with discrete mathematics, calculus and probability. Analyst compilations separating the two halves between 2016 and 2026 put the linear algebra, calculus and probability group between 4 and 14 marks, with a median near 6. Those figures are approximate and differ by about 2 to 3 marks between sources.

Practically, this means one eigenvalue item and one rank or systems item in most shifts. Prepare eigenvalues to the point of reflex, rank conditions to the point of a written checklist, determinant properties as a list you can recite, and LU to the point of recognising the convention. The priority order across the whole section is in Engineering Mathematics important topics, the formulas are on the GATE CSE formula sheet, the slips are catalogued in the common mistakes guide, and the method behind the rankings is explained in what counts as an important question.

Frequently asked questions

Which linear algebra topic is most important for GATE CSE?

Eigenvalues and eigenvectors. In the book's eight-factor model the topic scores 94.0 out of 100, the joint highest in the mathematics section, and the reconstructed record places an eigenvalue item in essentially every paper from 2003 to 2026. Most of these are numeric answer type and can be finished in about a minute with the trace and determinant shortcuts.

Is LU decomposition asked in GATE CSE?

Rarely, but it is named in the official syllabus. The reconstruction shows only about five appearances, around 2015, 2019, 2021, 2022 and 2024, several of them uncertain. It scores 54.5, in the Moderate band. The honest reading is that it is cheap to prepare and should be covered, but it should not displace eigenvalue and rank practice.

How do I solve eigenvalue questions quickly in GATE?

Use the identities instead of the characteristic polynomial. The sum of eigenvalues is the trace and the product is the determinant, a matrix raised to a power has eigenvalues raised to the same power, the inverse has reciprocals, and adding a multiple of the identity shifts every eigenvalue. Triangular matrices show their eigenvalues on the diagonal.

What is the rank condition for a system of linear equations?

A system has a unique solution when the rank of the coefficient matrix equals the rank of the augmented matrix and equals the number of unknowns. It has infinitely many solutions when the two ranks are equal but smaller than the number of unknowns, and no solution when the coefficient rank is smaller than the augmented rank.

Do I need to learn calculus as well for GATE CSE mathematics?

Yes, but it carries less. Limits score 74.5 and maxima and minima 71.0, while the mean value theorem, continuity and differentiability fall to 63.5. Calculus is the weakest part of the mathematics block in the model, so it deserves one standard form per topic rather than deep practice. Linear algebra and probability deserve the depth.

Sources

Dates, fees and the syllabus are set by the GATE 2027 organising institute and can change. Always confirm at gate2027.iitm.ac.in.

Keep reading

GATE CSE 2027 book1,016 pages · ₹250 ₹300
Buy now — ₹250