Defekt (Mathematik)

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Der Defekt ist innerhalb der Mathematik ein Begriff aus dem Teilgebiet der linearen Algebra. Man ordnet ihn einer linearen Abbildung oder einer Matrix zu.

Definition für lineare Abbildungen

[Bearbeiten | Quelltext bearbeiten ]

Seien V {\displaystyle V} {\displaystyle V} und W {\displaystyle W} {\displaystyle W} zwei endlichdimensionale Vektorräume, die Dimension von V {\displaystyle V} {\displaystyle V} sei n {\displaystyle n} {\displaystyle n}, die Dimension von W {\displaystyle W} {\displaystyle W} sei m {\displaystyle m} {\displaystyle m}. Sei weiter f : V W {\displaystyle f\colon V\to W} {\displaystyle f\colon V\to W} eine lineare Abbildung. Dann ist der Defekt dieser Abbildung als die Dimension des Kerns der Abbildung definiert, kurz

def ( f ) = dim ( ker ( f ) ) {\displaystyle \operatorname {def} (f)=\operatorname {dim} (\operatorname {ker} (f))} {\displaystyle \operatorname {def} (f)=\operatorname {dim} (\operatorname {ker} (f))}.[1]

Defekt bei Matrizen

[Bearbeiten | Quelltext bearbeiten ]

Eine Matrix A K m × n {\displaystyle A\in \mathbb {K} ^{m\times n}} {\displaystyle A\in \mathbb {K} ^{m\times n}} mit Elementen aus einem Körper K {\displaystyle \mathbb {K} } {\displaystyle \mathbb {K} } kann als lineare Abbildung f A : K n K m , x A x {\displaystyle f_{A}:\mathbb {K} ^{n}\to \mathbb {K} ^{m},x\mapsto Ax} {\displaystyle f_{A}:\mathbb {K} ^{n}\to \mathbb {K} ^{m},x\mapsto Ax} interpretiert werden. In diesem Sinne wird der Defekt der Matrix A {\displaystyle A} {\displaystyle A} durch

def ( A ) := def ( f A ) {\displaystyle \operatorname {def} (A):=\operatorname {def} (f_{A})} {\displaystyle \operatorname {def} (A):=\operatorname {def} (f_{A})}

definiert. Der Defekt von A {\displaystyle A} {\displaystyle A} ist also gleich der Dimension des Lösungsraums des homogenen linearen Gleichungssystems A x = 0 {\displaystyle Ax=0} {\displaystyle Ax=0}.

Ist  A {\displaystyle A} {\displaystyle A} die Nullmatrix, so ist  def ( A ) {\displaystyle \operatorname {def} (A)} {\displaystyle \operatorname {def} (A)} gleich der Spaltenzahl von A {\displaystyle A} {\displaystyle A}. Andernfalls ist def ( A ) {\displaystyle \operatorname {def} (A)} {\displaystyle \operatorname {def} (A)} gleich der maximalen Anzahl von Spalten, die man so aus A {\displaystyle A} {\displaystyle A} streichen kann, dass die verkleinerte Matrix das gleiche Bild wie A {\displaystyle A} {\displaystyle A} hat. Die gestrichenen Spalten sind dann von den in der verkleinerten Matrix verbleibenden Spalten linear abhängig.

Vor allem für die Handrechnung bei kleinen Matrizen eignet sich das gaußsche Eliminationsverfahren mit Zeilen- und Spaltentausch zur Bestimmung des Defektes. Jede Matrix A K m × n {\displaystyle A\in \mathbb {K} ^{m\times n}} {\displaystyle A\in \mathbb {K} ^{m\times n}} lässt sich mit diesem Verfahren in eine äquivalente Matrix A ¯ {\displaystyle {\bar {A}}} {\displaystyle {\bar {A}}} mit A ¯ i , j = 0 {\displaystyle {\bar {A}}_{i,j}=0} {\displaystyle {\bar {A}}_{i,j}=0} für i > j {\displaystyle i>j} {\displaystyle i>j} umformen, bei der mit einem r { 0 , , m } {\displaystyle r\in \{0,\ldots ,m\}} {\displaystyle r\in \{0,\ldots ,m\}} die Diagonalelemente der ersten r {\displaystyle r} {\displaystyle r} Zeilen mit Nichtnullelementen besetzt sind und die übrigen Zeilen Nullzeilen sind ( r {\displaystyle r} {\displaystyle r} ist der Rang der Matrix A {\displaystyle A} {\displaystyle A}). Der Defekt dieser Matrix ist dann def ( A ) = n r {\displaystyle \operatorname {def} (A)=n-r} {\displaystyle \operatorname {def} (A)=n-r} (das ist die Aussage des Rangsatzes).

Sei vorausgesetzt, dass A {\displaystyle A} {\displaystyle A} nicht die Nullmatrix ist. Streicht man aus A {\displaystyle A} {\displaystyle A} diejenigen Spalten, die den Spalten r + 1 , , n {\displaystyle r+1,\ldots ,n} {\displaystyle r+1,\ldots ,n} in der Matrix A ¯ {\displaystyle {\bar {A}}} {\displaystyle {\bar {A}}} entsprechen (hierbei sind während des gaußschen Eliminationsverfahrens erfolgte Spaltenvertauschungen zu berücksichtigen), so hat die verkleinerte Matrix das gleiche Bild wie A {\displaystyle A} {\displaystyle A}. Beim Streichen weiterer Spalten (falls das möglich ist) verkleinert sich das Bild der Matrix.

