det of A4x4 uses Laplace Theorem
If entire line or column is 0, Δ=0
if 2 lines or columns are equal, Δ=0
two lines or columns that are multiple, Δ=0
triangular matrices, Δ=multiply elements of the diagonal
if you multiply a line or a column of a matrice by an scalar, the determinant is multiplied by the same factor.
if you multiply an entire matrice by an scalar, the determinate is multiplied by how many columns are multiplied by the scalar, Anxn and det(A)=D then det(kA) = (k^n)D
Laplace Determinant A4x4
D=Sum(aijAij)
D = a12A12 + a22A22 + a32A32 + a42A42
Aij=(-1)^î+jdetA22, where detA22 is the det of complementary matrice (all the rest)
a12 = a12
if you change lines by columns, -1xΔ
if you sum a multiple of one line into the other line the det does not change
Binet Theorem: det(AB) = det(A)det(B)
det(A+B)≠det(A)+det(B)
det(a-1)? / A-1A=I / det(a-1)*det(A) = det(I) then det(a-1) = 1/det(A)
de(AT) = det (A)