Computer Science, asked by NikithaNikki9171, 1 year ago

With an example explain the procedure to transposing a sparse matrix

Answers

Answered by Sidyandex
1

In the numerical and computer science, a sparse matrix is matrixes which indicate the element of zero.

On the other part, if most of the element of the matrix is nonzero then the matrix is considered as dense.  

Apart from that, the sparse matrix is used anywhere in the program and it can be shorted according to its row values.

The same row values can further shorted according to their column values.

Similar questions