250 views
1 votes
1 votes

Assume that an upper triangular matrix a[0 .. n-1, 0.. n-1] is stored in a linear array b[0 .. (1/2)n(n+1)-1] in lexicographical order. If a[0,0] is stored in b[0], where is a{800, 900} stored in array b for n =1000?

  1. b[490500]
  2. b[480501]
  3. b[500499]
  4. None of the above

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
4
Sambhrant Maurya asked Jul 15, 2018
328 views