Trace
Trace of a matrix is the sum of its diagonal elements:
Tr(A)=i∑Aii Further,
Tr(A+B)=Tr(A)+Tr(B)Tr(AB)=Tr(BA),evenifAB=BATr(A)=Tr(AT) Determinant
For a matrix, A=[a11a21a12a22], it's determinant is given by:
∣A∣=a11a22−a12a22 For a 3×3 matrix, A=adgbehcfi, it's determinant is given by:
∣A∣=a(ei−fh)−b(di−fg)+c(dh−eg) For a 4×4 matrix, the determinant is given by:
∣A∣=a×fjngkohlp−b×eimgkohlp+c×eimfjnhlp−d×eImfjngko Physically, determinant represents volume formed by column vectors.
Invertibility
A square matrix A is invertible if and only if det(A)=0. This automatically means that columns of A are linearly independent. For example,
A=[v1v2...vn]v1=(a11,a21,...,an1)v2=(a12,a22,...,an2)vn=(a1n,a2n,...,ann) Let's presume the following:
vn=α1v1+α2v2+...+αn−1vn−1 In such a scenario, the area formed by the (hyper)parallelogram by the "n vectors" (the determinant) would be zero.
Another simpler example, consider a 2×2 matrix where v1=2v2. In such a case, the area of the parallelogram is zero.