www.matheraum.de
Das Matheforum.
Das Matheforum des MatheRaum.

Für Schüler, Studenten, Lehrer, Mathematik-Interessierte.
Hallo Gast!einloggen | registrieren ]
Startseite · Forum · Wissen · Kurse · Mitglieder · Team · Impressum
Forenbaum
^ Forenbaum
Status Mathe
  Status Schulmathe
    Status Primarstufe
    Status Mathe Klassen 5-7
    Status Mathe Klassen 8-10
    Status Oberstufenmathe
    Status Mathe-Wettbewerbe
    Status Sonstiges
  Status Hochschulmathe
    Status Uni-Analysis
    Status Uni-Lin. Algebra
    Status Algebra+Zahlentheo.
    Status Diskrete Mathematik
    Status Fachdidaktik
    Status Finanz+Versicherung
    Status Logik+Mengenlehre
    Status Numerik
    Status Uni-Stochastik
    Status Topologie+Geometrie
    Status Uni-Sonstiges
  Status Mathe-Vorkurse
    Status Organisatorisches
    Status Schule
    Status Universität
  Status Mathe-Software
    Status Derive
    Status DynaGeo
    Status FunkyPlot
    Status GeoGebra
    Status LaTeX
    Status Maple
    Status MathCad
    Status Mathematica
    Status Matlab
    Status Maxima
    Status MuPad
    Status Taschenrechner

Gezeigt werden alle Foren bis zur Tiefe 2

Navigation
 Startseite...
 Neuerdings beta neu
 Forum...
 vorwissen...
 vorkurse...
 Werkzeuge...
 Nachhilfevermittlung beta...
 Online-Spiele beta
 Suchen
 Verein...
 Impressum
Das Projekt
Server und Internetanbindung werden durch Spenden finanziert.
Organisiert wird das Projekt von unserem Koordinatorenteam.
Hunderte Mitglieder helfen ehrenamtlich in unseren moderierten Foren.
Anbieter der Seite ist der gemeinnützige Verein "Vorhilfe.de e.V.".
Partnerseiten
Mathe-Seiten:Weitere Fächer:

Open Source FunktionenplotterFunkyPlot: Kostenloser und quelloffener Funktionenplotter für Linux und andere Betriebssysteme
StartseiteMatheForenLineare Algebra - MatrizenEliminationsmatrizen
Foren für weitere Schulfächer findest Du auf www.vorhilfe.de z.B. Geschichte • Erdkunde • Sozialwissenschaften • Politik/Wirtschaft
Forum "Lineare Algebra - Matrizen" - Eliminationsmatrizen
Eliminationsmatrizen < Matrizen < Lineare Algebra < Hochschule < Mathe < Vorhilfe
Ansicht: [ geschachtelt ] | ^ Forum "Lineare Algebra - Matrizen"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien

Eliminationsmatrizen: Frage (beantwortet)
Status: (Frage) beantwortet Status 
Datum: 07:50 Do 08.10.2009
Autor: itse

Aufgabe
A = [mm] \begin{bmatrix} 1 & 1 & 0 \\ 4 & 6 & 1 \\ -2 & 2 & 0 \end{bmatrix} [/mm]

1. Welche drei Matrizen [mm] E_{21}, E_{31}, E_{32} [/mm] überführen A in eine obere Dreiecksmatrix U?
2. Multiplizieren Sie die E-Matrizen zu einer Matrix M mit MA = U.  

Hallo Zusammen,

meine Lösung ist folgende:

[mm] E_{21}: [/mm]

[mm] \begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 1 & 0 \\ 4 & 6 & 1 \\ -2 & 2 & 0 \end{bmatrix} [/mm] = [mm] \begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ -2 & 2 & 0 \end{bmatrix} [/mm]

[mm] E_{31}: [/mm]

[mm] \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ -2 & 2 & 0 \end{bmatrix} [/mm] = [mm] \begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ 0 & 4 & 0 \end{bmatrix} [/mm]


[mm] E_{32}: [/mm]

[mm] \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & -2 & 1 \end{bmatrix} \begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ 0 & 4 & 0 \end{bmatrix} [/mm] = [mm] \begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ 0 & 0 & -2 \end{bmatrix} [/mm]

Somit ergeben sich die folgenden drei Matrizen:

[mm] E_{21}: \begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} [/mm]

[mm] E_{31}: \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix} [/mm]

[mm] E_{32}:\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & -2 & 1 \end{bmatrix} [/mm]

Die drei Einzelschritte überführen die Matrix A in eine obere Dreiecksmatrix U. Nun möchte ich alle Schritte auf einmal machen, somit multipliziere ich diese drei Matrizen:

[mm] E_{21} \cdot{} E_{31}: [/mm]

[mm] \begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix} [/mm] = [mm] \begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix} [/mm]

Dieses Ergebnis nun noch mit [mm] E_{32} [/mm] malnehmen:

