So I need to find the matrix representation of the function f.
f = [.]β given by [$\vec v$]β = $\begin{pmatrix}a_1\\a_2\\a_3\\a_4\end{pmatrix}$ where $\vec v = a_1\vec v_1 + a_2\vec v_2 + a_3\vec v_3 + a_4\vec v_4$.
The basis β = {$\begin{pmatrix}1\\1\\0\\0\end{pmatrix}, \begin{pmatrix}0\\1\\1\\0\end{pmatrix}, \begin{pmatrix}0\\0\\1\\1\end{pmatrix}, \begin{pmatrix}0\\0\\0\\1\end{pmatrix}$} = {$\vec v_1, \vec v_2, \vec v_3, \vec v_4$}.
The problem is that I don't know what f = [.]β means. I was told that its the function that takes as input a vector $\vec v$, and outputs the column vector $a_1 a_2 a_3 a_4$ otherwise known as the "coordinates with respect to the basis beta" function but I'm still not sure what I need to do.