www.vorhilfe.de
Vorhilfe

Kostenlose Kommunikationsplattform für gegenseitige Hilfestellungen.
Hallo Gast!einloggen | registrieren ]
Startseite · Forum · Wissen · Kurse · Mitglieder · Team · Impressum
Forenbaum
^ Forenbaum
Status Vorhilfe
  Status Geisteswiss.
    Status Erdkunde
    Status Geschichte
    Status Jura
    Status Musik/Kunst
    Status Pädagogik
    Status Philosophie
    Status Politik/Wirtschaft
    Status Psychologie
    Status Religion
    Status Sozialwissenschaften
  Status Informatik
    Status Schule
    Status Hochschule
    Status Info-Training
    Status Wettbewerbe
    Status Praxis
    Status Internes IR
  Status Ingenieurwiss.
    Status Bauingenieurwesen
    Status Elektrotechnik
    Status Maschinenbau
    Status Materialwissenschaft
    Status Regelungstechnik
    Status Signaltheorie
    Status Sonstiges
    Status Technik
  Status Mathe
    Status Schulmathe
    Status Hochschulmathe
    Status Mathe-Vorkurse
    Status Mathe-Software
  Status Naturwiss.
    Status Astronomie
    Status Biologie
    Status Chemie
    Status Geowissenschaften
    Status Medizin
    Status Physik
    Status Sport
  Status Sonstiges / Diverses
  Status Sprachen
    Status Deutsch
    Status Englisch
    Status Französisch
    Status Griechisch
    Status Latein
    Status Russisch
    Status Spanisch
    Status Vorkurse
    Status Sonstiges (Sprachen)
  Status Neuerdings
  Status Internes VH
    Status Café VH
    Status Verbesserungen
    Status Benutzerbetreuung
    Status Plenum
    Status Datenbank-Forum
    Status Test-Forum
    Status Fragwürdige Inhalte
    Status VH e.V.

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:

Open Source FunktionenplotterFunkyPlot: Kostenloser und quelloffener Funktionenplotter für Linux und andere Betriebssysteme
Forum "Lineare Algebra Sonstiges" - Schnittegerade bestimmen.
Schnittegerade bestimmen. < Sonstiges < Lineare Algebra < Hochschule < Mathe < Vorhilfe
Ansicht: [ geschachtelt ] | ^ Forum "Lineare Algebra Sonstiges"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien

Schnittegerade bestimmen.: Frage (beantwortet)
Status: (Frage) beantwortet Status 
Datum: 21:38 Sa 02.07.2011
Autor: Nadia..

Aufgabe
Ich möchte gerne die Schnittgerade von zwei Ebenen bestimmen.

[mm] $E_1 [/mm] = [mm] \begin{pmatrix} 1 \\ 1 \\ 1\\ 1\\1 \end{pmatrix}+ r_1 \begin{pmatrix} 1 \\ 1 \\ 1\\ 2\\1 \end{pmatrix} +s_1\begin{pmatrix} 0 \\ 1 \\ 0\\ -1\\1 \end{pmatrix} [/mm] $
und
[mm] $E_2 [/mm] = [mm] \begin{pmatrix} 0 \\ 0 \\ 1\\ 0\\0 \end{pmatrix}+ s_1 \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix} +s_2\begin{pmatrix} 0 \\ -1 \\ 1\\ 2\\-1 \end{pmatrix} [/mm] $

.


Meine Idee ist, ich setze die eben gleich und löse auf.

Daher
[mm] $E_1=E_2 [/mm]
[mm] \iff [/mm]
[mm] \begin{pmatrix} 1 \\ 1 \\ 1\\ 1\\1 \end{pmatrix} +r_1 \begin{pmatrix} 1 \\ 1 \\ 1\\ 2\\1 \end{pmatrix} +s_1\begin{pmatrix} 0 \\ 1 \\ 0\\ -1\\1 \end{pmatrix}=\begin{pmatrix} 0 \\ 0 \\ 1\\ 0\\0 \end{pmatrix}+ r_2 \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix} +s_2\begin{pmatrix} 0 \\ -1 \\ 1\\ 2\\-1 \end{pmatrix} [/mm]
[mm] \iff [/mm]


[mm] \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix} [/mm] =  [mm] -r_1 \begin{pmatrix} 1 \\ 1 \\ 1\\ 2\\1 \end{pmatrix} -s_1\begin{pmatrix} 0 \\ 1 \\ 0\\ -1\\1 \end{pmatrix}+r_2 \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix} +s_2\begin{pmatrix} 0 \\ -1 \\ 1\\ 2\\-1 \end{pmatrix} [/mm]

Das entspricht folgendes Lineare Gleichungssystem

[mm] \begin{pmatrix} -1&0&1&0 \\ -1&-1&1&-1 \\ -1&0&0&1\\ -2&-1&1&2\\-1&1&1&-1 \end{pmatrix}= \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix} [/mm]
$

Ich erhalte dann  für
[mm] $r_1 =s_2=-s_1= [/mm] und [mm] r_2=0 [/mm] $ wie bestimme ich dann jetzt die Geraden ?

Viele Grüße

Nadia..

        
Bezug
Schnittegerade bestimmen.: Antwort
Status: (Antwort) fertig Status 
Datum: 22:12 Sa 02.07.2011
Autor: MathePower

