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 Hochschulmathe
  Status Uni-Analysis
    Status Reelle Analysis
    Status UKomplx
    Status Uni-Kompl. Analysis
    Status Differentialgl.
    Status Maß/Integrat-Theorie
    Status Funktionalanalysis
    Status Transformationen
    Status UAnaSon
  Status Uni-Lin. Algebra
    Status Abbildungen
    Status ULinAGS
    Status Matrizen
    Status Determinanten
    Status Eigenwerte
    Status Skalarprodukte
    Status Moduln/Vektorraum
    Status Sonstiges
  Status Algebra+Zahlentheo.
    Status Algebra
    Status Zahlentheorie
  Status Diskrete Mathematik
    Status Diskrete Optimierung
    Status Graphentheorie
    Status Operations Research
    Status Relationen
  Status Fachdidaktik
  Status Finanz+Versicherung
    Status Uni-Finanzmathematik
    Status Uni-Versicherungsmat
  Status Logik+Mengenlehre
    Status Logik
    Status Mengenlehre
  Status Numerik
    Status Lin. Gleich.-systeme
    Status Nichtlineare Gleich.
    Status Interpol.+Approx.
    Status Integr.+Differenz.
    Status Eigenwertprobleme
    Status DGL
  Status Uni-Stochastik
    Status Kombinatorik
    Status math. Statistik
    Status Statistik (Anwend.)
    Status stoch. Analysis
    Status stoch. Prozesse
    Status Wahrscheinlichkeitstheorie
  Status Topologie+Geometrie
  Status Uni-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
StartseiteMatheForenAbbildungen und MatrizenMatrizen und lineare Abbildung
Foren für weitere Schulfächer findest Du auf www.vorhilfe.de z.B. Informatik • Physik • Technik • Biologie • Chemie
Forum "Abbildungen und Matrizen" - Matrizen und lineare Abbildung
Matrizen und lineare Abbildung < Abbildungen+Matrizen < Lin. Algebra/Vektor < Oberstufe < Schule < Mathe < Vorhilfe
Ansicht: [ geschachtelt ] | ^ Forum "Abbildungen und Matrizen"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien

Matrizen und lineare Abbildung: Tip
Status: (Frage) beantwortet Status 
Datum: 18:25 So 21.11.2010
Autor: Dust

Aufgabe
Sei  g die Gerade mit der Gleichung g : [mm] \vec x = r * \begin{pmatrix} -2 \\ 0 \\ 1 } \end{pmatrix} [/mm] und A die Matrix mit [mm] A = \begin{pmatrix} 0 & 0 & -1 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix} [/mm]

Zeigen Sie, dass g wieder auf eine Gerade g' abgebildet wird.


Guten Abend,

Mit [mm] A = \begin{pmatrix} 0 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix} [/mm]  und  [mm] \vec a = \begin{pmatrix} -2 \\ 0 \\ 1 \end{pmatrix} [/mm]

ist

[mm] \begin{pmatrix} 0 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix} * r * \begin{pmatrix} -2 \\ 0 \\ 1 \end{pmatrix} = \begin{pmatrix} 0 * a_1 +0 * a_2 + -1 * -2a_3 \\ 0 * a_1 + 1 * 0*a_2 + 0 * a_3 \\ 1* a_1 + 0 * a_2 + 0 * a_3 \end{pmatrix} = \begin{pmatrix} -2a_3 \\ 0a_2 \\ 1a_1 \end{pmatrix} = r * \begin{pmatrix} 1 \\ 0 \\ -2 \end{pmatrix} [/mm]

Ich bekomme für [mm] A \vec a =\begin{pmatrix} 1 \\ 0 \\ -2 \end{pmatrix} [/mm] heraus.

Aber laut dem Lernheft das mir vorliegt  müsste da

[mm] A \vec a = \begin{pmatrix} -1 \\ 0 \\ -2 \end{pmatrix} [/mm] die Lösung sein?

Wo liegt der Fehler?

Vielen Dank für euere Hilfe

Gruß Dust



        
Bezug
Matrizen und lineare Abbildung: Antwort
Status: (Antwort) fertig Status 
Datum: 18:28 So 21.11.2010
Autor: wieschoo

Hi,
> Sei  g die Gerade mit der Gleichung g : [mm]\vec x = r * \begin{pmatrix} -2 \\ 0 \\ 1 } \end{pmatrix}[/mm]
> und A die Matrix mit [mm]A = \begin{pmatrix} 0 & 0 & \blue{-1} \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix}[/mm]
>  
> Zeigen Sie, dass g wieder auf eine Gerade g' abgebildet
> wird.
>  
> Guten Abend,
>  
> Mit [mm]A = \begin{pmatrix} 0 & 0 & \red{1} \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix}[/mm]
>  und  [mm]\vec a = \begin{pmatrix} -2 \\ 0 \\ 1 \end{pmatrix} [/mm]
>  
> ist
>  
> [mm]\begin{pmatrix} 0 & 0 & \red{1} \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix} * r * \begin{pmatrix} -2 \\ 0 \\ 1 \end{pmatrix} = \begin{pmatrix} 0 * a_1 +0 * a_2 + \green{-1 * -2a_3} \\ 0 * a_1 + 1 * 0*a_2 + 0 * a_3 \\ 1* a_1 + 0 * a_2 + 0 * a_3 \end{pmatrix} = \begin{pmatrix} -2a_3 \\ 0a_2 \\ 1a_1 \end{pmatrix} = r * \begin{pmatrix} 1 \\ 0 \\ -2 \end{pmatrix}[/mm]

Rechenfehler: Das grüne wäre sonst [mm] $\green{+2a_3}$. [/mm]
Was machst du eigentlich hier? Wo kommt auf einmal [mm] $a_1,a_2,a_3$ [/mm] her?
[mm]\begin{pmatrix} 0 & 0 & \red{1} \\ 0 & 1 & 0 \\ 1 & 0 & 0 \end{pmatrix} * r *\begin{pmatrix} -2 \\ 0 \\ 1 \end{pmatrix} = r * \begin{pmatrix} 1 \\ 0 \\ -2 \end{pmatrix}[/mm]
So würde es stimmen mit dem Übertragungsfehler.

>  
> Ich bekomme für [mm]A \vec a =\begin{pmatrix} 1 \\ 0 \\ -2 \end{pmatrix} [/mm]
> heraus.
>
> Aber laut dem Lernheft das mir vorliegt  müsste da
>
> [mm]A \vec a = \begin{pmatrix} -1 \\ 0 \\ -2 \end{pmatrix}[/mm] die
> Lösung sein?
>  
> Wo liegt der Fehler?

der ist rot markiert. Also nicht alles falsch gerechnet sondern nur falsch übertragen.

>  
> Vielen Dank für euere Hilfe
>
> Gruß Dust
>  
>  


Bezug
Ansicht: [ geschachtelt ] | ^ Forum "Abbildungen und Matrizen"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien


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