If the matrix A = [[5, 2, x], [y, z, -3], [4, t, -7]] is a symmetric matrix, find x, y, z and t.
Find x, y, z, t in Symmetric Matrix Find x, y, z, t if A is a Symmetric Matrix Given: \[ A = \begin{bmatrix} 5 & 2 & x \\ y & z & -3 \\ 4 & t & -7 \end{bmatrix} \] Condition for Symmetric Matrix: \[ A = A^T \] Step 1: Compare […]