Concept:A symmetric matrix equals its transpose; for a square matrix, aij=aji for all i,j.Explanation:The given matrix is 3×3.Compare entries: a12=1 and a21=1; a13=2 and a31=2; a23=−5 and a32=−5.All off-diagonal pairs are equal, so the matrix is symmetric.It is not a column matrix (needs single column), not a row matrix (needs single row), and not a null matrix (has non‑zero entries).Answer:Symmetric matrix