recategorized by
2,636 views
0 votes
0 votes
How many real links are required to store a sparse matrix of 10 rows , 10 columns ,and 15 non zeros entries.(pick up the closest answer)
recategorized by

1 Answer

0 votes
0 votes
Full matrix = 10 * 10 = 100
Sparse matrix = 100/2 = 50
because in most of the cases sparse matrix take half the size of full matrix as in triangular matrix.

Related questions

0 votes
0 votes
2 answers
1
akama asked Sep 11, 2022
1,144 views
Explain the method to calculate the address of an element in an array. A 25*4 matrix arrayDATA is stored in memory in ‘row-major order’. If base address is 200 and 4 ...
0 votes
0 votes
0 answers
3
0 votes
0 votes
0 answers
4