Vault Of Euclid

Matrix Representation and Change of Basis in R^2

Linear transformations core

Consider the linear transformation $F$ on $\mathbb{R}^2$ defined by $F(x,y) = (5x - y, 2x + y)$ and the following bases of $\mathbb{R}^2$: \[ E = \{e_1, e_2\} = \{(1,0), (0,1)\} \] and \[ S = \{u_1, u_2\} = \{(1,4), (2,7)\} \] (a) Find the change-of-basis matrix $P$ from $E$ to $S$ and the change-of-basis matrix $Q$ from $S$ back to $E$. (b) Find the matrix $A$ that represents $F$ in the basis $E$. (c) Find the matrix $B$ that represents $F$ in the basis $S$.
linear-transformationchange-of-basismatrix-representationstandard-basisinverse-matrixcoordinateslinear-algebrabasis-vectors

The solution and a full step-by-step explanation are here. Sign in to read them.

What you need first

What this problem tests

Tests the ability to compute change-of-basis matrices, find coordinates relative to a new basis, and apply the change-of-basis formula for linear transformations.

This is a standard problem in a first course in linear algebra, testing the understanding of how linear transformations are represented by matrices and how these representations change when the basis is changed.

More on Linear transformations