Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Rumus Determinan (Ekspansi Kofaktor)

Definisi Minor

Mij=det(Aij)M_{ij} = \det(A_{ij})
Aij=matriks yang diperoleh dari A dengan menghapus baris ke-i dan kolom ke-jA_{ij} = \text{matriks yang diperoleh dari } A \text{ dengan menghapus baris ke-} i \text{ dan kolom ke-} j

Ekspansi Baris ke-i

det(A)=j=1n(1)i+jaijdet(Aij)\det(A) = \sum_{j=1}^{n} (-1)^{i+j} \, a_{ij} \, \det(A_{ij})

Ekspansi Kolom ke-j

det(A)=i=1n(1)i+jaijdet(Aij)\det(A) = \sum_{i=1}^{n} (-1)^{i+j} \, a_{ij} \, \det(A_{ij})

Matriks Tanda (Cofactor Sign Matrix)

(+++++++++++++)\begin{pmatrix} + & - & + & - & + \\ - & + & - & + & - \\ + & - & + & - & + \\ - & + & - & + & - \\ + & - & + & - & + \end{pmatrix}

Kofaktor

Cij=(1)i+jdet(Aij)C_{ij} = (-1)^{i+j} \det(A_{ij})

Adjoint Matriks

adj(A)=(Cij)T\text{adj}(A) = (C_{ij})^T

Hubungan Penting

Aadj(A)=adj(A)A=(detA)IA \cdot \text{adj}(A) = \text{adj}(A) \cdot A = (\det A) I

Invers Matriks

Jika:

det(A)0\det(A) \neq 0

maka:

A1=1det(A)adj(A)A^{-1} = \frac{1}{\det(A)} \text{adj}(A)

Kasus Khusus 2×2 (Dasar)

A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}
det(A)=adbc\det(A) = ad - bc
adj(A)=(dbca)\text{adj}(A) = \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}