KnowledgeBoat Logo
|

Mathematics

If [1001][abcd]=[1001],\begin{bmatrix}[r] -1 & 0 \ 0 & 1 \end{bmatrix} \begin{bmatrix}[r] a & b \ c & d \end{bmatrix} = \begin{bmatrix}[r] 1 & 0 \ 0 & -1 \end{bmatrix}, find a, b, c and d.

Matrices

5 Likes

Answer

Given,

[1001][abcd]=[1001][1×a+0×c1×b+0×d0×a+1×c0×b+1×d]=[1001][abcd]=[1001]\begin{bmatrix}[r] -1 & 0 \ 0 & 1 \end{bmatrix} \begin{bmatrix}[r] a & b \ c & d \end{bmatrix} = \begin{bmatrix}[r] 1 & 0 \ 0 & -1 \end{bmatrix} \\[0.5em] \Rightarrow \begin{bmatrix}[r] -1 \times a + 0 \times c & -1 \times b + 0 \times d \ 0 \times a + 1 \times c & 0 \times b + 1 \times d \end{bmatrix} = \begin{bmatrix}[r] 1 & 0 \ 0 & -1 \end{bmatrix} \\[0.5em] \Rightarrow \begin{bmatrix}[r] -a & -b \ c & d \end{bmatrix} = \begin{bmatrix}[r] 1 & 0 \ 0 & -1 \end{bmatrix} \\[0.5em]

By definition of equality of matrices we get,

⇒ -a = 1 or a = -1

⇒ -b = 0 or b = 0

⇒ c = 0

⇒ d = -1.

Hence, the value of a = -1, b = 0, c = 0 and d = -1.

Answered By

4 Likes


Related Questions