KnowledgeBoat Logo
|

Mathematics

If A =[0110],\text{If A }= \begin{bmatrix}[r] 0 & 1 \ 1 & 0 \end{bmatrix}, then A2 =

  1. [1100]\begin{bmatrix}[r] 1 & 1 \ 0 & 0 \end{bmatrix}

  2. [0011]\begin{bmatrix}[r] 0 & 0 \ 1 & 1 \end{bmatrix}

  3. [0110]\begin{bmatrix}[r] 0 & 1 \ 1 & 0 \end{bmatrix}

  4. [1001]\begin{bmatrix}[r] 1 & 0 \ 0 & 1 \end{bmatrix}

Matrices

1 Like

Answer

Given,

A=[0110]A2=[0110][0110]=[0×0+1×10×1+1×01×0+0×11×1+0×0]=[1001] A2=[1001].\text{A} = \begin{bmatrix}[r] 0 & 1 \ 1 & 0 \end{bmatrix} \\[1em] \Rightarrow \text{A}^2 = \begin{bmatrix}[r] 0 & 1 \ 1 & 0 \end{bmatrix}\begin{bmatrix}[r] 0 & 1 \ 1 & 0 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 0 \times 0 + 1 \times 1 & 0 \times 1 + 1 \times 0 \ 1 \times 0 + 0 \times 1 & 1 \times 1 + 0 \times 0 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 1 & 0 \ 0 & 1 \end{bmatrix} \\[1em]\ \therefore \text{A}^2 = \begin{bmatrix}[r] 1 & 0 \ 0 & 1 \end{bmatrix}.

∴ Option 4 is the correct option.

Answered By

2 Likes


Related Questions