Übungen 03: Unterschied zwischen den Versionen

Aus Geometrie-Wiki
Cplicht (Diskussion | Beiträge)
Cplicht (Diskussion | Beiträge)
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 16: Zeile 16:
a) <math>g: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2 \\ 2 \\ 1 \end{pmatrix}+r\begin{pmatrix} 1 \\ -1 \\ 1 \end{pmatrix} </math> und <math>e: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix}  1\\ 1 \\ 5 \end{pmatrix}+s\begin{pmatrix} 2 \\ 0 \\ 1 \end{pmatrix}+t\begin{pmatrix} -1 \\ -1 \\ 3 \end{pmatrix}</math>
a) <math>g: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2 \\ 2 \\ 1 \end{pmatrix}+r\begin{pmatrix} 1 \\ -1 \\ 1 \end{pmatrix} </math> und <math>e: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix}  1\\ 1 \\ 5 \end{pmatrix}+s\begin{pmatrix} 2 \\ 0 \\ 1 \end{pmatrix}+t\begin{pmatrix} -1 \\ -1 \\ 3 \end{pmatrix}</math>


b) folgt.
b) <math>g: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 2 \\ 3 \\ -1 \end{pmatrix}+r\begin{pmatrix} -3 \\ 2 \\ 15 \end{pmatrix} </math> und <math>e: \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix}  -1\\ 8 \\ 6 \end{pmatrix}+s\begin{pmatrix} 1 \\ -2 \\ 0 \end{pmatrix}+t\begin{pmatrix} -2 \\ 3 \\ 4 \end{pmatrix}</math>


=Aufgabe 3=
=Aufgabe 3=
Zeile 22: Zeile 22:
Bestimmen Sie ein lineares Gleichungssystem (bestehend aus zwei Gleichungen), das die Gerade durch die Punkte <math>P(0|5|-2)</math> und <math>Q(14|3|2)</math> beschreibt. Tipp: Überlegen Sie sich, was das geometrisch repräsentiert.
Bestimmen Sie ein lineares Gleichungssystem (bestehend aus zwei Gleichungen), das die Gerade durch die Punkte <math>P(0|5|-2)</math> und <math>Q(14|3|2)</math> beschreibt. Tipp: Überlegen Sie sich, was das geometrisch repräsentiert.


=Aufgabe 3=




[[Lösungen_Übung03]]


[[Kategorie:Linalg]]
[[Kategorie:Linalg]]

Aktuelle Version vom 30. April 2013, 10:02 Uhr

Aufgabe 1

Gegeben sind drei Ebenengleichungen a1x+b1y+c1z=d1, a2x+b2y+c2z=d2 und a3x+b3y+c3z=d3.
Geben Sie drei Ebenen dieser Form an, sodass das LGS dazu

a) genau eine Lösung
b) keine Lösung
c) eine ein-parametrige Lösung
d) eine zwei-parametrige Lösung
hat.
Was bedeutet das anschaulich für die Lage der Ebenen?

Aufgabe 2

Berechnen Sie mit Hilfe des Gauß-Algorithmus den Schnittpunkt zwischen Gerade und Ebene:
a) g:(xyz)=(221)+r(111) und e:(xyz)=(115)+s(201)+t(113)

b) g:(xyz)=(231)+r(3215) und e:(xyz)=(186)+s(120)+t(234)

Aufgabe 3

Bestimmen Sie ein lineares Gleichungssystem (bestehend aus zwei Gleichungen), das die Gerade durch die Punkte P(0|5|2) und Q(14|3|2) beschreibt. Tipp: Überlegen Sie sich, was das geometrisch repräsentiert.


Lösungen_Übung03