0 Daumen
453 Aufrufe

Aufgabe:

dieses lineare Gleichungssystem soll mithilfe des Gauß-Algorithmus gelöst werden.


Problem/Ansatz:

-2x  +  3y  +  z  =  4

  -x  +  2y  +  z  =  3

 3x  -   9y + 2z = - 15


Mein Ansatz wäre, dass ich |+|| rechne und das dann mit der 3.Gleichung addiere, um das x zu eliminieren. Weiter komme ich nicht.

Avatar von

2 Antworten

+1 Daumen

Ich würde zunächst von der II Gleichung die erste Abziehen. Und dann von der III Gleichung zweimal die erste Abziehen. Dann hast du 2 Gleichungen in denen kein z mehr vorkommt.

- 2·x + 3·y + z = 4
-x + 2·y + z = 3
3·x - 9·y + 2·z = -15

II - I ; III - 2*I

- 2·x + 3·y + z = 4
x - y = -1
7·x - 15·y = -23

III - 7*II

- 2·x + 3·y + z = 4
x - y = -1
- 8·y = -16 → y = 2

Nun kann alles rückwärts aufgelöst werden.

Avatar von 493 k 🚀
0 Daumen

Aloha :)

I : 2x+3y+z=4II : x+2y+z=3III : 3x9y+2z=15\begin{array}{l}I: & -2x &+3y & +z & = 4\\II: &-x &+2y & +z & = 3\\III:&3x &-9y & +2z & = -15\end{array}

Am schnellsten geht es, wenn du spaltenweise vorgehst. Zuerst wollen wir in der x-Spalte nur ein einzelnes x haben. Dazu addieren wir II und IIII zu IIIIII und subtrahieren 2II2\cdot II von II:

I : 0yz=2II : x+2y+z=3III : 04y+4z=8\begin{array}{l}I: & 0 &-y & -z & = -2\\II: &-x &+2y & +z & = 3\\III:&0 &-4y & +4z & = -8\end{array}Jetzt kann man Zeile IIIIII durch 44 dividieren, Zeile II und IIII mit 1-1 multiplizieren und Zeile II und IIII vertauschen:

I : x2yz=3II : 0+y+z=2III : 0y+z=2\begin{array}{l}I: & x &-2y & -z & = -3\\II: &0 &+y & +z & = 2\\III:&0 &-y & +z & = -2\end{array}Jetzt nehmen wir uns die y-Spalte vor und addieren IIII zu IIIIII und 2II2\cdot II zu II:

I : x+0+z=1II : 0+y+z=2III : 0+0+2z=0\begin{array}{l}I: & x &+0 & +z & = 1\\II: &0 &+y & +z & = 2\\III:&0 &+0 & +2z & = 0\end{array}Zum Schluss kommt die z-Zeile dran. Wir dividieren IIIIII durch 2 und subtrahieren anschließend IIIIII von II und von IIII:

I : x+0+0=1II : 0+y+0=2III : 0+0+z=0\begin{array}{l}I: & x &+0 & +0 & = 1\\II: &0 &+y & +0 & = 2\\III:&0 &+0 & +z & = 0\end{array}Daraus kannst du die Lösung ablesen: x=1    ;    y=2    ;    z=0x=1\;\;;\;\;y=2\;\;;\;\;z=0.

Avatar von 153 k 🚀

Ein anderes Problem?

Stell deine Frage

Ähnliche Fragen