1,059 views

1 Answer

1 votes
1 votes

Answer will be 9.

Toeplitz matrix stores 1st row and the remaining elements of the 1st column.

So, in a 5*5 array,

total number of elements that can be stored will be : 2N-1

= 2*10 -1 

= 9 elements total.

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 ...