Find A^T – B^T

Find AT − BT

Given:

\[ A^T = \begin{bmatrix} 3 & 4 \\ -1 & 2 \\ 0 & 1 \end{bmatrix}, \quad B = \begin{bmatrix} -1 & 2 & 1 \\ 1 & 2 & 3 \end{bmatrix} \]

Step 1: Find BT

\[ B^T = \begin{bmatrix} -1 & 1 \\ 2 & 2 \\ 1 & 3 \end{bmatrix} \]

Step 2: Compute AT − BT

\[ A^T – B^T = \begin{bmatrix} 3 & 4 \\ -1 & 2 \\ 0 & 1 \end{bmatrix} – \begin{bmatrix} -1 & 1 \\ 2 & 2 \\ 1 & 3 \end{bmatrix} \]

\[ A^T – B^T = \begin{bmatrix} 3 – (-1) & 4 – 1 \\ -1 – 2 & 2 – 2 \\ 0 – 1 & 1 – 3 \end{bmatrix} = \begin{bmatrix} 4 & 3 \\ -3 & 0 \\ -1 & -2 \end{bmatrix} \]

Final Answer:

\[ A^T – B^T = \begin{bmatrix} 4 & 3 \\ -3 & 0 \\ -1 & -2 \end{bmatrix} \]

Next Question / Full Exercise

Spread the love

Leave a Comment

Your email address will not be published. Required fields are marked *