At a Glance
Frequency: 10 sub-parts across 8 of 13 years (2013, 2015, 2016, 2019, 2021, 2023, 2024, 2025)
Priority tier: T1
Marks (count): 10 (4), 12 (1), 15 (3), 18 (1), 6 (1)
Average solve time: ~10 min
Difficulty mix: medium 6, easy 3, hard 1
Section: A | Dominant type: computation
Why This Chapter Matters
Matrix representations appear in 8 of the last 13 years , almost exclusively in Section A. Seven of the ten questions ask you to find the matrix of a linear map — the most mechanical of all linear algebra tasks. The single non-obvious step is expressing each image in the codomain basis . Every other step is substitution and bookkeeping. The 2016 and 2023 questions add a layer (recovering the map, change of basis), but the underlying procedure is the same.
Minimum Theory
Matrix of T T T in bases B B B and C C C . Let T : V → W T:V\to W T : V → W , domain basis B = { b 1 , … , b n } B=\{b_1,\ldots,b_n\} B = { b 1 , … , b n } , codomain basis C = { c 1 , … , c m } C=\{c_1,\ldots,c_m\} C = { c 1 , … , c m } . The matrix [ T ] B , C [T]_{B,C} [ T ] B , C is the m × n m\times n m × n matrix whose j j j -th column is the C C C -coordinate vector of T ( b j ) T(b_j) T ( b j ) :
[ T ] B , C = [ [ T ( b 1 ) ] C ∣ [ T ( b 2 ) ] C ∣ ⋯ ∣ [ T ( b n ) ] C ] . [T]_{B,C}=\bigl[[T(b_1)]_C\;\big|\;[T(b_2)]_C\;\big|\;\cdots\;\big|\;[T(b_n)]_C\bigr]. [ T ] B , C = [ [ T ( b 1 ) ] C [ T ( b 2 ) ] C ⋯ [ T ( b n ) ] C ] .
Procedure:
For each domain basis vector b j b_j b j , compute T ( b j ) T(b_j) T ( b j ) in the standard/ambient space.
Express T ( b j ) = ∑ i a i j c i T(b_j)=\sum_i a_{ij}c_i T ( b j ) = ∑ i a ij c i (solve for the C C C -coordinates).
Column j j j of the matrix is ( a 1 j , a 2 j , … , a m j ) T (a_{1j},a_{2j},\ldots,a_{mj})^T ( a 1 j , a 2 j , … , a mj ) T .
Change of basis. If [ T ] E [T]_E [ T ] E is the matrix in the standard basis E E E and P P P is the matrix whose columns are the new basis vectors b j b_j b j (expressed in E E E ), then:
[ T ] B = P − 1 [ T ] E P . [T]_B=P^{-1}[T]_E P. [ T ] B = P − 1 [ T ] E P .
Recovering T T T from a matrix. If A = [ T ] B , C A=[T]_{B,C} A = [ T ] B , C , then the j j j -th column of A A A holds the C C C -coordinates of T ( b j ) T(b_j) T ( b j ) . Decode: T ( b j ) = ∑ i A i j c i T(b_j)=\sum_i A_{ij}c_i T ( b j ) = ∑ i A ij c i . Then use linearity to find T T T on all inputs.
Question Archetypes
Four patterns cover all questions.
Archetype You are seeing this when… matrix-in-bases find the matrix of T T T relative to given (possibly non-standard) bases change-of-basis given matrix in standard basis; find it in a new basis via P − 1 [ T ] P P^{-1}[T]P P − 1 [ T ] P recover-map-from-action given T T T on a set of vectors; find the general formula T ( x ) T(x) T ( x ) recover-map-from-matrix given the matrix in two non-standard bases; find the explicit map T T T
matrix-in-bases (7 question(s); 2013, 2015, 2016, 2019, 2021, 2024)
Recognition Cues
“Find the matrix of T T T with respect to the bases B B B and C C C .”
Or “Find the matrix of T T T relative to basis B B B ” (domain = codomain, one basis).
Typical spaces: R n \mathbb R^n R n , P n P_n P n (polynomials), M 2 × 2 ( R ) M_{2\times2}(\mathbb R) M 2 × 2 ( R ) .
Solution Template
For each domain basis vector b j b_j b j , apply T T T explicitly.
Write T ( b j ) T(b_j) T ( b j ) in terms of codomain basis C C C : solve for coefficients a i j a_{ij} a ij .
If C C C is the standard basis: coordinates are simply the coefficients.
If C C C is non-standard: solve a linear system ∑ a i j c i = T ( b j ) \sum a_{ij}c_i=T(b_j) ∑ a ij c i = T ( b j ) .
Assemble: column j j j = ( a 1 j , … , a m j ) T (a_{1j},\ldots,a_{mj})^T ( a 1 j , … , a mj ) T .
Find the null space by solving [ T ] x = 0 [T]x=0 [ T ] x = 0 (if asked).
Worked Example(s)
2021 Paper 1, 2021-P1-Q1b (10 marks)
Matrix of T ( a , b , c ) = ( a + b , a − b , 2 c ) T(a,b,c)=(a+b,a-b,2c) T ( a , b , c ) = ( a + b , a − b , 2 c ) in basis B = { ( 0 , 1 , 1 ) , ( 1 , 0 , 1 ) , ( 1 , 1 , 0 ) } B=\{(0,1,1),(1,0,1),(1,1,0)\} B = {( 0 , 1 , 1 ) , ( 1 , 0 , 1 ) , ( 1 , 1 , 0 )} .
Step 1 — Compute images in standard coordinates:
T ( V 1 ) = ( 1 , − 1 , 2 ) T(V_1)=(1,-1,2) T ( V 1 ) = ( 1 , − 1 , 2 ) , T ( V 2 ) = ( 1 , 1 , 2 ) T(V_2)=(1,1,2) T ( V 2 ) = ( 1 , 1 , 2 ) , T ( V 3 ) = ( 2 , 0 , 0 ) T(V_3)=(2,0,0) T ( V 3 ) = ( 2 , 0 , 0 ) .
Step 2 — Express each in basis B B B . For T ( V 1 ) T(V_1) T ( V 1 ) : solve c 1 ( 0 , 1 , 1 ) + c 2 ( 1 , 0 , 1 ) + c 3 ( 1 , 1 , 0 ) = ( 1 , − 1 , 2 ) c_1(0,1,1)+c_2(1,0,1)+c_3(1,1,0)=(1,-1,2) c 1 ( 0 , 1 , 1 ) + c 2 ( 1 , 0 , 1 ) + c 3 ( 1 , 1 , 0 ) = ( 1 , − 1 , 2 ) .
Sum-trick: adding all three equations ⇒ 2 ( c 1 + c 2 + c 3 ) = 2 ⇒ c 1 + c 2 + c 3 = 1 \Rightarrow 2(c_1+c_2+c_3)=2\Rightarrow c_1+c_2+c_3=1 ⇒ 2 ( c 1 + c 2 + c 3 ) = 2 ⇒ c 1 + c 2 + c 3 = 1 . Then c 1 = 0 c_1=0 c 1 = 0 , c 2 = 2 c_2=2 c 2 = 2 , c 3 = − 1 c_3=-1 c 3 = − 1 .
Similarly: T ( V 2 ) → ( 1 , 1 , 0 ) T(V_2)\to(1,1,0) T ( V 2 ) → ( 1 , 1 , 0 ) ; T ( V 3 ) → ( − 1 , 1 , 1 ) T(V_3)\to(-1,1,1) T ( V 3 ) → ( − 1 , 1 , 1 ) .
[ T ] B = ( 0 1 − 1 2 1 1 − 1 0 1 ) . \boxed{\;[T]_B=\begin{pmatrix}0&1&-1\\2&1&1\\-1&0&1\end{pmatrix}.\;} [ T ] B = 0 2 − 1 1 1 0 − 1 1 1 .
2013 Paper 1, 2013-P1-Q2a-i (10 marks)
Matrix of T ( p ) = ∫ 0 x p ( t ) d t : P 2 → P 3 T(p)=\int_0^x p(t)\,dt:\,P_2\to P_3 T ( p ) = ∫ 0 x p ( t ) d t : P 2 → P 3 with domain basis { 1 , x , x 2 } \{1,x,x^2\} { 1 , x , x 2 } and codomain basis { 1 , x , 1 + x 2 , 1 + x 3 } \{1,x,1+x^2,1+x^3\} { 1 , x , 1 + x 2 , 1 + x 3 } .
Images: T ( 1 ) = x T(1)=x T ( 1 ) = x , T ( x ) = x 2 / 2 T(x)=x^2/2 T ( x ) = x 2 /2 , T ( x 2 ) = x 3 / 3 T(x^2)=x^3/3 T ( x 2 ) = x 3 /3 .
Coordinates in C = { 1 , x , 1 + x 2 , 1 + x 3 } C=\{1,x,1+x^2,1+x^3\} C = { 1 , x , 1 + x 2 , 1 + x 3 } : T ( 1 ) = x → ( 0 , 1 , 0 , 0 ) T(1)=x\to(0,1,0,0) T ( 1 ) = x → ( 0 , 1 , 0 , 0 ) ; T ( x ) = x 2 / 2 = ( x 2 / 2 − 1 / 2 + 1 / 2 ) = 1 2 ( 1 + x 2 ) − 1 2 ⋅ 1 → ( − 1 2 , 0 , 1 2 , 0 ) T(x)=x^2/2=(x^2/2-1/2+1/2)=\frac12(1+x^2)-\frac12\cdot1\to(-\frac12,0,\frac12,0) T ( x ) = x 2 /2 = ( x 2 /2 − 1/2 + 1/2 ) = 2 1 ( 1 + x 2 ) − 2 1 ⋅ 1 → ( − 2 1 , 0 , 2 1 , 0 ) ; T ( x 2 ) = x 3 / 3 → ( − 1 3 , 0 , 0 , 1 3 ) T(x^2)=x^3/3\to(-\frac13,0,0,\frac13) T ( x 2 ) = x 3 /3 → ( − 3 1 , 0 , 0 , 3 1 ) .
[ T ] = ( 0 − 1 2 − 1 3 1 0 0 0 1 2 0 0 0 1 3 ) . \boxed{\;[T]=\begin{pmatrix}0&-\frac12&-\frac13\\1&0&0\\0&\frac12&0\\0&0&\frac13\end{pmatrix}.\;} [ T ] = 0 1 0 0 − 2 1 0 2 1 0 − 3 1 0 0 3 1 .
Null space: T ( p ) = 0 ⇒ ∫ 0 x p = 0 ⇒ p = 0 T(p)=0\Rightarrow\int_0^x p=0\Rightarrow p=0 T ( p ) = 0 ⇒ ∫ 0 x p = 0 ⇒ p = 0 (by FTC). ker T = { 0 } \ker T=\{0\} ker T = { 0 } .
2016 Paper 1, 2016-P1-Q2a-i (10 marks)
T : M 2 ( R ) → P 2 ( x ) T:\,M_2(\mathbb R)\to P_2(x) T : M 2 ( R ) → P 2 ( x ) , T ( a b c d ) = ( a + c ) + ( a − d ) x + ( b + c ) x 2 T\begin{pmatrix}a&b\\c&d\end{pmatrix}=(a+c)+(a-d)x+(b+c)x^2 T ( a c b d ) = ( a + c ) + ( a − d ) x + ( b + c ) x 2 . Standard bases. Find matrix and null space.
Images of standard basis: T ( E 11 ) = 1 + x → ( 1 , 1 , 0 ) T T(E_{11})=1+x\to(1,1,0)^T T ( E 11 ) = 1 + x → ( 1 , 1 , 0 ) T ; T ( E 12 ) = x 2 → ( 0 , 0 , 1 ) T T(E_{12})=x^2\to(0,0,1)^T T ( E 12 ) = x 2 → ( 0 , 0 , 1 ) T ; T ( E 21 ) = 1 + x 2 → ( 1 , 0 , 1 ) T T(E_{21})=1+x^2\to(1,0,1)^T T ( E 21 ) = 1 + x 2 → ( 1 , 0 , 1 ) T ; T ( E 22 ) = − x → ( 0 , − 1 , 0 ) T T(E_{22})=-x\to(0,-1,0)^T T ( E 22 ) = − x → ( 0 , − 1 , 0 ) T .
[ T ] = ( 1 0 1 0 1 0 0 − 1 0 1 1 0 ) ( 3 × 4 ) . [T]=\begin{pmatrix}1&0&1&0\\1&0&0&-1\\0&1&1&0\end{pmatrix}\;(3\times4). [ T ] = 1 1 0 0 0 1 1 0 1 0 − 1 0 ( 3 × 4 ) .
Null space: a + c = 0 a+c=0 a + c = 0 , a − d = 0 a-d=0 a − d = 0 , b + c = 0 ⇒ c = − a b+c=0\Rightarrow c=-a b + c = 0 ⇒ c = − a , d = a d=a d = a , b = a b=a b = a . ker T = span { ( 1 1 − 1 1 ) } \ker T=\text{span}\!\left\{\begin{pmatrix}1&1\\-1&1\end{pmatrix}\right\} ker T = span { ( 1 − 1 1 1 ) } , dim = 1 \dim=1 dim = 1 .
2016 Paper 1, 2016-P1-Q2a-ii (6 marks)
T ( f ) = f + 5 ∫ 0 x f : P 2 → P 3 T(f)=f+5\int_0^x f:\,P_2\to P_3 T ( f ) = f + 5 ∫ 0 x f : P 2 → P 3 , domain basis { 1 , 1 + x , 1 − x 2 } \{1,1+x,1-x^2\} { 1 , 1 + x , 1 − x 2 } , codomain basis { 1 , x , x 2 , x 3 } \{1,x,x^2,x^3\} { 1 , x , x 2 , x 3 } .
Images (apply to the non-standard domain basis): T ( 1 ) = 1 + 5 x T(1)=1+5x T ( 1 ) = 1 + 5 x ; T ( 1 + x ) = 1 + 6 x + 5 2 x 2 T(1+x)=1+6x+\frac52x^2 T ( 1 + x ) = 1 + 6 x + 2 5 x 2 ; T ( 1 − x 2 ) = 1 + 5 x − x 2 − 5 3 x 3 T(1-x^2)=1+5x-x^2-\frac53x^3 T ( 1 − x 2 ) = 1 + 5 x − x 2 − 3 5 x 3 .
Codomain basis is standard, so coordinates are the coefficients:
[ T ] = ( 1 1 1 5 6 5 0 5 2 − 1 0 0 − 5 3 ) ( 4 × 3 ) . [T]=\begin{pmatrix}1&1&1\\5&6&5\\0&\tfrac52&-1\\0&0&-\tfrac53\end{pmatrix}\;(4\times3). [ T ] = 1 5 0 0 1 6 2 5 0 1 5 − 1 − 3 5 ( 4 × 3 ) .
2019 Paper 1, 2019-P1-Q1c (10 marks)
T : R 2 → R 2 T:\mathbb R^2\to\mathbb R^2 T : R 2 → R 2 , T ( 2 , 1 ) = ( 5 , 7 ) T(2,1)=(5,7) T ( 2 , 1 ) = ( 5 , 7 ) , T ( 1 , 2 ) = ( 3 , 3 ) T(1,2)=(3,3) T ( 1 , 2 ) = ( 3 , 3 ) . Find rank of the standard matrix A A A .
Recover A A A . A [ P ] = [ C ] A[P]=[C] A [ P ] = [ C ] where P = ( 2 1 1 2 ) P=\begin{pmatrix}2&1\\1&2\end{pmatrix} P = ( 2 1 1 2 ) and C = ( 5 3 7 3 ) C=\begin{pmatrix}5&3\\7&3\end{pmatrix} C = ( 5 7 3 3 ) . Since det P = 3 ≠ 0 \det P=3\ne0 det P = 3 = 0 :
A = C P − 1 = 1 3 ( 5 3 7 3 ) ( 2 − 1 − 1 2 ) = 1 3 ( 7 1 11 − 1 ) . A=CP^{-1}=\frac13\begin{pmatrix}5&3\\7&3\end{pmatrix}\begin{pmatrix}2&-1\\-1&2\end{pmatrix}=\frac13\begin{pmatrix}7&1\\11&-1\end{pmatrix}. A = C P − 1 = 3 1 ( 5 7 3 3 ) ( 2 − 1 − 1 2 ) = 3 1 ( 7 11 1 − 1 ) .
det A = − 18 / 9 = − 2 ≠ 0 \det A=-18/9=-2\ne0 det A = − 18/9 = − 2 = 0 , so rank ( A ) = 2 \boxed{\text{rank}(A)=2} rank ( A ) = 2 .
Shortcut: images ( 5 , 7 ) , ( 3 , 3 ) (5,7),(3,3) ( 5 , 7 ) , ( 3 , 3 ) are independent (det = − 6 ≠ 0 \det=-6\ne0 det = − 6 = 0 ) ⇒ T \Rightarrow T ⇒ T maps a basis to an independent set ⇒ \Rightarrow ⇒ A A A is invertible ⇒ \Rightarrow ⇒ rank 2 2 2 .
2024 Paper 1, 2024-P1-Q3a (15 marks)
ϕ : M 2 × 2 → M 2 × 2 \phi:M_{2\times2}\to M_{2\times2} ϕ : M 2 × 2 → M 2 × 2 , ϕ ( v ) = A v \phi(v)=Av ϕ ( v ) = A v with A = ( 1 2 3 − 1 ) A=\begin{pmatrix}1&2\\3&-1\end{pmatrix} A = ( 1 3 2 − 1 ) . Find matrix, rank, invertibility.
Images of standard basis: A E 11 = ( 1 0 3 0 ) = E 11 + 3 E 21 AE_{11}=\begin{pmatrix}1&0\\3&0\end{pmatrix}=E_{11}+3E_{21} A E 11 = ( 1 3 0 0 ) = E 11 + 3 E 21 ; A E 12 = E 12 + 3 E 22 AE_{12}=E_{12}+3E_{22} A E 12 = E 12 + 3 E 22 ; A E 21 = 2 E 11 − E 21 AE_{21}=2E_{11}-E_{21} A E 21 = 2 E 11 − E 21 ; A E 22 = 2 E 12 − E 22 AE_{22}=2E_{12}-E_{22} A E 22 = 2 E 12 − E 22 .
[ ϕ ] = ( 1 0 2 0 0 1 0 2 3 0 − 1 0 0 3 0 − 1 ) . [\phi]=\begin{pmatrix}1&0&2&0\\0&1&0&2\\3&0&-1&0\\0&3&0&-1\end{pmatrix}. [ ϕ ] = 1 0 3 0 0 1 0 3 2 0 − 1 0 0 2 0 − 1 .
This is block-diagonal ( A 0 0 A ) \begin{pmatrix}A&0\\0&A\end{pmatrix} ( A 0 0 A ) (after reordering basis as E 11 , E 21 , E 12 , E 22 E_{11},E_{21},E_{12},E_{22} E 11 , E 21 , E 12 , E 22 ). det [ ϕ ] = ( det A ) 2 = 49 ≠ 0 \det[\phi]=(\det A)^2=49\ne0 det [ ϕ ] = ( det A ) 2 = 49 = 0 .
rank = 4 , ϕ is invertible. \boxed{\text{rank}=4,\;\phi\text{ is invertible.}} rank = 4 , ϕ is invertible.
2015 Paper 1, 2015-P1-Q3a (12 marks)
Matrix of T ( a 1 , a 2 , a 3 ) = ( 2 a 1 + 5 a 2 + a 3 , − 3 a 1 + a 2 − a 3 , − a 1 + 2 a 2 + 3 a 3 ) T(a_1,a_2,a_3)=(2a_1+5a_2+a_3,-3a_1+a_2-a_3,-a_1+2a_2+3a_3) T ( a 1 , a 2 , a 3 ) = ( 2 a 1 + 5 a 2 + a 3 , − 3 a 1 + a 2 − a 3 , − a 1 + 2 a 2 + 3 a 3 ) in basis B = { ( 1 , 0 , 1 ) , ( − 1 , 2 , 1 ) , ( 3 , − 1 , 1 ) } B=\{(1,0,1),(-1,2,1),(3,-1,1)\} B = {( 1 , 0 , 1 ) , ( − 1 , 2 , 1 ) , ( 3 , − 1 , 1 )} .
T ( V 1 ) = ( 3 , − 4 , 2 ) T(V_1)=(3,-4,2) T ( V 1 ) = ( 3 , − 4 , 2 ) , T ( V 2 ) = ( 9 , 4 , 8 ) T(V_2)=(9,4,8) T ( V 2 ) = ( 9 , 4 , 8 ) , T ( V 3 ) = ( 2 , − 11 , − 2 ) T(V_3)=(2,-11,-2) T ( V 3 ) = ( 2 , − 11 , − 2 ) .
Express each in basis B B B via P − 1 P^{-1} P − 1 (computed via cofactor expansion, det P = − 2 \det P=-2 det P = − 2 ):
Column 1: ( 17 / 2 , − 7 / 2 , − 3 ) T (17/2,-7/2,-3)^T ( 17/2 , − 7/2 , − 3 ) T ; Column 2: ( − 3 / 2 , 9 / 2 , 5 ) T (-3/2,9/2,5)^T ( − 3/2 , 9/2 , 5 ) T ; Column 3: ( 14 , − 9 , − 7 ) T (14,-9,-7)^T ( 14 , − 9 , − 7 ) T .
[ T ] B = ( 17 / 2 − 3 / 2 14 − 7 / 2 9 / 2 − 9 − 3 5 − 7 ) . \boxed{\;[T]_B=\begin{pmatrix}17/2&-3/2&14\\-7/2&9/2&-9\\-3&5&-7\end{pmatrix}.\;} [ T ] B = 17/2 − 7/2 − 3 − 3/2 9/2 5 14 − 9 − 7 .
Common Traps
Columns = images, not rows. The j j j -th column of [ T ] [T] [ T ] is the coordinate vector of T ( b j ) T(b_j) T ( b j ) .
Matrix dimensions : [ T ] [T] [ T ] is m × n m\times n m × n where m = dim W m=\dim W m = dim W (codomain) and n = dim V n=\dim V n = dim V (domain). For T : M 2 × 2 → P 2 T:M_{2\times2}\to P_2 T : M 2 × 2 → P 2 : 3 × 4 3\times4 3 × 4 . For T : P 2 → P 3 T:P_2\to P_3 T : P 2 → P 3 : 4 × 3 4\times3 4 × 3 .
Non-standard codomain basis : if C C C is not the standard basis, you must express T ( b j ) T(b_j) T ( b j ) as a linear combination of the c i c_i c i ‘s. Many students silently use the standard basis for the codomain and get the wrong matrix.
T ( E 22 ) = − x T(E_{22})=-x T ( E 22 ) = − x (not + x +x + x ) in the 2016-Q2a-i problem: a − d = 0 − 1 = − 1 a-d=0-1=-1 a − d = 0 − 1 = − 1 , so the coefficient of x x x is − 1 -1 − 1 .
For the 2019 rank question: don’t compute A A A in full if you can check independence of the images directly.
change-of-basis (1 question; 2023)
Recognition Cues
“The matrix of T T T in the standard basis is [ T ] E [T]_E [ T ] E . Find the matrix in the new basis B B B .”
Given: the new basis vectors expressed in the old (standard) basis.
Solution Template
Form P P P whose columns are the new basis vectors in the standard basis.
Compute P − 1 P^{-1} P − 1 (by row reduction or adjugate).
[ T ] B = P − 1 [ T ] E P [T]_B=P^{-1}[T]_E P [ T ] B = P − 1 [ T ] E P .
Worked Example(s)
2023 Paper 1, 2023-P1-Q2a (15 marks)
[ T ] E = ( 1 1 2 − 1 2 1 0 1 3 ) [T]_E=\begin{pmatrix}1&1&2\\-1&2&1\\0&1&3\end{pmatrix} [ T ] E = 1 − 1 0 1 2 1 2 1 3 . New basis B = { ( 1 , 1 , 1 ) , ( 0 , 1 , 1 ) , ( 0 , 0 , 1 ) } B=\{(1,1,1),(0,1,1),(0,0,1)\} B = {( 1 , 1 , 1 ) , ( 0 , 1 , 1 ) , ( 0 , 0 , 1 )} . Find [ T ] B [T]_B [ T ] B .
P = ( 1 0 0 1 1 0 1 1 1 ) P=\begin{pmatrix}1&0&0\\1&1&0\\1&1&1\end{pmatrix} P = 1 1 1 0 1 1 0 0 1 (lower triangular). Inverse: P − 1 = ( 1 0 0 − 1 1 0 0 − 1 1 ) P^{-1}=\begin{pmatrix}1&0&0\\-1&1&0\\0&-1&1\end{pmatrix} P − 1 = 1 − 1 0 0 1 − 1 0 0 1 (subtract each row from the next).
Compute [ T ] E P [T]_E P [ T ] E P column by column: [ T ] E ( 1 , 1 , 1 ) T = ( 4 , 2 , 4 ) T [T]_E(1,1,1)^T=(4,2,4)^T [ T ] E ( 1 , 1 , 1 ) T = ( 4 , 2 , 4 ) T ; [ T ] E ( 0 , 1 , 1 ) T = ( 3 , 3 , 4 ) T [T]_E(0,1,1)^T=(3,3,4)^T [ T ] E ( 0 , 1 , 1 ) T = ( 3 , 3 , 4 ) T ; [ T ] E ( 0 , 0 , 1 ) T = ( 2 , 1 , 3 ) T [T]_E(0,0,1)^T=(2,1,3)^T [ T ] E ( 0 , 0 , 1 ) T = ( 2 , 1 , 3 ) T .
[ T ] E P = ( 4 3 2 2 3 1 4 4 3 ) . [T]_E P=\begin{pmatrix}4&3&2\\2&3&1\\4&4&3\end{pmatrix}. [ T ] E P = 4 2 4 3 3 4 2 1 3 .
Apply P − 1 P^{-1} P − 1 (row operations — row 2 ← \leftarrow ← row 2 − - − row 1; row 3 ← \leftarrow ← row 3 − - − row 2):
[ T ] B = P − 1 [ T ] E P = ( 4 3 2 − 2 0 − 1 2 1 2 ) . \boxed{\;[T]_B=P^{-1}[T]_E P=\begin{pmatrix}4&3&2\\-2&0&-1\\2&1&2\end{pmatrix}.\;} [ T ] B = P − 1 [ T ] E P = 4 − 2 2 3 0 1 2 − 1 2 .
Common Traps
P P P columns are the new basis vectors in the old (standard) basis — not the change-of-basis matrix in the opposite direction.
The formula is [ T ] B = P − 1 [ T ] E P [T]_B=P^{-1}[T]_E P [ T ] B = P − 1 [ T ] E P , not P [ T ] E P − 1 P[T]_E P^{-1} P [ T ] E P − 1 .
For a triangular P P P (as here), P − 1 P^{-1} P − 1 is also triangular and is computed by inspection — no need for full Gaussian elimination.
recover-map-from-action (1 question; 2025)
Recognition Cues
”T T T is a linear map from R n → R m \mathbb R^n\to\mathbb R^m R n → R m with T ( v 1 ) = w 1 T(v_1)=w_1 T ( v 1 ) = w 1 , T ( v 2 ) = w 2 T(v_2)=w_2 T ( v 2 ) = w 2 , T ( v 3 ) = w 3 T(v_3)=w_3 T ( v 3 ) = w 3 .”
The v i v_i v i are not the standard basis vectors. Find T ( x , y , z ) T(x,y,z) T ( x , y , z ) .
Solution Template
Verify { v 1 , v 2 , v 3 } \{v_1,v_2,v_3\} { v 1 , v 2 , v 3 } is linearly independent (check det ≠ 0 \det\ne0 det = 0 ).
Set up A B = C AB=C A B = C where A = [ T ] A=[T] A = [ T ] (standard matrix), B = [ v 1 v 2 v 3 ] B=[v_1\,v_2\,v_3] B = [ v 1 v 2 v 3 ] , C = [ w 1 w 2 w 3 ] C=[w_1\,w_2\,w_3] C = [ w 1 w 2 w 3 ] .
Solve: A = C B − 1 A=CB^{-1} A = C B − 1 .
Write T ( x ) = A ( x , y , z ) T T(x)=A(x,y,z)^T T ( x ) = A ( x , y , z ) T .
Worked Example(s)
2025 Paper 1, 2025-P1-Q2a (15 marks)
T : R 3 → R 2 T:\mathbb R^3\to\mathbb R^2 T : R 3 → R 2 , T ( 1 , 1 , − 1 ) = ( 1 , 0 ) T(1,1,-1)=(1,0) T ( 1 , 1 , − 1 ) = ( 1 , 0 ) , T ( 4 , 1 , 1 ) = ( 0 , 1 ) T(4,1,1)=(0,1) T ( 4 , 1 , 1 ) = ( 0 , 1 ) , T ( 1 , − 1 , 2 ) = ( 1 , 1 ) T(1,-1,2)=(1,1) T ( 1 , − 1 , 2 ) = ( 1 , 1 ) . Find T T T .
B = [ ( 1 , 1 , − 1 ) T , ( 4 , 1 , 1 ) T , ( 1 , − 1 , 2 ) T ] B=[(1,1,-1)^T,(4,1,1)^T,(1,-1,2)^T] B = [( 1 , 1 , − 1 ) T , ( 4 , 1 , 1 ) T , ( 1 , − 1 , 2 ) T ] , det B = 1 ≠ 0 \det B=1\ne0 det B = 1 = 0 (inputs form a basis).
A = C B − 1 = ( 1 0 1 0 1 1 ) ( 3 − 7 − 5 − 1 3 2 2 − 5 − 3 ) = ( 5 − 12 − 8 1 − 2 − 1 ) A=CB^{-1}=\begin{pmatrix}1&0&1\\0&1&1\end{pmatrix}\begin{pmatrix}3&-7&-5\\-1&3&2\\2&-5&-3\end{pmatrix}=\begin{pmatrix}5&-12&-8\\1&-2&-1\end{pmatrix} A = C B − 1 = ( 1 0 0 1 1 1 ) 3 − 1 2 − 7 3 − 5 − 5 2 − 3 = ( 5 1 − 12 − 2 − 8 − 1 ) .
T ( x , y , z ) = ( 5 x − 12 y − 8 z , x − 2 y − z ) . \boxed{\;T(x,y,z)=(5x-12y-8z,\;x-2y-z).\;} T ( x , y , z ) = ( 5 x − 12 y − 8 z , x − 2 y − z ) .
Common Traps
Check det B ≠ 0 \det B\ne0 det B = 0 first — if the given vectors are dependent, T T T is either underdetermined or inconsistent.
Equation is A B = C AB=C A B = C , so A = C B − 1 A=CB^{-1} A = C B − 1 — not A = B − 1 C A=B^{-1}C A = B − 1 C or A = C B T A=C B^T A = C B T .
recover-map-from-matrix (1 question; 2016)
Recognition Cues
Given the matrix A = [ T ] B , C A=[T]_{B,C} A = [ T ] B , C with both B B B (domain basis) and C C C (codomain basis) non-standard.
Find the explicit formula T ( p ( x ) ) = … T(p(x))=\ldots T ( p ( x )) = …
Solution Template
Decode columns: column j j j gives T ( b j ) T(b_j) T ( b j ) in basis C C C : T ( b j ) = ∑ i A i j c i T(b_j)=\sum_i A_{ij}c_i T ( b j ) = ∑ i A ij c i .
Express the standard monomials 1 , x , x 2 1,x,x^2 1 , x , x 2 as linear combinations of b j b_j b j (solve a linear system).
Use linearity: T ( 1 ) = … T(1)=\ldots T ( 1 ) = … , T ( x ) = … T(x)=\ldots T ( x ) = … , T ( x 2 ) = … T(x^2)=\ldots T ( x 2 ) = … .
Write T ( p + q x + r x 2 ) = p T ( 1 ) + q T ( x ) + r T ( x 2 ) T(p+qx+rx^2)=p\,T(1)+q\,T(x)+r\,T(x^2) T ( p + q x + r x 2 ) = p T ( 1 ) + q T ( x ) + r T ( x 2 ) .
Worked Example(s)
2016 Paper 1, 2016-P1-Q2c (18 marks)
A = ( 1 − 1 2 − 2 1 − 1 1 2 3 ) = [ T ] B , C A=\begin{pmatrix}1&-1&2\\-2&1&-1\\1&2&3\end{pmatrix}=[T]_{B,C} A = 1 − 2 1 − 1 1 2 2 − 1 3 = [ T ] B , C , domain B = { 1 − x , x − x 2 , x + x 2 } B=\{1-x,x-x^2,x+x^2\} B = { 1 − x , x − x 2 , x + x 2 } , codomain C = { 1 , 1 + x , 1 + x 2 } C=\{1,1+x,1+x^2\} C = { 1 , 1 + x , 1 + x 2 } .
Decode columns: T ( 1 − x ) = 1 ⋅ 1 + ( − 2 ) ( 1 + x ) + 1 ( 1 + x 2 ) = x 2 − 2 x T(1-x)=1\cdot1+(-2)(1+x)+1(1+x^2)=x^2-2x T ( 1 − x ) = 1 ⋅ 1 + ( − 2 ) ( 1 + x ) + 1 ( 1 + x 2 ) = x 2 − 2 x ; T ( x − x 2 ) = 2 x 2 + x + 2 T(x-x^2)=2x^2+x+2 T ( x − x 2 ) = 2 x 2 + x + 2 ; T ( x + x 2 ) = 3 x 2 − x + 4 T(x+x^2)=3x^2-x+4 T ( x + x 2 ) = 3 x 2 − x + 4 .
Express standard monomials in B B B : 1 = b 1 + 1 2 b 2 + 1 2 b 3 1=b_1+\frac12b_2+\frac12b_3 1 = b 1 + 2 1 b 2 + 2 1 b 3 ; x = 0 ⋅ b 1 + 1 2 b 2 + 1 2 b 3 x=0\cdot b_1+\frac12b_2+\frac12b_3 x = 0 ⋅ b 1 + 2 1 b 2 + 2 1 b 3 ; x 2 = − 1 2 b 2 + 1 2 b 3 x^2=-\frac12b_2+\frac12b_3 x 2 = − 2 1 b 2 + 2 1 b 3 .
Apply linearity: T ( 1 ) = 7 2 x 2 − 2 x + 3 T(1)=\frac72x^2-2x+3 T ( 1 ) = 2 7 x 2 − 2 x + 3 ; T ( x ) = 5 2 x 2 + 3 T(x)=\frac52x^2+3 T ( x ) = 2 5 x 2 + 3 ; T ( x 2 ) = 1 2 x 2 − x + 1 T(x^2)=\frac12x^2-x+1 T ( x 2 ) = 2 1 x 2 − x + 1 .
T ( p + q x + r x 2 ) = ( 3 p + 3 q + r ) + ( − 2 p − r ) x + 1 2 ( 7 p + 5 q + r ) x 2 . \boxed{\;T(p+qx+rx^2)=(3p+3q+r)+(-2p-r)x+\tfrac12(7p+5q+r)x^2.\;} T ( p + q x + r x 2 ) = ( 3 p + 3 q + r ) + ( − 2 p − r ) x + 2 1 ( 7 p + 5 q + r ) x 2 .
Common Traps
Both bases are non-standard — column j j j encodes T ( b j ) T(b_j) T ( b j ) in the codomain basis C C C , not in standard coordinates.
Expressing the standard monomials in terms of B B B requires solving a 3 × 3 3\times3 3 × 3 system; fractional entries (± 1 2 \pm\frac12 ± 2 1 ) propagate throughout.
Marks-Aware Writing
6-mark questions (2016-Q2a-ii): Compute images of 3 domain-basis vectors; write columns; no null space required.
10-mark questions (2013, 2016-Q2a-i, 2019, 2021): Compute all images, express in codomain basis (show the system for non-standard bases), assemble matrix, state null space. Verify one column by reconstruction.
12-15-mark questions (2015, 2023, 2024, 2025): For P − 1 [ T ] P P^{-1}[T]P P − 1 [ T ] P (2023): compute P P P , invert it, perform both multiplications. For matrix-in-basis (2015): compute P − 1 P^{-1} P − 1 explicitly via adjugate or row reduction. For recovering T T T (2025): show A = C B − 1 A=CB^{-1} A = C B − 1 , compute B − 1 B^{-1} B − 1 , multiply.
18-mark questions (2016-Q2c): Full derivation — decode all three columns, solve for the monomials in the domain basis, apply linearity to all three standard monomials, state the general formula. Verify by plugging in the domain basis vectors.
Practice Set
Year Paper/Q Marks Archetype One-line hint 2025 P1-Q2a 15 recover-map-from-action det B = 1 \det B=1 det B = 1 ; A = C B − 1 A=CB^{-1} A = C B − 1 ; T ( x , y , z ) = ( 5 x − 12 y − 8 z , x − 2 y − z ) T(x,y,z)=(5x-12y-8z,x-2y-z) T ( x , y , z ) = ( 5 x − 12 y − 8 z , x − 2 y − z ) 2024 P1-Q3a 15 matrix-in-bases ϕ ( E i j ) = A E i j \phi(E_{ij})=AE_{ij} ϕ ( E ij ) = A E ij ; block structure ( A 0 0 A ) \begin{pmatrix}A&0\\0&A\end{pmatrix} ( A 0 0 A ) ; det = 49 ≠ 0 \det=49\ne0 det = 49 = 0 ; invertible2023 P1-Q2a 15 change-of-basis Lower-triangular P P P ; P − 1 P^{-1} P − 1 by subtraction; P − 1 [ T ] E P P^{-1}[T]_E P P − 1 [ T ] E P column by column 2021 P1-Q1b 10 matrix-in-bases Sum trick: c 1 + c 2 + c 3 = 1 2 ∑ c_1+c_2+c_3=\frac12\sum c 1 + c 2 + c 3 = 2 1 ∑ RHS; columns ( 0 , 2 , − 1 ) (0,2,-1) ( 0 , 2 , − 1 ) , ( 1 , 1 , 0 ) (1,1,0) ( 1 , 1 , 0 ) , ( − 1 , 1 , 1 ) (-1,1,1) ( − 1 , 1 , 1 ) 2019 P1-Q1c 10 matrix-in-bases A = C P − 1 A=CP^{-1} A = C P − 1 ; or: images independent ⇒ \Rightarrow ⇒ rank 2; no need to compute A A A 2016 P1-Q2c 18 recover-map-from-matrix Decode columns in C C C ; express monomials in B B B ; apply linearity 2016 P1-Q2a-ii 6 matrix-in-bases Apply T T T to non-standard domain basis { 1 , 1 + x , 1 − x 2 } \{1,1+x,1-x^2\} { 1 , 1 + x , 1 − x 2 } ; codomain is standard 2016 P1-Q2a-i 10 matrix-in-bases 3 × 4 3\times4 3 × 4 matrix; T ( E 22 ) = − x T(E_{22})=-x T ( E 22 ) = − x (sign trap); null space is 1D2015 P1-Q3a 12 matrix-in-bases Compute P − 1 P^{-1} P − 1 via adjugate (det P = − 2 \det P=-2 det P = − 2 ); columns have fractional entries 2013 P1-Q2a-i 10 matrix-in-bases Non-standard codomain { 1 , x , 1 + x 2 , 1 + x 3 } \{1,x,1+x^2,1+x^3\} { 1 , x , 1 + x 2 , 1 + x 3 } ; decode by matching coefficients; null space trivial