matrix
matrix
1
The entry in the i-th row and j-th column of a matrix A is
referred to as the (i, j) entry of the matrix and commonly
denoted by aij. For example, the (1, 3) entry of the following
matrix A is 5 (also denoted as a13):
4 –7 5 0
𝑨 = [– 2 0 11 8]
19 1 – 3 12
2
Overview:—
3
Trace: The trace of a square matrix is the sum of the
entries on its main diagonal. Consider a 3 × 3 matrix A.
5 0 –2
𝑨=[1 –4 6]
–3 9 7
The trace of A is the sum of its diagonal elements,
𝑡𝑟(𝑨) = 5 + (– 4) + 7 = 8
So, the trace of the matrix is 8.