Learn Before
Concept

Linear Algebra (Determinant)

The determinant of a matrix, AA, is the product of AA's eigenvalues, where AA is an mxmm x m matrix. It has numerous applications in finding volume and using integrals. It can only be used on square matrices.

Determinants of different sizes: det([a])=adet(\begin{bmatrix} a \end{bmatrix}) = a det([abcd])=adbcdet(\begin{bmatrix} a & b\\ c & d \end{bmatrix}) = ad-bc det([abcdefghi])=a(eifh)b(difg)+c(dheg)det(\begin{bmatrix} a & b & c\\ d & e & f\\ g & h & i \end{bmatrix}) = a(ei-fh) - b(di-fg) + c(dh-eg)

0

1

Updated 2021-05-15

Contributors are:

Who are from:

References


Tags

Data Science