Page 1 of 1

Define a function in Scheme that returns True if a matrix (list of lists) is symmetric and returns False otherwise.

Posted: Fri May 20, 2022 12:28 pm
by answerhappygod
Define a function in Scheme that
returns True if a matrix (list of lists) is symmetric and returns
False otherwise.