KnowledgeBoat Logo
|

Mathematics

Write the additive inverse of matrices A, B and C :

where A = [65];B=[2041] and C=[74].\begin{bmatrix} 6 & -5 \end{bmatrix}; B = \begin{bmatrix} -2 & 0 \ 4 & -1 \end{bmatrix} \text{ and C} = \begin{bmatrix} -7 \ 4 \end{bmatrix}.

Matrices

2 Likes

Answer

Additive inverse in the negative of a matrix.

Additive inverse of A = -A = [65]=[65].-\begin{bmatrix} 6 & -5 \end{bmatrix} = \begin{bmatrix} -6 & 5 \end{bmatrix}.

Additive inverse of B = -B = [2041]=[2041].-\begin{bmatrix} -2 & 0 \ 4 & -1 \end{bmatrix} = \begin{bmatrix} 2 & 0 \ -4 & 1 \end{bmatrix}.

Additive inverse of C = -C = [74]=[74].-\begin{bmatrix} -7 \ 4 \end{bmatrix} = \begin{bmatrix} 7 \ -4 \end{bmatrix}.

Hence, additive inverse of A, B and C are [65],[2041] and [74]\begin{bmatrix} -6 & 5 \end{bmatrix}, \begin{bmatrix} 2 & 0 \ -4 & 1 \end{bmatrix} \text{ and } \begin{bmatrix} 7 \ -4 \end{bmatrix} respectively.

Answered By

1 Like


Related Questions