Solveeit Logo

Question

Mathematics Question on Matrices

  1. Show that the matrix A=[115121\513]\begin{bmatrix}1&-1&5\\\\-1&2&1\\\5&1&3\end{bmatrix} is a symmetric matrix.
  2. Show that the matrix A=[011101\110]\begin{bmatrix}0&1&-1\\\\-1&0&1\\\1&-1&0\end{bmatrix} is a skew symmetric matrix
Answer

(i) We have: A'=[115121\513]\begin{bmatrix}1&-1&5\\\\-1&2&1\\\5&1&3\end{bmatrix}=A so A'=A

(i) We have: A'=[011\101110]\begin{bmatrix}0&-1&1\\\1&0&-1\\\\-1&1&0\end{bmatrix}=-[011101\110]\begin{bmatrix}0&1&-1\\\\-1&0&1\\\1&-1&0\end{bmatrix}=-A

so A'=A Hence, A is a skew-symmetric matrix.