[mm] \begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & -2 & 1 \end{bmatrix} [/mm] = [mm] \begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & -2 & 1 \end{bmatrix} [/mm]

Nun wäre die Matrix M = [mm] \begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & -2 & 1 \end{bmatrix} [/mm]

Diese sollte nun alle Schritte auf einmal ausführen. Wenn ich diese jedoch mit A multipliziere erhalte ich nicht das zuvor durch die Einzelschritte berechnete U:

M [mm] \cdot{} [/mm] A [mm] \ne [/mm] U

[mm] \begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & -2 & 1 \end{bmatrix} \begin{bmatrix} 1 & 1 & 0 \\ 4 & 6 & 1 \\ -2 & 2 & 0 \end{bmatrix} [/mm] = [mm] \begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ -8 & -8 & -2 \end{bmatrix} [/mm]

Wo liegt mein Fehler? Ich finde diesen nicht.

Gruß
itse



        
Bezug
Eliminationsmatrizen: Antwort
Status: (Antwort) fertig Status 
Datum: 10:00 Do 08.10.2009
Autor: angela.h.b.


> A = [mm]\begin{bmatrix} 1 & 1 & 0 \\ 4 & 6 & 1 \\ -2 & 2 & 0 \end{bmatrix}[/mm]
>  
> 1. Welche drei Matrizen [mm]E_{21}, E_{31}, E_{32}[/mm] überführen
> A in eine obere Dreiecksmatrix U?
>  2. Multiplizieren Sie die E-Matrizen zu einer Matrix M mit
> MA = U.
> Hallo Zusammen,
>  
> meine Lösung ist folgende:
>  
> [mm]E_{21}:[/mm]
>  
> [mm]\begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 1 & 0 \\ 4 & 6 & 1 \\ -2 & 2 & 0 \end{bmatrix}[/mm]
> = [mm]\begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ -2 & 2 & 0 \end{bmatrix}[/mm]
>  
> [mm]E_{31}:[/mm]
>  
> [mm]\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ -2 & 2 & 0 \end{bmatrix}[/mm]
> = [mm]\begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ 0 & 4 & 0 \end{bmatrix}[/mm]
>  
>
> [mm]E_{32}:[/mm]
>  
> [mm]\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & -2 & 1 \end{bmatrix} \begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ 0 & 4 & 0 \end{bmatrix}[/mm]
> = [mm]\begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ 0 & 0 & -2 \end{bmatrix}[/mm]
>  
> Somit ergeben sich die folgenden drei Matrizen:
>  
> [mm]E_{21}: \begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}[/mm]
>  
> [mm]E_{31}: \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix}[/mm]
>  
> [mm]E_{32}:\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & -2 & 1 \end{bmatrix}[/mm]
>  
> Die drei Einzelschritte überführen die Matrix A in eine
> obere Dreiecksmatrix U. Nun möchte ich alle Schritte auf
> einmal machen, somit multipliziere ich diese drei
> Matrizen:
>  
> [mm]E_{21} \cdot{} E_{31}:[/mm]
>  
> [mm]\begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix}[/mm]
> = [mm]\begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix}[/mm]
>  
> Dieses Ergebnis nun noch mit [mm]E_{32}[/mm] malnehmen:
>  
> [mm]\begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & 0 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & -2 & 1 \end{bmatrix}[/mm]
> = [mm]\begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & -2 & 1 \end{bmatrix}[/mm]
>  
> Nun wäre die Matrix M = [mm]\begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & -2 & 1 \end{bmatrix}[/mm]
>  
> Diese sollte nun alle Schritte auf einmal ausführen. Wenn
> ich diese jedoch mit A multipliziere erhalte ich nicht das
> zuvor durch die Einzelschritte berechnete U:
>  
> M [mm]\cdot{}[/mm] A [mm]\ne[/mm] U
>  
> [mm]\begin{bmatrix} 1 & 0 & 0 \\ -4 & 1 & 0 \\ 2 & -2 & 1 \end{bmatrix} \begin{bmatrix} 1 & 1 & 0 \\ 4 & 6 & 1 \\ -2 & 2 & 0 \end{bmatrix}[/mm]
> = [mm]\begin{bmatrix} 1 & 1 & 0 \\ 0 & 2 & 1 \\ -8 & -8 & -2 \end{bmatrix}[/mm]
>  
> Wo liegt mein Fehler? Ich finde diesen nicht.

Hallo,

es sieht mir streng danach aus, daß Du am Ende in der falschen Reihenfolge multiplizierst:

oben hattest Du doch dies getan:   [mm] E_3_2(E_3_1(E_2_1A)). [/mm]

Gruß v. Angela

Bezug
Ansicht: [ geschachtelt ] | ^ Forum "Lineare Algebra - Matrizen"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien


^ Seitenanfang ^
www.matheforum.net
[ Startseite | Forum | Wissen | Kurse | Mitglieder | Team | Impressum ]