explain an efficient way of storing two symmetric


Explain an efficient way of storing two symmetric matrices of the same order in memory.

A n-square matrix array is said to be symmetric if a[j][k]=a[k][j] for all j and k. For a symmetric matrix, we require to store elements which lie on and below the diagonal or those on and above the diagonal.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: explain an efficient way of storing two symmetric
Reference No:- TGS0282405

Expected delivery within 24 Hours