Bandmatrix
Mit Bandmatrix wird in der numerischen Mathematik eine Matrix bezeichnet, bei der zusätzlich zur Hauptdiagonalen nur eine bestimmte Anzahl von Nebendiagonalen Elemente ungleich null aufweist. Sind nur eine untere und eine obere Nebendiagonale ungleich null, so spricht man von Tridiagonalmatrizen. Diese Matrizen sind damit dünnbesetzte Matrizen mit einer speziellen Struktur. Bandmatrizen entstehen häufig bei der Diskretisierung von Differentialgleichungen.
Beschreibung
Seien <math>p,q \in \mathbb{N}</math> mit <math>p,q\ge 0</math>, so ist die Matrix A eine Bandmatrix der Bandbreite <math>l=p+q+1</math>, falls für ihre Elemente <math>a_{ij}</math> gilt:
- <math>a_{ij}=0</math> für <math>j+p<i</math> oder <math>i+q<j.</math>
Neben der Hauptdiagonale sind also nur p untere und q obere Nebendiagonalen besetzt.
- <math>\left(
\begin{matrix}
a_{11} & \ldots & a_{1(q+1)} & 0 & \ldots& \ldots & \ldots & 0 \\
\vdots & \ddots & & \ddots & \ddots & & & \vdots \\
a_{(p+1)1}& & \ddots & & \ddots & \ddots & & \vdots\\
0& \ddots & & \ddots & & \ddots & \ddots & \vdots \\
\vdots & \ddots & \ddots& &\ddots & & \ddots & 0 \\
\vdots & & \ddots&\ddots & & \ddots & & a_{(n-q)n} \\
\vdots & & & \ddots& \ddots& & \ddots & \vdots \\
0 & \ldots &\ldots & \ldots & 0 & a_{n(n-p)} & \ldots & a_{nn}
\end{matrix} \right)</math>
Eigenschaften
Für positiv definite Bandmatrizen bleibt die Bandstruktur in der Cholesky-Zerlegung erhalten. Verwendet man Spaltenpivotisierung zur Lösung, so gilt dies auch für die LR-Zerlegung einer regulären Bandmatrix. Dabei erhöht sich lediglich die Anzahl der Diagonalen leicht. Der Aufwand für die Berechnung reduziert sich jeweils auf <math>O(n)</math>.
Weblinks
- LP – Bandmatrizen (Definition, Sätze, Beweise, Pseudo-Code zur LU-Zerlegung)
{{#ifeq: s | p | | {{#if: 4134366-9 | |
}} }}{{#ifeq:||{{#if: | [[Kategorie:Wikipedia:GND fehlt {{#invoke:Str|left|{{{GNDCheck}}}|7}}]] }}{{#if: | {{#if: | | }} }} }}{{#if: | {{#ifeq: 0 | 2 | | }} }}{{#if: | {{#ifeq: 0 | 2 | | }} }}{{#ifeq: s | p | {{#if: 4134366-9 | | {{#if: {{#statements:P227}} | | }} }} }}{{#ifeq: s | p | {{#if: 4134366-9 | {{#if: {{#invoke:Wikidata|pageId}} | {{#if: {{#statements:P227}} | | }} }} }} }}{{#ifeq: s | p | {{#if: | | {{#if: {{#statements:P244}} | | }} }} }}{{#ifeq: s | p | {{#if: | {{#if: {{#invoke:Wikidata|pageId}} | {{#if: {{#statements:P244}} | | }} }} }} }}{{#ifeq: s | p | {{#if: | | {{#if: {{#statements:P214}} | | }} }} }}{{#ifeq: s | p | {{#if: | {{#if: {{#invoke:Wikidata|pageId}} | {{#if: {{#statements:P214}} | | }} }} }} }}Vorlage:Wikidata-Registrierung
- Wikipedia:GND fehlt
- Wikipedia:Normdaten-TYP falsch oder fehlend
- Wikipedia:GND in Wikipedia fehlt, in Wikidata vorhanden
- Wikipedia:GND in Wikipedia vorhanden, fehlt jedoch in Wikidata
- Wikipedia:LCCN in Wikipedia fehlt, in Wikidata vorhanden
- Wikipedia:LCCN in Wikipedia vorhanden, fehlt jedoch in Wikidata
- Wikipedia:VIAF in Wikipedia fehlt, in Wikidata vorhanden
- Wikipedia:VIAF in Wikipedia vorhanden, fehlt jedoch in Wikidata
- Matrix
- Numerische lineare Algebra