Bei der Berechnung der Determinante einer 3x3-Matrix hilft folgendes Schema:
Die ersten beiden Spalten der Matrix werden noch einmal neben die Matrix geschrieben.
Die Einträge auf den Diagonalen von oben links nach unten rechts werden multipliziert und die Ergebnisse addiert.
a
11
⋅
a
22
⋅
a
33
+
a
12
⋅
a
23
⋅
a
31
+
a
13
⋅
a
21
⋅
a
32
{\displaystyle a_{11}\cdot a_{22}\cdot a_{33}+a_{12}\cdot a_{23}\cdot a_{31}+a_{13}\cdot a_{21}\cdot a_{32}}
Die Einträge auf den Diagonalen von unten links nach oben rechts werden multipliziert und die Ergebnisse subtrahiert.
−
a
31
⋅
a
22
⋅
a
13
−
a
32
⋅
a
23
⋅
a
11
−
a
33
⋅
a
21
⋅
a
12
{\displaystyle -a_{31}\cdot a_{22}\cdot a_{13}-a_{32}\cdot a_{23}\cdot a_{11}-a_{33}\cdot a_{21}\cdot a_{12}}
det
A
=
a
11
⋅
a
22
⋅
a
33
+
a
12
⋅
a
23
⋅
a
31
+
a
13
⋅
a
21
⋅
a
32
−
a
31
⋅
a
22
⋅
a
13
−
a
32
⋅
a
23
⋅
a
11
−
a
33
⋅
a
21
⋅
a
12
{\displaystyle \det A=a_{11}\cdot a_{22}\cdot a_{33}+a_{12}\cdot a_{23}\cdot a_{31}+a_{13}\cdot a_{21}\cdot a_{32}-a_{31}\cdot a_{22}\cdot a_{13}-a_{32}\cdot a_{23}\cdot a_{11}-a_{33}\cdot a_{21}\cdot a_{12}}
Sei
A
{\displaystyle \left.A\right.}
eine Matrix mit n Spalten und n Zeilen und
a
m
,
k
{\displaystyle \left.a_{m,k}\right.}
die Einträge von
A
{\displaystyle \left.A\right.}
(m=Zeile, k=Spalte). Sei ferner
A
m
,
k
{\displaystyle \left.A_{m,k}\right.}
die Matrix, die aus
A
{\displaystyle \left.A\right.}
entsteht, wenn man die m-te Zeile und die k-te Spalte weg lässt. Also z.B.
A
=
(
a
1
,
1
a
1
,
2
a
1
,
3
a
2
,
1
a
2
,
2
a
2
,
3
a
3
,
1
a
3
,
2
a
3
,
3
)
{\displaystyle A=\left({\begin{array}{ccc}a_{1,1}&a_{1,2}&a_{1,3}\\a_{2,1}&a_{2,2}&a_{2,3}\\a_{3,1}&a_{3,2}&a_{3,3}\\\end{array}}\right)}
,
A
1
,
2
=
(
a
2
,
1
a
2
,
3
a
3
,
1
a
3
,
3
)
{\displaystyle A_{1,2}=\left({\begin{array}{cc}a_{2,1}&a_{2,3}\\a_{3,1}&a_{3,3}\\\end{array}}\right)}
und
A
3
,
1
=
(
a
1
,
2
a
1
,
3
a
2
,
2
a
2
,
3
)
{\displaystyle A_{3,1}=\left({\begin{array}{cc}a_{1,2}&a_{1,3}\\a_{2,2}&a_{2,3}\\\end{array}}\right)}
Dann ist die Entwicklung von
det
A
{\displaystyle \left.\det A\right.}
nach der m-ten Zeile:
det
A
=
(
−
1
)
m
+
1
⋅
a
m
,
1
⋅
det
A
m
,
1
+
(
−
1
)
m
+
2
⋅
a
m
,
2
⋅
det
A
m
,
2
+
…
+
(
−
1
)
m
+
n
⋅
a
m
,
n
⋅
det
A
m
,
n
=
∑
j
=
1
n
(
−
1
)
m
+
j
⋅
a
m
,
j
⋅
det
A
m
,
j
{\displaystyle {\begin{array}{rcl}\det A&=&(-1)^{m+1}\cdot a_{m,1}\cdot \det A_{m,1}+(-1)^{m+2}\cdot a_{m,2}\cdot \det A_{m,2}+\ldots +(-1)^{m+n}\cdot a_{m,n}\cdot \det A_{m,n}\\&=&\sum _{j=1}^{n}(-1)^{m+j}\cdot a_{m,j}\cdot \det A_{m,j}\\\end{array}}}
Die Entwicklung von
det
A
{\displaystyle \left.\det A\right.}
nach der k-ten Spalte ist:
det
A
=
(
−
1
)
k
+
1
⋅
a
1
,
k
⋅
det
A
1
,
k
+
(
−
1
)
k
+
2
⋅
a
2
,
k
⋅
det
A
2
,
k
+
…
+
(
−
1
)
k
+
n
⋅
a
n
,
k
⋅
det
A
n
,
k
=
∑
j
=
1
n
(
−
1
)
k
+
j
⋅
a
j
,
k
⋅
det
A
j
,
k
{\displaystyle {\begin{array}{rcl}\det A&=&(-1)^{k+1}\cdot a_{1,k}\cdot \det A_{1,k}+(-1)^{k+2}\cdot a_{2,k}\cdot \det A_{2,k}+\ldots +(-1)^{k+n}\cdot a_{n,k}\cdot \det A_{n,k}\\&=&\sum _{j=1}^{n}(-1)^{k+j}\cdot a_{j,k}\cdot \det A_{j,k}\\\end{array}}}
A
=
(
1
2
2
2
3
1
3
4
1
)
{\displaystyle A=\left({\begin{array}{ccc}1&2&2\\2&3&1\\3&4&1\end{array}}\right)}
Die Determinante soll nach der 2-ten Zeile Entwickelt werden.
A
2
,
1
=
(
2
2
4
1
)
,
A
2
,
2
=
(
1
2
3
1
)
,
A
2
,
3
=
(
1
2
3
4
)
{\displaystyle A_{2,1}=\left({\begin{array}{cc}2&2\\4&1\end{array}}\right),\;A_{2,2}=\left({\begin{array}{cc}1&2\\3&1\end{array}}\right),\;A_{2,3}=\left({\begin{array}{cc}1&2\\3&4\end{array}}\right)}
a
2
,
1
=
2
,
a
2
,
2
=
3
,
a
2
,
3
=
1
{\displaystyle a_{2,1}=2,\;a_{2,2}=3,\;a_{2,3}=1}
Also ist:
det
A
=
(
−
1
)
2
+
1
⋅
2
⋅
|
2
2
4
1
|
+
(
−
1
)
2
+
2
⋅
3
⋅
|
1
2
3
1
|
+
(
−
1
)
2
+
3
⋅
1
⋅
|
1
2
3
4
|
=
−
2
⋅
(
−
6
)
+
3
⋅
(
−
5
)
−
1
⋅
(
−
2
)
=
−
1
{\displaystyle {\begin{array}{rcl}\det A&=&(-1)^{2+1}\cdot 2\cdot \left|{\begin{array}{cc}2&2\\4&1\end{array}}\right|+(-1)^{2+2}\cdot 3\cdot \left|{\begin{array}{cc}1&2\\3&1\end{array}}\right|+(-1)^{2+3}\cdot 1\cdot \left|{\begin{array}{cc}1&2\\3&4\end{array}}\right|\\&=&-2\cdot (-6)+3\cdot (-5)-1\cdot (-2)\\&=&-1\end{array}}}
Eine klassische Anwendung besteht darin, in einem Koordinatensystem einen Kreis durch drei nicht auf einer Geraden liegende Punkte zu finden.
Gegeben seien drei Punkte
P
1
(
x
1
,
y
1
)
{\displaystyle P_{1}(x_{1},y_{1})}
,
P
2
(
x
2
,
y
2
)
{\displaystyle P_{2}(x_{2},y_{2})}
und
P
3
(
x
3
,
y
3
)
{\displaystyle P_{3}(x_{3},y_{3})}
auf dem gesuchtem Kreis. Weil sie alle der Kreisgleichung
(
x
−
x
M
)
2
+
(
y
−
y
M
)
2
=
r
2
{\displaystyle \left(x-x_{M}\right)^{2}+\left(y-y_{M}\right)^{2}=r^{2}}
genügen, ergibt sich:
(
x
1
−
x
M
)
2
+
(
y
1
−
y
M
)
2
=
r
2
{\displaystyle \left(x_{1}-x_{M}\right)^{2}+\left(y_{1}-y_{M}\right)^{2}=r^{2}}
(
x
2
−
x
M
)
2
+
(
y
2
−
y
M
)
2
=
r
2
{\displaystyle \left(x_{2}-x_{M}\right)^{2}+\left(y_{2}-y_{M}\right)^{2}=r^{2}}
(
x
3
−
x
M
)
2
+
(
y
3
−
y
M
)
2
=
r
2
{\displaystyle \left(x_{3}-x_{M}\right)^{2}+\left(y_{3}-y_{M}\right)^{2}=r^{2}}
mit den Unbekannten
x
M
{\displaystyle x_{M}}
,
y
M
{\displaystyle y_{M}}
und
r
{\displaystyle r}
.
Wenn man die Matrix
(
x
2
+
y
2
x
y
1
x
1
2
+
y
1
2
x
1
y
1
1
x
2
2
+
y
2
2
x
2
y
2
1
x
3
2
+
y
3
2
x
3
y
3
1
)
{\displaystyle {\begin{pmatrix}x^{2}+y^{2}&x&y&1\\x_{1}^{2}+y_{1}^{2}&x_{1}&y_{1}&1\\x_{2}^{2}+y_{2}^{2}&x_{2}&y_{2}&1\\x_{3}^{2}+y_{3}^{2}&x_{3}&y_{3}&1\end{pmatrix}}}
deren Detetminante Null ist, nach der ersten Zeile entwickelt, so erhält man die Gleichung des gesuchten Kreises:
Mit den Unterdeterminanten
A
=
+
det
(
x
1
y
1
1
x
2
y
2
1
x
3
y
3
1
)
{\displaystyle A=+\det {\begin{pmatrix}x_{1}&y_{1}&1\\x_{2}&y_{2}&1\\x_{3}&y_{3}&1\end{pmatrix}}}
B
=
−
det
(
x
1
2
+
y
1
2
y
1
1
x
2
2
+
y
2
2
y
2
1
x
3
2
+
y
3
2
y
3
1
)
{\displaystyle B=-\det {\begin{pmatrix}x_{1}^{2}+y_{1}^{2}&y_{1}&1\\x_{2}^{2}+y_{2}^{2}&y_{2}&1\\x_{3}^{2}+y_{3}^{2}&y_{3}&1\end{pmatrix}}}
C
=
+
det
(
x
1
2
+
y
1
2
x
1
1
x
2
2
+
y
2
2
x
2
1
x
3
2
+
y
3
2
x
3
1
)
{\displaystyle C=+\det {\begin{pmatrix}x_{1}^{2}+y_{1}^{2}&x_{1}&1\\x_{2}^{2}+y_{2}^{2}&x_{2}&1\\x_{3}^{2}+y_{3}^{2}&x_{3}&1\end{pmatrix}}}
D
=
−
det
(
x
1
2
+
y
1
2
x
1
y
1
x
2
2
+
y
2
2
x
2
y
2
x
3
2
+
y
3
2
x
3
y
3
)
{\displaystyle D=-\det {\begin{pmatrix}x_{1}^{2}+y_{1}^{2}&x_{1}&y_{1}\\x_{2}^{2}+y_{2}^{2}&x_{2}&y_{2}\\x_{3}^{2}+y_{3}^{2}&x_{3}&y_{3}\end{pmatrix}}}
Ergibt sich die Gleichung:
A
(
x
2
+
y
2
)
+
B
x
+
C
y
+
D
=
0
{\displaystyle A(x^{2}+y^{2})+Bx+Cy+D=0}
Mittels geeigneter quadratischer Ergänzung folgt die Kreisgleichung
(
x
−
x
M
)
2
+
(
y
−
y
M
)
2
=
r
2
{\displaystyle \left(x-x_{M}\right)^{2}+\left(y-y_{M}\right)^{2}=r^{2}}
Mit
x
M
=
−
B
2
A
{\displaystyle x_{M}={\frac {-B}{2A}}}
,
y
M
=
−
C
2
A
{\displaystyle y_{M}={\frac {-C}{2A}}}
und
r
=
B
2
+
C
2
4
A
2
−
D
A
{\displaystyle r={\sqrt {{\frac {B^{2}+C^{2}}{4A^{2}}}-{\frac {D}{A}}}}}
.
Liegen die Punkte auf einer Geraden, so ist
A
=
0
{\displaystyle A=0}
.