plz this program to check symmetric of matrix it work well when columns != rows
but when columns = rows it cout symmetric although it is not symmetric
help me
cannot check the entire array. You have to make a loop, and only draw conclusions at the appropriate time. Here is a hint: try to prove that the matrix is not symmetric. If you cannot do that before looping through the entire matrix, then it must be symmetric.