Concise answer
A matrix is a linear map written in coordinates, and almost every exam question is asking one of three things about that map: how much of the space does it collapse (rank and nullity), by how much does it scale volume (determinant), and are there directions it merely stretches (eigenvectors). Rank–nullity ties the first to the dimension count, the determinant ties the second to invertibility, and diagonalisation turns repeated application of the map into arithmetic on the eigenvalues.
Definitions
- Vector space and subspace
- A set closed under addition and scalar multiplication satisfying the eight axioms; a subspace is a nonempty subset closed under both operations, so it always contains the zero vector.
- Basis and dimension
- A linearly independent spanning set, and its size. Every basis of a given space has the same size, which is what makes dimension well defined.
- Rank and nullity
- and , the dimension of the solution space of .
- Determinant
- The signed factor by which the map scales volume. It is zero exactly when the map collapses the space, which is exactly when the matrix is singular.
- Algebraic and geometric multiplicity
- The multiplicity of as a root of the characteristic polynomial, and . Geometric never exceeds algebraic, and equality for every eigenvalue is exactly diagonalisability.
- Similar matrices
- for some invertible — the same linear map in a different basis. Similar matrices share characteristic polynomial, eigenvalues, trace, determinant, and rank.
Intuition
Think of a matrix as a machine that takes a vector and returns another. Rank measures how much of the output space the machine can reach; nullity measures how much of the input space it destroys. Rank–nullity says those two numbers must add to the number of inputs — nothing disappears without being accounted for. This is why 'the columns are independent', 'the kernel is trivial', and 'the determinant is nonzero' are three statements of one fact for a square matrix.
Eigenvectors are the directions in which the machine is boring: it does not rotate or shear them, it only scales them. If you can find enough such directions to build a basis, the machine is, in the right coordinates, nothing but a list of scale factors — that is diagonalisation, and it is why becomes a computation on numbers instead of matrices.
The trace and the determinant are the cheap shadows of the spectrum: sum and product of the eigenvalues. On the and matrices this exam uses, they are usually enough to identify the eigenvalues by inspection, and they are always enough to catch an arithmetic slip.
Concept walkthrough
Begin with the space, not the matrix. A subspace of must contain and be closed under addition and scaling — the fastest way to reject a candidate subspace on the exam is to check whether the zero vector satisfies the defining condition. Dimension counting then does most of the work: , and for a linear map , . Note the side that matters: nullity is counted against the dimension of the domain, so for an matrix the sum is , the number of columns, regardless of .
The invertibility equivalences are worth memorising as one block, because a question phrased in any one of them can be answered from any other. For a square matrix , these are all equivalent: is invertible; ; ; the columns are linearly independent; the columns span ; has only the trivial solution; has a unique solution for every ; is not an eigenvalue of ; row-reduces to the identity.
Determinants are computed, but on this exam they are more often reasoned about. The properties do the work: , , , a row swap flips the sign, adding a multiple of one row to another changes nothing, scaling one row by multiplies the determinant by — hence for an matrix, which is the property most often mis-stated. A triangular matrix hands you its determinant as the product of the diagonal, which is why row-reducing to triangular form is the reliable computational route.
Eigenvalues come from . Two identities make them cheap: and . For a matrix that is a complete system — the characteristic polynomial is . Once the eigenvalues of are known, the spectra of related matrices follow without new work: has eigenvalues , has , has , and has the same eigenvalues as (though generally different eigenvectors). A polynomial applied to has eigenvalues .
Diagonalisability is the question students most often answer with the wrong rule. Distinct eigenvalues are sufficient — eigenvectors for distinct eigenvalues are automatically independent — but they are not necessary: the identity matrix has one eigenvalue repeated times and is already diagonal. The correct criterion is that for every eigenvalue the geometric multiplicity equals the algebraic multiplicity. When it fails, the matrix is defective and its Jordan form has a block larger than . Real symmetric matrices never fail: they have real eigenvalues, and eigenvectors for distinct eigenvalues are orthogonal, so they are orthogonally diagonalisable.
Linear operators are the same content stated basis-free, and the exam uses that framing for questions about polynomial spaces and function spaces. If is differentiation on the space of polynomials of degree at most , then in the basis it is a strictly upper-triangular matrix: its only eigenvalue is , its kernel is the constants (nullity ), and its rank is — the entire structure of the operator is read off from a matrix you can write down in a few seconds. Two operators that are similar are the same operator seen from two bases, so any quantity that depends only on the operator — rank, trace, determinant, characteristic polynomial, eigenvalues — must agree.
After this page, you should be able to
- Use rank–nullity to convert a statement about solutions of into a dimension count, and vice versa.
- Recite the invertibility equivalences and use any one of them as a substitute for a computation.
- Compute determinants by row reduction and by cofactor expansion, and apply , , and .
- Find eigenvalues from the characteristic polynomial and check them instantly against trace and determinant.
- Decide diagonalisability by comparing geometric and algebraic multiplicities, not by looking for repeated eigenvalues.
- Read off what similarity, transposition, and inversion do to the spectrum, so a question about , , or never needs a fresh computation.
Formulas and assumptions
Rank–nullity theorem
Variables
- rank(A): dimension of the column space
- nullity(A): dimension of the null space
- n: number of columns (the dimension of the domain)
Assumptions
- The count is against the domain, so an m x n matrix always gives n, whatever m is.
- Row rank equals column rank, so 'rank' is unambiguous.
Determinant properties
Variables
- A, B: n x n matrices
- c: a scalar
- n: the matrix size
Assumptions
- A must be invertible for the inverse rule.
- There is no rule for det(A + B); the determinant is not additive.
Characteristic polynomial and its invariants
Variables
- lambda: an eigenvalue
- tr(A): the sum of the diagonal entries
Assumptions
- Eigenvalues are counted with algebraic multiplicity and may be complex even for a real matrix.
Spectrum of related matrices
Variables
- lambda: an eigenvalue of A
- p: a polynomial
- c: a scalar
Assumptions
- The inverse rule needs A invertible, i.e. no zero eigenvalue.
- Eigenvectors are unchanged by all of these except transposition, which generally changes them.
Diagonalisability criterion
Variables
- S: the matrix whose columns are independent eigenvectors
- Lambda: the diagonal matrix of eigenvalues in matching order
Assumptions
- n distinct eigenvalues is sufficient but not necessary.
- The column order of S must match the diagonal order of Lambda.
Dimension of a sum of subspaces
Variables
- U, W: subspaces of a common vector space
Assumptions
- The sum is direct exactly when the intersection is the zero subspace.
Real symmetric matrices
Variables
- Q: an orthogonal matrix of unit eigenvectors
- D: the diagonal matrix of eigenvalues
Assumptions
- The matrix must be real and symmetric; a general matrix guarantees none of this.
- Orthogonality of eigenvectors is a symmetry property, not a general one.
Worked example
Eigenvalues do not settle diagonalisability
Let . Find the eigenvalues, decide whether is diagonalisable, and say what changes if the entry is instead of .
- 1 is upper triangular, so its eigenvalues are the diagonal entries: with algebraic multiplicity , and with algebraic multiplicity .
- 2Check them against the invariants before going further: , and . Both agree.
- 3The 'distinct eigenvalues' shortcut does not apply, because repeats. Diagonalisability must be decided by the geometric multiplicity of the repeated eigenvalue.
- 4Form . The rows and are independent and the remaining row is zero, so and, by rank–nullity, .
- 5So has geometric multiplicity but algebraic multiplicity . There are only two independent eigenvectors in total — for and for — which is one short of a basis for . is not diagonalisable.
- 6With a in the position, the matrix is . Now has rank and nullity , matching the algebraic multiplicity, and the matrix is already diagonal. The eigenvalues are identical in both cases, so the eigenvalues alone can never answer the question.
Eigenvalues in both cases. The given matrix is not diagonalisable (geometric multiplicity algebraic multiplicity at ); with the entry set to it is diagonal and therefore diagonalisable.
Common traps
- Using . The determinant is multiplicative, never additive; , not .
- Concluding that a repeated eigenvalue prevents diagonalisation. The identity matrix repeats its eigenvalue times and is diagonal; only a shortfall in geometric multiplicity blocks it.
- Reading eigenvalues off the diagonal of a matrix that is not triangular. The shortcut is a property of triangular form, not of matrices in general.
- Applying rank–nullity against the number of rows. For an matrix, rank plus nullity is .
- Assuming eigenvectors for distinct eigenvalues are orthogonal. They are always linearly independent; orthogonality needs symmetry (or normality).
- Forgetting the exponent in , and answering .
- Assuming and share eigenvectors, or that , without knowing that .
- Treating a set that fails to contain as a subspace — for example , which is a line but not a subspace.
Related pages and practice
Question depth and domain coverage vary by exam. Practice answers are checked after submission.
Sources
- GRE Subject Test Content and Structure — ETS. Accessed 2026-07-06. Use as a cited source for exam facts; do not imply affiliation or reproduce protected test material.
- MIT OCW 18.06SC Linear Algebra, session: Properties of Determinants — MIT OpenCourseWare. Accessed 2026-08-03. MIT OpenCourseWare materials are CC BY-NC-SA; attribute MIT OCW, link the source page, and avoid verbatim reuse beyond short cited references.
- MIT OCW 18.06SC Linear Algebra, session: Eigenvalues and Eigenvectors — MIT OpenCourseWare. Accessed 2026-08-03. MIT OpenCourseWare materials are CC BY-NC-SA; attribute MIT OCW, link the source page, and avoid verbatim reuse beyond short cited references.
- MIT OCW 18.06SC Linear Algebra, session: Diagonalization and Powers of A — MIT OpenCourseWare. Accessed 2026-08-03. MIT OpenCourseWare materials are CC BY-NC-SA; attribute MIT OCW, link the source page, and avoid verbatim reuse beyond short cited references.
Sources and corrections
Sources last checked 2026-08-15Every source cited on this page was checked on the date shown, and we update the page when a source changes. If something looks wrong, tell us and we'll recheck it.