News

You are given a N X N integer matrix. You have to find the sum of all the minor diagonal elements of A. Minor diagonal of a M X M matrix A is a collection of elements A[i, j] such that i + j = M + 1 ...
You are given a N X N integer matrix. You have to find the sum of all the minor diagonal elements of A. Minor diagonal of a M X M matrix A is a collection of elements A[i, j] such that i + j = M + 1 ...