Springe zum Inhalt oder Footer
SerloDie freie Lernplattform
Zum Inhalt

Lineares Gleichungssystem


Von Legacy 1.3.2014, 19:43:24

Titel

Lineares Gleichungssystem

Inhalt 🟠

Ein lineares Gleichungssystem setzt sich aus meheren Gleichungen mit gemeinsamen Unbekannten zusammen. Um es eindeutig lösen zu können, braucht man mindestens ebenso viele Gleichungen wie Unbekannte. Gibt es also drei unbekannte Größen (zB. a,b und c), benötigt man auch mindestens drei Gleichungen zum Lösen.

 

 

Beispiel

Ia+12b10c=5II2ab    =6III2a+4b5c=12\def\arraystretch{1.25} \begin{array}{cccccccc}I&a&+&\frac12b&-&10c&=&5\\\mathrm{II}&2a&-&b&\;&\;&=&6\\\mathrm{III}&-2a&+&4b&-&5c&=&-12\end{array}      

 

 

Gleichungssysteme lösen

Es gibtvier verschiedene Verfahren, ein solches Gleichungssystem zu lösen:

 

 

  • Das Additionsverfahren/1661 (wenn sich durch die Addition der Gleichungen eine der unbekannten Größen aufhebt)

 

 

 

    

 

Gleichungssystem mit Hilfe einer Matrix

Ein Lineares Gleichungssystem lässt sich immer als Erweiterte Koeffizienten Matrix/2009 (Ab)\left(\mathrm A\left|\mathrm b\right.\right) schreiben.

 

  Ax=b\Rightarrow\;\mathrm A\cdot\mathrm x=\mathrm b

(Ab)=(a11an1a1manmb1bn)\def\arraystretch{1.25} (A\left|b)\right.=\left(\begin{array}{ccc}{\mathrm a}_{11}&\cdots&{\mathrm a}_{n1}\\\vdots&&\vdots\\{\mathrm a}_{1m}&\cdots&{\mathrm a}_\mathrm{nm}\end{array}\left|\begin{array}{c}b_1\\\vdots\\b_n\end{array}\right.\right)

Mit Hilfe dieser Matrix kann man bei größeren Gleichungssystemen schneller und leichter durch Umformung zur Lösung gelangen. (Bsp. Gaußalghorithmus)

 

Lösungskriterien

  

 

1.eindeutige Lösung:  rg(A)=rg(Ab)\mathrm{rg}(\mathrm A)=\mathrm{rg}(\mathrm A\left|\mathrm b\right.) mit Matrix A besitzt vollen Rang.

 

2.keine Lösung: rg(A)3.unendlichvieleLo¨sungen:rg(A)3. unendlich viele Lösungen:rg(A)=rg(A\left|b\right.)%%mit Matrix besitzt nicht vollen Rang

 

  

 

/// Beispiel

 

Bestimme die Lösungsmenge in abhängigkeit von a.

 

%%\left|\begin{array}{l}3x1+4x2+2x3=1\2x1+ax2+1x3=2\1x1+2x2+2x_3=3\end{array}\right.%%

 

  

 

Lösung:

 

%%(\mathrm A\left|\mathrm b\right.)=\left(\begin{array}{ccc}3&4&2\2&\mathrm a&1\1&2&2\end{array}\left|\begin{array}{c}1\2\3\end{array}\right.\right)%%

(3422a1122123)I)    III)(1222a1342321)II)    2I)III)    3I)(1220a43024348)III)  :(2)(1220a43012344)\def\arraystretch{1.25} \left(\begin{array}{ccc}3&4&2\\2&\mathrm a&1\\1&2&2\end{array}\left|\begin{array}{c}1\\2\\3\end{array}\right.\right)\begin{array}{c}\mathrm I)\;\leftrightarrow\;\mathrm{III})\\\rightarrow\end{array}\left(\begin{array}{ccc}1&2&2\\2&\mathrm a&1\\3&4&2\end{array}\left|\begin{array}{c}3\\2\\1\end{array}\right.\right)\begin{array}{c}\mathrm{II})\;-\;2\mathrm I)\\\rightarrow\\\mathrm{III})\;-\;3\mathrm I)\end{array}\left(\begin{array}{ccc}1&2&2\\0&\mathrm a-4&-3\\0&-2&-4\end{array}\left|\begin{array}{c}3\\-4\\-8\end{array}\right.\right)\begin{array}{c}\\\rightarrow\\III)\;:(-2)\end{array}\left(\begin{array}{ccc}1&2&2\\0&a-4&-3\\0&1&2\end{array}\left|\begin{array}{c}3\\-4\\4\end{array}\right.\right)

 

II)    (a4)  III)(122002a+501234a+124)II)III)(1220120052a34124a)\def\arraystretch{1.25} \begin{array}{c}\\\rightarrow\\II)\;-\;(a-4)\;III)\end{array}\left(\begin{array}{ccc}1&2&2\\0&0&-2a+5\\0&1&2\end{array}\left|\begin{array}{c}3\\-4a+12\\4\end{array}\right.\right)\begin{array}{c}\\\rightarrow\\II)\leftrightarrow III)\end{array}\left(\begin{array}{ccc}1&2&2\\0&1&2\\0&0&5-2a\end{array}\left|\begin{array}{c}3\\4\\12-4a\end{array}\right.\right)

Umformen der Matrix mit Gaußverfahren.

Um die letzte Zeile durch (5-2a) Teilen zu können und somit an dieser stelle eine 1 zu bekommen, muss gelten 52a05-2a\neq0

    \Rightarrow\;\; 1.Fall: 52a=0    a=2,55-2a=0\;\;\rightarrow a=2{,}5

 

rg(A) = 2 ; rg(AIb) = 3

 

    rg(A)\Rightarrow\;\;rg(A)\Rightarrow%%   Keine Lösung

Betrachte für 1.Fall rg(A) und rg(AIb)

2.Fall: 52a0        a2,55-2a\neq0\;\;\rightarrow\;\;a\neq2{,}5

 

    \Rightarrow\;\; eindeutige Lösung da rg(A)=rg(Ab)rg(A)=rg(A\left|b\right.) mit vollem Rang

 

  x1=124a52a\Rightarrow\;x_1=\frac{12-4a}{5-2a}

 

  x2+2124a52a=4      x2=42a5\Rightarrow\;x_2+2\cdot\frac{12-4a}{5-2a}=4\;\;\Rightarrow\;x_2=\frac4{2a-5}

 

    x3+242a5+2124a52a=3        x3=2a152a\Rightarrow\;\;x_3+2\cdot\frac4{2a-5}+2\cdot\frac{12-4a}{5-2a}=3\;\;\Rightarrow\;\;x_3=\frac{2a-1}{5-2a}

Betrachte für 2.Fall rg(A) und rg(AIb) und berechne konkrete Werte für x1,x2    und  x3{\mathrm x}_1,{\mathrm x}_2\;\;\mathrm{und}\;{\mathrm x}_3 .

///