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 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
Dt. Schulen im Ausland: Mathe-Seiten: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. Informatik • Physik • Technik • Biologie • Chemie
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.matheraum.de
[ Startseite | Forum | Wissen | Kurse | Mitglieder | Team | Impressum ]