

InterviewSolution
Saved Bookmarks
1. |
The size of the sparse matrix will be ___ the original matrix.(a) equal(b) greater than(c) less than(d) not equal toThe question was posed to me in examination.The query is from Sparse Matrices in division Beyond the Basics of MATLAB |
Answer» RIGHT option is (a) equal Explanation: The sparse matrix stores the non-zero ELEMENTS in the sparse matrix. The space taken up by the sparse matrix being very LESS than the original, the SIZE of both the matrix will be same. Hence, only option equal is correct. |
|