With regards to this (Matrix associated to a linear transformation with respect to a given basis)
I saw Ivo Terek solution which goes:
\begin{align}L(1,1,1) &= (4,6,6) = 6\cdot (1,1,1) + 0\cdot (1,1,0) - 2\cdot (1,0,0) \\ L(1,1,0) &= (0,8,2) = 2\cdot (1,1,1) + 6\cdot (1,1,0) - 8\cdot (1,0,0) \\ L(1,0,0) &= (0,3,1) = 1\cdot (1,1,1) + 2\cdot (1,1,0) - 3\cdot (1,0,0),\end{align}
However, I was not able to understand how:
$ 6\cdot (1,1,1) + 0\cdot (1,1,0) - 2\cdot (1,0,0) \\2\cdot (1,1,1) + 6\cdot (1,1,0) - 8\cdot (1,0,0) \\1\cdot (1,1,1) + 2\cdot (1,1,0) - 3\cdot (1,0,0) $
was derived. I only know half of where the equation came from.