Symmetric?
Checks if a matrix is symmetric.
Syntax
symmetric?(Matrix)
Description
Given a matrix, returns true
if it is symmetric, and false
otherwise.
Checks if a matrix is symmetric.
symmetric?(Matrix)
Given a matrix, returns true
if it is symmetric, and false
otherwise.