Symmetric? Checks if a matrix is symmetric. Syntax symmetric?(Matrix) Description symmetric?(Matrix) Given a matrix, returns true if it is symmetric, and false otherwise. Related functions Diagonal matrix, Matrix Table of Contents Syntax Description Related functions