Lösung linearer Gleichungssysteme.: Unterschied zwischen den Versionen

Aus KAS-Wiki
Wechseln zu: Navigation, Suche
(Gaußches Eliminierungsverfahren)
(Beispiel)
Zeile 11: Zeile 11:
  
  
'''I'''     
+
'''<math>I</math>'''     
  
 
<math>\!4 = 1x +2y +3z  </math>
 
<math>\!4 = 1x +2y +3z  </math>
  
'''II'''     
+
'''<math>II</math>'''     
  
 
<math>\! 1 = 2x +3y +4z </math>
 
<math>\! 1 = 2x +3y +4z </math>
  
'''III'''   
+
'''<math>III</math>'''   
  
 
<math>\! 2 = 3x +4y +1z </math>
 
<math>\! 2 = 3x +4y +1z </math>
Zeile 28: Zeile 28:
  
  
'''I'''           
+
'''<math>I</math>'''           
  
 
<math>\! 4 = 1x +2y +3z </math>
 
<math>\! 4 = 1x +2y +3z </math>
  
'''I*2 - II'''       
+
'''<math>I*(-2) + II</math>'''       
  
 
<math>\! 7 = 1y +2z</math>  
 
<math>\! 7 = 1y +2z</math>  
  
'''III'''   
+
'''<math>III</math>'''   
  
 
<math>\! 2 = 3x +4y +1z </math>
 
<math>\! 2 = 3x +4y +1z </math>
Zeile 42: Zeile 42:
  
  
'''I'''           
+
'''<math>I</math>'''           
  
 
<math>\! 4 = 1x +2y +3z </math>
 
<math>\! 4 = 1x +2y +3z </math>
  
'''I*2 - II'''      
+
'''<math>I*(-2) + II</math>'''    
  
 
<math>\! 7 = 1y +2z</math>  
 
<math>\! 7 = 1y +2z</math>  
  
'''I*3 - III'''
+
'''<math>I*(-3) + III</math>'''
 
    
 
    
 
<math>\! 10 = 2y +8z </math>
 
<math>\! 10 = 2y +8z </math>
Zeile 57: Zeile 57:
 
Durch erneute Subtraktion wird <math>\!Y</math> eliminiert.
 
Durch erneute Subtraktion wird <math>\!Y</math> eliminiert.
  
'''I'''           
+
'''<math>I</math>'''           
  
 
<math>\! 4 = 1x +2y +3z </math>
 
<math>\! 4 = 1x +2y +3z </math>
  
'''I*2 -II'''      
+
'''<math>I*(-2) + II</math>'''
  
 
<math>\! 7 = 1y +2z</math>  
 
<math>\! 7 = 1y +2z</math>  
  
'''II*2 - III'''   
+
'''<math>II*(-2) + III</math>'''   
  
 
<math>\! 4 = -4z </math>
 
<math>\! 4 = -4z </math>

Version vom 14. Dezember 2009, 12:25 Uhr

Gaußches Eliminierungsverfahren

Die Operationen

- Multiplikation einer Gleichung mit einem Faktor
- Addition/Subtraktion des Vielfachen einer Gleichung mit einer anderen Gleichung


Beispiel

Aufstellen des linearen Gleichungssystems.


I

\!4 = 1x +2y +3z

II

\! 1 = 2x +3y +4z

III

\! 2 = 3x +4y +1z


Durch das Subtraktionsverfahren eliminiert man \!x aus 2 Gleichungen


I

\! 4 = 1x +2y +3z

I*(-2) + II

\! 7 = 1y +2z

III

\! 2 = 3x +4y +1z


I

\! 4 = 1x +2y +3z

I*(-2) + II

\! 7 = 1y +2z

I*(-3) + III

\! 10 = 2y +8z


Durch erneute Subtraktion wird \!Y eliminiert.

I

\! 4 = 1x +2y +3z

I*(-2) + II

\! 7 = 1y +2z

II*(-2) + III

\! 4 = -4z


Durch Einsetzten und Lösen erhält man:


\! z = -1

\! y = 9

\! x = -11