Calculate the size of a square matrix (n × n) where the elements are present at (i + j) ≥ n + 1. Assume that index starts from 1.

1
n
2
\(\frac{{n\left( {n - 1} \right)}}{2}\)
3
\(\frac{{n\left( {n + 1} \right)}}{2}\)
4
n(n – 1)

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation