matheraum.de
Raum für Mathematik
Offene Informations- und Nachhilfegemeinschaft

Für Schüler, Studenten, Lehrer, Mathematik-Interessierte.
Hallo Gast!einloggen | registrieren ]
Startseite · Forum · Wissen · Kurse · Mitglieder · Team · Impressum
Forenbaum
^ Forenbaum
Status Schulmathe
  Status Primarstufe
  Status Mathe Klassen 5-7
  Status Mathe Klassen 8-10
  Status Oberstufenmathe
    Status Schul-Analysis
    Status Lin. Algebra/Vektor
    Status Stochastik
    Status Abivorbereitung
  Status Mathe-Wettbewerbe
    Status Bundeswettb. Mathe
    Status Deutsche MO
    Status Internationale MO
    Status MO andere Länder
    Status Känguru
  Status Sonstiges

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
Weitere Fächer:

Open Source FunktionenplotterFunkyPlot: Kostenloser und quelloffener Funktionenplotter für Linux und andere Betriebssysteme
StartseiteMatheForenLineare Algebra - Moduln und Vektorräumelin. unabhängige Vektoren
Foren für weitere Schulfächer findest Du auf www.vorhilfe.de z.B. Deutsch • Englisch • Französisch • Latein • Spanisch • Russisch • Griechisch
Forum "Lineare Algebra - Moduln und Vektorräume" - lin. unabhängige Vektoren
lin. unabhängige Vektoren < Moduln/Vektorraum < Lineare Algebra < Hochschule < Mathe < Vorhilfe
Ansicht: [ geschachtelt ] | ^ Forum "Lineare Algebra - Moduln und Vektorräume"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien

lin. unabhängige Vektoren: Frage (beantwortet)
Status: (Frage) beantwortet Status 
Datum: 21:36 Mo 02.11.2009
Autor: itse

Aufgabe
Finde die größtmögliche Zahl linear unabhängiger Vektoren aus

[mm] v_1=\begin{pmatrix} 1 \\ -1 \\ 0 \\ 0 \end{pmatrix} v_2=\begin{pmatrix} 1 \\ 0 \\ -1 \\ 0 \end{pmatrix} v_3=\begin{pmatrix} 1 \\ 0 \\ 0 \\ -1 \end{pmatrix} v_4=\begin{pmatrix} 0 \\ 1 \\ -1 \\ 0 \end{pmatrix} v_5=\begin{pmatrix} 0 \\ 1 \\ 0 \\ -1 \end{pmatrix} v_6=\begin{pmatrix} 0 \\ 0 \\ 1 \\ -1 \end{pmatrix}. [/mm]

Hallo,

ich habe das Ganze in eine Matrix geschrieben und dann in Zeilenstufenform zu bekommen, um damit die Pivot-Elemente zu erhalten um letztendliche die linear unabhängigen Spalten zu bestimmen.

[mm] \begin{bmatrix} 1 & 1 & 1 & 0 & 0 & 0 \\ -1 & 0 & 0 & 1 & 1 & 0 \\ 0 & -1 & 0 & -1 & 0 & 1 \\ 0 & 0 & -1 & 0 & -1 & -1 \end{bmatrix} [/mm] -> [mm] \begin{bmatrix} 1 & 1 & 1 & 0 & 0 & 0 \\ 0 & 1 & 1 & 1 & 1 & 0 \\ 0 & -1 & 0 & -1 & 0 & 1 \\ 0 & 0 & -1 & 0 & -1 & -1 \end{bmatrix} [/mm] -> [mm] \begin{bmatrix} 1 & 1 & 1 & 0 & 0 & 0 \\ 0 & 1 & 1 & 1 & 1 & 0 \\ 0 & 0 & 1 & 0 & 1 & 1 \\ 0 & 0 & -1 & 0 & -1 & -1 \end{bmatrix} [/mm] ->  [mm] \begin{bmatrix} 1 & 1 & 1 & 0 & 0 & 0 \\ 0 & 1 & 1 & 1 & 1 & 0 \\ 0 & 0 & 1 & 0 & 1 & 1 \\ 0 & 0 & 0 & 0 & 0 & 0 \end{bmatrix} [/mm]

Somit sind nur die ersten drei Vekotren linear unabhängig, also [mm] v_1=\begin{pmatrix} 1 \\ -1 \\ 0 \\ 0 \end{pmatrix} v_2=\begin{pmatrix} 1 \\ 0 \\ -1 \\ 0 \end{pmatrix} v_3=\begin{pmatrix} 1 \\ 0 \\ 0 \\ -1 \end{pmatrix} [/mm]

Maximal 3 unabhängige Vektoren.

Stimmt das?

Gruß
itse

        
Bezug
lin. unabhängige Vektoren: Antwort
Status: (Antwort) fertig Status 
Datum: 21:44 Mo 02.11.2009
Autor: angela.h.b.


> Finde die größtmögliche Zahl linear unabhängiger
> Vektoren aus
>  
> [mm]v_1=\begin{pmatrix} 1 \\ -1 \\ 0 \\ 0 \end{pmatrix} v_2=\begin{pmatrix} 1 \\ 0 \\ -1 \\ 0 \end{pmatrix} v_3=\begin{pmatrix} 1 \\ 0 \\ 0 \\ -1 \end{pmatrix} v_4=\begin{pmatrix} 0 \\ 1 \\ -1 \\ 0 \end{pmatrix} v_5=\begin{pmatrix} 0 \\ 1 \\ 0 \\ -1 \end{pmatrix} v_6=\begin{pmatrix} 0 \\ 0 \\ 1 \\ -1 \end{pmatrix}.[/mm]
>  
> Hallo,
>  
> ich habe das Ganze in eine Matrix geschrieben und dann in
> Zeilenstufenform zu bekommen, um damit die Pivot-Elemente
> zu erhalten um letztendliche die linear unabhängigen
> Spalten zu bestimmen.
>  
> [mm]\begin{bmatrix} 1 & 1 & 1 & 0 & 0 & 0 \\ -1 & 0 & 0 & 1 & 1 & 0 \\ 0 & -1 & 0 & -1 & 0 & 1 \\ 0 & 0 & -1 & 0 & -1 & -1 \end{bmatrix}[/mm]
> -> [mm]\begin{bmatrix} 1 & 1 & 1 & 0 & 0 & 0 \\ 0 & 1 & 1 & 1 & 1 & 0 \\ 0 & -1 & 0 & -1 & 0 & 1 \\ 0 & 0 & -1 & 0 & -1 & -1 \end{bmatrix}[/mm]
> -> [mm]\begin{bmatrix} 1 & 1 & 1 & 0 & 0 & 0 \\ 0 & 1 & 1 & 1 & 1 & 0 \\ 0 & 0 & 1 & 0 & 1 & 1 \\ 0 & 0 & -1 & 0 & -1 & -1 \end{bmatrix}[/mm]
> ->  [mm]\begin{bmatrix} 1 & 1 & 1 & 0 & 0 & 0 \\ 0 & 1 & 1 & 1 & 1 & 0 \\ 0 & 0 & 1 & 0 & 1 & 1 \\ 0 & 0 & 0 & 0 & 0 & 0 \end{bmatrix}[/mm]

Hallo,

die Matrix hat den Rang 3, also können von den 6 Vektoren nur 3 linear unabhängig sein.

>  
> Somit sind nur die ersten drei Vekotren linear unabhängig,
> also [mm]v_1=\begin{pmatrix} 1 \\ -1 \\ 0 \\ 0 \end{pmatrix} v_2=\begin{pmatrix} 1 \\ 0 \\ -1 \\ 0 \end{pmatrix} v_3=\begin{pmatrix} 1 \\ 0 \\ 0 \\ -1 \end{pmatrix}[/mm]

Richtig ist, daß die von Dir angegebene Menge eine solche maximale linear unabhängige Teilmenge der 6 Vektoren ist.
Es ist aber nicht unbedingt die einzige, sondern die, die man anhand der Pivotspalten sofort sicher aufspüren kann.

Gruß v. Angela

Bezug
Ansicht: [ geschachtelt ] | ^ Forum "Lineare Algebra - Moduln und Vektorräume"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien


^ Seitenanfang ^
www.schulmatheforum.de
[ Startseite | Forum | Wissen | Kurse | Mitglieder | Team | Impressum ]