Consider the following in respect of the matrices P=\begin{bmatrix} 0 & c & -b \\ -c & 0 & a \\ b & -a & 0 \end{bmatrix} and Q=\begin{bmatrix} a^{2} & ab & ac \\ ab & b^{2} & bc \\ ac & bc & c^{2} \end{bmatrix} I. PQ is a null matrix. II. QP is an identity matrix of order 3. III. PQ=QP Which of the above is/are correct?
- A. I only
- B. II only
- C. I and III ✓
- D. II and III
Correct Answer: C. I and III
Explanation
Matrix P corresponds to the cross-product operation with vector \vec{v}=(a,b,c), and matrix Q represents the outer product \vec{v}\vec{v}^T. Evaluating PQ on a vector \vec{x} computes \vec{v} \times ((\vec{v}\cdot\vec{x})\vec{v}), which is \vec{0} because \vec{v} \times \vec{v} = \vec{0}. Thus, PQ is a null matrix. Similarly, QP = \vec{0}. This means PQ = QP = 0, validating statements I and III, while II is incorrect.
Related questions on Matrices & Determinants
- Consider the determinant \Delta=\begin{vmatrix}a_{11}&a_{12}&a_{13}\\ a_{21}&a_{22}&a_{23}\\ a_{31}&a_{32}&a_{33}\end{vmatrix} If $a_{13...
- If A=\begin{pmatrix}1&0&0\\ 0&\cos~\theta&\sin~\theta\\ 0&\sin~\theta&-\cos\theta\end{pmatrix}, then which of the following are correct?...
- If X is a matrix of order 3\times3, Y is a matrix of order 2\times3 and Z is a matrix of order 3\times2, then which of the follo...
- What is the value of a_{11}C_{11}+a_{12}C_{12}+a_{13}C_{13}?
- What is the value of a_{21}C_{11}+a_{22}C_{12}+a_{23}C_{13}?