0
7.4kviews
Short note on: Sparse Matrix.
1 Answer
written 8.2 years ago by |
Sparse Matrix: In computer programming, a matrix can be defined with a 2-dimensional array. Any array with ‘m’ columns and ‘n’ rows represents a m*n matrix. There may be a situation in which a matrix contains more number of ZERO values than NON-ZERO values. Such matrix is known as sparse …