Given an (i,j) element in a matrix what is the symmetrical correspondent in the matrix. I am trying to create a function that generates a symmetrical matrix in c. Thanks a lot.
Also would it be wise to create a matrix "by hand" using the rand() functionality or read from file, if I am dealing with large matrixes?