Posts by victor • 21 points
1 post
-
1
votes2
answers905
viewsQ: check symmetrical matrix
The exercise asks you to make a function that checks whether a matrix is symmetric. Rows and columns are respectively the variables i and j the program always returns true, but I don’t know what’s…