Concept:
Given: \[ PQ-RS=O \] we get: \[ RS=PQ \] To find \(S\), pre-multiply both sides by \(R^{-1}\): \[ S=R^{-1}PQ \]
Step 1: Calculate \(PQ\)
Given: \[ P= \begin{bmatrix} 2 & -1 \\ 3 & 4 \end{bmatrix}, \qquad Q= \begin{bmatrix} 5 & 2 \\ 7 & 4 \end{bmatrix} \] Therefore: \[ PQ= \begin{bmatrix} 2 & -1 \\ 3 & 4 \end{bmatrix} \begin{bmatrix} 5 & 2 \\ 7 & 4 \end{bmatrix} \] \[ PQ= \begin{bmatrix} 2(5)+(-1)(7) & 2(2)+(-1)(4) \\ 3(5)+4(7) & 3(2)+4(4) \end{bmatrix} \] \[ PQ= \begin{bmatrix} 3 & 0 \\ 43 & 22 \end{bmatrix} \]
Step 2: Find \(R^{-1}\)
Given: \[ R= \begin{bmatrix} 2 & 5 \\ 3 & 8 \end{bmatrix} \] Its determinant is: \[ |R|=(2)(8)-(5)(3) \] \[ |R|=16-15=1 \] Therefore: \[ R^{-1} = \frac{1}{|R|} \begin{bmatrix} 8 & -5 \\ -3 & 2 \end{bmatrix} \] \[ R^{-1} = \begin{bmatrix} 8 & -5 \\ -3 & 2 \end{bmatrix} \]
Step 3: Calculate \(S\)
Using: \[ S=R^{-1}PQ \] \[ S= \begin{bmatrix} 8 & -5 \\ -3 & 2 \end{bmatrix} \begin{bmatrix} 3 & 0 \\ 43 & 22 \end{bmatrix} \] \[ S= \begin{bmatrix} 8(3)+(-5)(43) & 8(0)+(-5)(22) \\ (-3)(3)+2(43) & (-3)(0)+2(22) \end{bmatrix} \] \[ S= \begin{bmatrix} 24-215 & -110 \\ -9+86 & 44 \end{bmatrix} \] \[ S= \begin{bmatrix} -191 & -110 \\ 77 & 44 \end{bmatrix} \]
Final Answer:
Therefore, \[ \boxed{ S= \begin{bmatrix} -191 & -110 \\ 77 & 44 \end{bmatrix} } \]
Determine whether each of the following relations are reflexive, symmetric, and transitive.
Show that the relation R in the set R of real numbers, defined as
R = {(a, b): a ≤ b2 } is neither reflexive nor symmetric nor transitive.
Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as
R = {(a, b): b = a + 1} is reflexive, symmetric or transitive.