The correct option is(A): Skew symmetric matrix.
A and B are symmetric matrices, therefore, we have:
A=A and B=B...(1)
consider
(AB-BA)=(AB)-(BA) [(A-B)=A-B]
=BA-AB[(AB)=BA]
=BA-AB [by(1)]
=-(AB-BA)
Therefore (AB-BA)=-(AB-BA)
Thus,
(AB−BA) is a skew-symmetric matrix.
If \[ A = \begin{bmatrix} 1 & 2 & 0 \\ -2 & -1 & -2 \\ 0 & -1 & 1 \end{bmatrix} \] then find \( A^{-1} \). Hence, solve the system of linear equations: \[ x - 2y = 10, \] \[ 2x - y - z = 8, \] \[ -2y + z = 7. \]
A matrix is a rectangular array of numbers, variables, symbols, or expressions that are defined for the operations like subtraction, addition, and multiplications. The size of a matrix is determined by the number of rows and columns in the matrix.