Hallo Nadia..,

> Ich möchte gerne die Schnittgerade von zwei Ebenen
> bestimmen.
>  
> [mm]E_1 = \begin{pmatrix} 1 \\ 1 \\ 1\\ 1\\1 \end{pmatrix}+ r_1 \begin{pmatrix} 1 \\ 1 \\ 1\\ 2\\1 \end{pmatrix} +s_1\begin{pmatrix} 0 \\ 1 \\ 0\\ -1\\1 \end{pmatrix}[/mm]
>  
> und
>  [mm]E_2 = \begin{pmatrix} 0 \\ 0 \\ 1\\ 0\\0 \end{pmatrix}+ s_1 \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix} +s_2\begin{pmatrix} 0 \\ -1 \\ 1\\ 2\\-1 \end{pmatrix}[/mm]
>  
> .
>  
> Meine Idee ist, ich setze die eben gleich und löse auf.
>  
> Daher
> [mm]$E_1=E_2[/mm]
>  [mm]\iff[/mm]
>  [mm]\begin{pmatrix} 1 \\ 1 \\ 1\\ 1\\1 \end{pmatrix} +r_1 \begin{pmatrix} 1 \\ 1 \\ 1\\ 2\\1 \end{pmatrix} +s_1\begin{pmatrix} 0 \\ 1 \\ 0\\ -1\\1 \end{pmatrix}=\begin{pmatrix} 0 \\ 0 \\ 1\\ 0\\0 \end{pmatrix}+ r_2 \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix} +s_2\begin{pmatrix} 0 \\ -1 \\ 1\\ 2\\-1 \end{pmatrix}[/mm]
>  
> [mm]\iff[/mm]
>  
>
> [mm]\begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix}[/mm] =  [mm]-r_1 \begin{pmatrix} 1 \\ 1 \\ 1\\ 2\\1 \end{pmatrix} -s_1\begin{pmatrix} 0 \\ 1 \\ 0\\ -1\\1 \end{pmatrix}+r_2 \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix} +s_2\begin{pmatrix} 0 \\ -1 \\ 1\\ 2\\-1 \end{pmatrix}[/mm]
>  
> Das entspricht folgendes Lineare Gleichungssystem
>
> [mm]\begin{pmatrix} -1&0&1&0 \\ -1&-1&1&-1 \\ -1&0&0&1\\ -2&-1&1&2\\-1&1&1&-1 \end{pmatrix}= \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix}[/mm]
>  
> $


Das entsprechende Gleiochungssystem muss doch so lauten:

[mm]\begin{pmatrix} -1&0&1&0 \\ -1&-1&1&-1 \\ -1&0&0&1\\ -2&\blue{+1}&1&2\\-1&\blue{-1}&1&-1 \end{pmatrix}= \begin{pmatrix} 1 \\ 1 \\ 0\\ 1\\1 \end{pmatrix}[/mm]


>

>  
> Ich erhalte dann  für
> [mm]r_1 =s_2=-s_1= und r_2=0[/mm] wie bestimme ich dann jetzt die
> Geraden ?
>  
> Viele Grüße
>
> Nadia..


Gruss
MathePower

Bezug
                
Bezug
Schnittegerade bestimmen.: Frage (beantwortet)
Status: (Frage) beantwortet Status 
Datum: 22:59 Sa 02.07.2011
Autor: Nadia..

Aufgabe
Super Vielen Dank,
Mit dem Grußverfahren erhalte ich dann:


$ [mm] \begin{pmatrix} -1&0&1&0 \\ 0&-1&0&-1 \\ -1&0&0&1 \\ 0&0&-1&1\\0&0&0&0 \end{pmatrix}= \begin{pmatrix} 1 \\ 0 \\ 0\\ -1\\0 \end{pmatrix} [/mm] $

Ich erhalte dann, [mm] $r_2=1+s_2,s_2=r_1,s_2=-s_1,r_1=-1+s_2 [/mm] $

Viele Grüße

Nadia..


Wie bestimme ich jetzt endlich die Schnittgerade?


Bezug
                        
Bezug
Schnittegerade bestimmen.: Antwort
Status: (Antwort) fertig Status 
Datum: 23:16 Sa 02.07.2011
Autor: MathePower

Hallo Nadia..,

> Super Vielen Dank,
>  Mit dem Grußverfahren erhalte ich dann:
>  
>
> $ [mm]\begin{pmatrix} -1&0&1&0 \\ 0&-1&0&-1 \\ -1&0&0&1 \\ 0&0&-1&1\\0&0&0&0 \end{pmatrix}= \begin{pmatrix} 1 \\ 0 \\ 0\\ -1\\0 \end{pmatrix}[/mm]
> $
>  
> Ich erhalte dann, [mm]r_2=1+s_2,s_2=r_1,s_2=-s_1,r_1=-1+s_2[/mm]
>  
> Viele Grüße
>
> Nadia..
>  
> Wie bestimme ich jetzt endlich die Schnittgerade?
>  


Setze die erhaltenen Parameter in eine der Ebenengleichung ein.


Gruss
MathePower

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


^ Seitenanfang ^
www.vorhilfe.de