Practice Question 8: Matrix Transpose

checklist
Mark Yourself Question
  1. Grab a piece of paper and try this problem yourself.
  2. When you're done, check the "I have answered this question" box below.
  3. View the solution and report whether you got it right or wrong.

Practice Question: Matrix Transpose

Given the following matrices, find the values of a,ba, b and cc such that 3A=BT-3A=B^T.
A=[1360152]A=\begin{bmatrix} 1&3&-6\\0&15&2 \end{bmatrix} and B=[3a95b2c6]B=\begin{bmatrix}-3&a\\-9&5b\\2c&-6\end{bmatrix}

More Matrix Transpose Questions: