z Wikipédie, slobodnej encyklopédie
Cramerovo pravidlo je metóda na riešenie sústav lineárnych rovníc pomocou determinantov . Je pomenované po švajčiarskom matematikovi Gabrielovi Cramerovi , ktorý ju publikoval v roku 1750 [ 1] .
Cramerovo pravidlo poskytuje vzorec na riešenie sústavy lineárnych rovníc s neznámymi v tvare
A
x
=
b
{\displaystyle Ax=b}
[ 2] , kde
A
{\displaystyle A}
je matica sústavy,
x
{\displaystyle x}
je vektor neznámych a
b
{\displaystyle b}
je vektor pravých strán. Ak je determinant matice
A
{\displaystyle A}
nenulový, potom má sústava jednoznačné riešenie dané vzorcom:
x
i
=
d
e
t
(
A
i
)
d
e
t
(
A
)
;
i
=
1
,
2
,
.
.
.
,
n
{\displaystyle x_{i}={\frac {det(A_{i})}{det(A)}};i=1,2,...,n}
kde
A
i
{\displaystyle A_{i}}
je matica vzniknutá z
A
{\displaystyle A}
nahradením
i
{\displaystyle i}
-teho stĺpca vektorom
b
{\displaystyle b}
.
Majme sústavu troch rovníc:
{
1
x
1
+
2
x
2
+
3
x
3
=
6
4
x
1
+
5
x
2
+
6
x
3
=
12
7
x
1
+
8
x
2
+
7
x
3
=
18
{\displaystyle {\begin{cases}1x_{1}+2x_{2}+3x_{3}=6\\4x_{1}+5x_{2}+6x_{3}=12\\7x_{1}+8x_{2}+7x_{3}=18\end{cases}}}
Prepis do tvaru
A
x
=
b
{\displaystyle Ax=b}
teda bude vyzerať následovne:
[
1
2
3
4
5
6
7
8
7
]
[
x
1
x
2
x
3
]
=
[
6
12
18
]
{\displaystyle {\begin{bmatrix}1&2&3\\4&5&6\\7&8&7\end{bmatrix}}{\begin{bmatrix}x_{1}\\x_{2}\\x_{3}\end{bmatrix}}={\begin{bmatrix}6\\12\\18\end{bmatrix}}}
Determinant matice sústavy je
d
e
t
(
A
)
=
6
{\displaystyle det(A)=6}
. Kedže je determinant nenulový, pokračujeme nahradením prvého stĺpca vektorom pravých strán
b
{\displaystyle b}
:
d
e
t
(
A
1
)
=
|
6
2
3
12
5
6
18
8
7
|
=
−
12
{\displaystyle det(A_{1})={\begin{vmatrix}6&2&3\\12&5&6\\18&8&7\end{vmatrix}}=-12}
x
1
{\displaystyle x_{1}}
následovne vypočítame podielom determinantov:
x
1
=
d
e
t
(
A
1
)
d
e
t
(
A
)
=
−
12
6
=
−
2
{\displaystyle x_{1}={\frac {det(A_{1})}{det(A)}}={\frac {-12}{6}}=-2}
Podobne môžeme vypočítať
x
2
{\displaystyle x_{2}}
a
x
3
{\displaystyle x_{3}}
:
d
e
t
(
A
2
)
=
|
1
6
3
4
12
6
7
18
7
|
=
24
{\displaystyle det(A_{2})={\begin{vmatrix}1&6&3\\4&12&6\\7&18&7\end{vmatrix}}=24}
x
2
=
d
e
t
(
A
2
)
d
e
t
(
A
)
=
24
6
=
4
{\displaystyle x_{2}={\frac {det(A_{2})}{det(A)}}={\frac {24}{6}}=4}
d
e
t
(
A
3
)
=
|
1
2
6
4
5
12
7
8
18
|
=
0
{\displaystyle det(A_{3})={\begin{vmatrix}1&2&6\\4&5&12\\7&8&18\end{vmatrix}}=0}
x
3
=
d
e
t
(
A
3
)
d
e
t
(
A
)
=
0
6
=
0
{\displaystyle x_{3}={\frac {det(A_{3})}{det(A)}}={\frac {0}{6}}=0}
Koreň tejto sústavy rovníc teda bude
[
−
2
4
0
]
{\displaystyle {\begin{bmatrix}-2&4&0\end{bmatrix}}}
.