0 0 votes Let $v_{1}$ and $v_{2}$ be the two eigenvectors corresponding to distinct eigenvalues of a $3 \times 3$ real symmetric matrix. Which one of the following statements is true? $v_{1}^{T} v_{2} \neq 0$ $v_{1}^{T} v_{2}=0$ $v_{1}+v_{2}=0$ $v_{1}-v_{2}=0$ Linear Algebra gate2025-ee linear-algebra + – Shubham Sharma 2 482 views answer comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Orthogonality of Eigenvectors: For any real symmetric matrix, eigenvectors corresponding to distinct (different) eigenvalues are always orthogonal to each other. Mathematically, if $v_1$ and $v_2$ are such eigenvectors, their dot product is zero: $v_1 \cdot v_2 = 0$ or $v_1^T v_2 = 0$. option $B$ is correct. Hira Thakur answered Jan 31 Hira Thakur comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes $Av_1 = a v_1,; Av_2 = b v_2$, with $A^T = A$. Then $v_1^T A = a v_1^T$. So $v_1^T A v_2 = a, v_1^T v_2$ and also $v_1^T A v_2 = v_1^T (b v_2) = bv_1^T v_2$. Hence $(a-b) v_1^T v_2 = 0$. Since $a \ne b$, we get $v_1^T v_2 = 0$. Option B Karthik_Prabhu answered Apr 24 Karthik_Prabhu comment Share Follow 0 reply Please log in or register to add a comment.