Bei quadratischen Matrizen (also für m = n {\displaystyle m=n} {\displaystyle m=n}) ist der Defekt von A {\displaystyle A} {\displaystyle A} gleich der Anzahl der Nullzeilen in A ¯ {\displaystyle {\bar {A}}} {\displaystyle {\bar {A}}}.

Numerisch stabiler, jedoch auch aufwendiger als das gaußsche Eliminationsverfahren ist die Bestimmung des Defektes einer Matrix mittels Singulärwertzerlegung.

A = ( 1 2 3 0 5 4 0 10 2 ) A ¯ = ( 1 2 3 0 5 4 0 0 6 ) n = 3 , r = 3 d e f ( A ) = 0 {\displaystyle A={\begin{pmatrix}1&2&3\0円&5&4\0円&10&2\end{pmatrix}}\sim {\bar {A}}={\begin{pmatrix}1&2&3\0円&5&4\0円&0&-6\end{pmatrix}}\Rightarrow n=3,r=3\Rightarrow \mathrm {def} (A)=0} {\displaystyle A={\begin{pmatrix}1&2&3\0円&5&4\0円&10&2\end{pmatrix}}\sim {\bar {A}}={\begin{pmatrix}1&2&3\0円&5&4\0円&0&-6\end{pmatrix}}\Rightarrow n=3,r=3\Rightarrow \mathrm {def} (A)=0}
A = ( 1 2 3 0 6 4 0 3 2 ) A ¯ = ( 1 2 3 0 6 4 0 0 0 ) n = 3 , r = 2 d e f ( A ) = 1 , {\displaystyle A={\begin{pmatrix}1&2&3\0円&6&4\0円&3&2\end{pmatrix}}\sim {\bar {A}}={\begin{pmatrix}1&2&3\0円&6&4\0円&0&0\end{pmatrix}}\Rightarrow n=3,r=2\Rightarrow \mathrm {def} (A)=1,} {\displaystyle A={\begin{pmatrix}1&2&3\0円&6&4\0円&3&2\end{pmatrix}}\sim {\bar {A}}={\begin{pmatrix}1&2&3\0円&6&4\0円&0&0\end{pmatrix}}\Rightarrow n=3,r=2\Rightarrow \mathrm {def} (A)=1,}

Ein Spaltentausch war nicht notwendig, also hat die Matrix

( 1 2 0 6 0 3 ) , {\displaystyle {\begin{pmatrix}1&2\0円&6\0円&3\end{pmatrix}},} {\displaystyle {\begin{pmatrix}1&2\0円&6\0円&3\end{pmatrix}},}

die aus A {\displaystyle A} {\displaystyle A} durch Streichen der letzten Spalte entsteht, dasselbe Bild wie A {\displaystyle A} {\displaystyle A}.

A = ( 1 2 3 4 5 6 ) A ¯ = ( 1 2 3 0 3 6 ) n = 3 , r = 2 def ( A ) = 1 {\displaystyle A={\begin{pmatrix}1&2&3\4円&5&6\end{pmatrix}}\sim {\bar {A}}={\begin{pmatrix}1&2&3\0円&-3&-6\end{pmatrix}}\Rightarrow n=3,r=2\Rightarrow \operatorname {def} (A)=1} {\displaystyle A={\begin{pmatrix}1&2&3\4円&5&6\end{pmatrix}}\sim {\bar {A}}={\begin{pmatrix}1&2&3\0円&-3&-6\end{pmatrix}}\Rightarrow n=3,r=2\Rightarrow \operatorname {def} (A)=1}

Spaltentausch war wiederum nicht notwendig, also hat diese Matrix das gleiche Bild wie ( 1 2 4 5 ) . {\displaystyle {\begin{pmatrix}1&2\4円&5\end{pmatrix}}.} {\displaystyle {\begin{pmatrix}1&2\4円&5\end{pmatrix}}.}

A = ( 1 2 3 4 5 6 ) A ¯ = ( 1 2 0 2 0 0 ) n = 2 , r = 2 def ( A ) = 0 {\displaystyle A={\begin{pmatrix}1&2\3円&4\5円&6\end{pmatrix}}\sim {\bar {A}}={\begin{pmatrix}1&2\0円&-2\0円&0\end{pmatrix}}\Rightarrow n=2,r=2\Rightarrow \operatorname {def} (A)=0} {\displaystyle A={\begin{pmatrix}1&2\3円&4\5円&6\end{pmatrix}}\sim {\bar {A}}={\begin{pmatrix}1&2\0円&-2\0円&0\end{pmatrix}}\Rightarrow n=2,r=2\Rightarrow \operatorname {def} (A)=0}

Hauptartikel: Rangsatz

Der Rangsatz zeigt einen Zusammenhang zwischen dem Defekt und dem Rang rg ( f ) {\displaystyle \operatorname {rg} (f)} {\displaystyle \operatorname {rg} (f)} einer linearen Abbildung f : V W {\displaystyle f\colon V\to W} {\displaystyle f\colon V\to W}.

dim V = def ( f ) + rg ( f ) {\displaystyle \dim V=\operatorname {def} (f)+\operatorname {rg} (f)} {\displaystyle \dim V=\operatorname {def} (f)+\operatorname {rg} (f)}

Einzelnachweise

[Bearbeiten | Quelltext bearbeiten ]
  1. Michael Artin: Algebra. Birkhäuser, Basel u. a. 1998, ISBN 3-7643-5938-2, S. 123 (eingeschränkte Vorschau in der Google-Buchsuche).
Abgerufen von „https://de.wikipedia.org/w/index.php?title=Defekt_(Mathematik)&oldid=243302017"