Matrix
Als
m
×
n
{\displaystyle m\times n}
-Matrix bezeichnet man ein rechteckiges Schema von
m
⋅
n
{\displaystyle m\cdot n}
Elementen (Zahlen, Polynome, Differentiale, etc.), die in m Zeilen und n Spalten angeordnet sind.
A
=
(
a
11
⋯
a
1
n
⋮
⋱
⋮
a
m
1
⋯
a
m
n
)
{\displaystyle A={\begin{pmatrix}a_{11}&\cdots &a_{1n}\\\vdots &\ddots &\vdots \\a_{m1}&\cdots &a_{mn}\end{pmatrix}}}
oder in Kurzform
A
=
(
a
i
j
)
{\displaystyle A=\left(a_{ij}\right)}
Eine Matrix mit nur einer Zeile oder Spalte entspricht einem Vektor.
Als i-ten Zeilenvektor bezeichnet man
z
i
=
(
a
i
1
,
a
i
2
,
…
,
a
i
n
)
{\displaystyle z_{i}=\left(a_{i1},a_{i2},\ldots ,a_{in}\right)}
Als j-ten Spaltenvektor bezeichnet man
s
j
=
(
a
1
j
a
2
j
⋮
a
m
j
)
{\displaystyle s_{j}={\begin{pmatrix}a_{1j}\\a_{2j}\\\vdots \\a_{mj}\end{pmatrix}}}
Beispiel:
A
=
(
5
7
1
−
1
0
3
)
{\displaystyle A={\begin{pmatrix}5&7&1\\-1&0&3\end{pmatrix}}}
ist eine
2
×
3
{\displaystyle 2\times 3}
- Matrix
Tauscht man in einer Matrix A Zeilen mit Spalten, so erhält man die transponierte Matrix
A
T
{\displaystyle A^{T}}
.
A
(
a
i
j
)
→
A
T
(
a
j
i
)
{\displaystyle A\left(a_{ij}\right)\rightarrow A^{T}\left(a_{ji}\right)}
Beispiel:
A
=
(
5
6
7
8
9
10
11
12
)
{\displaystyle A={\begin{pmatrix}5&6&7&8\\9&10&11&12\end{pmatrix}}}
A
T
=
(
5
9
6
10
7
11
8
12
)
{\displaystyle A^{T}={\begin{pmatrix}5&9\\6&10\\7&11\\8&12\end{pmatrix}}}
Übung: Transponieren sie die Matrix
A
T
=
(
1
0
0
1
−
6
9
0
−
1
3
1
5
0
0
0
−
2
−
8
)
{\displaystyle A^{T}={\begin{pmatrix}1&0&0&1\\-6&9&0&-1\\3&1&5&0\\0&0&-2&-8\end{pmatrix}}}
Als quadratische Matrix bezeichnet man eine
(
n
×
n
)
{\displaystyle (n\times n)}
-Matrix.
Die Diagonalmatrix ist eine quadratische Matrix. Bei einer Diagonalmatrix sind alle Werte außerhalb der Hauptdiagonalen mit 0 belegt.
(
a
11
0
⋯
0
0
a
22
⋯
0
⋮
⋮
⋱
0
0
0
⋯
a
n
n
)
=
(
δ
i
k
a
i
i
)
{\displaystyle {\begin{pmatrix}a_{11}&0&\cdots &0\\0&a_{22}&\cdots &0\\\vdots &\vdots &\ddots &0\\0&0&\cdots &a_{nn}\\\end{pmatrix}}=\left(\delta _{ik}a_{ii}\right)}
mit
δ
i
k
…
{\displaystyle \delta _{ik}\ldots }
Kronecker-Delta
Als Spur der quadratischen Matrix bezeichnet man
s
=
∑
i
=
1
n
a
i
i
{\displaystyle s=\sum _{i=1}^{n}a_{ii}}
Die Einheitsmatrix ist eine Diagonalmatrix, bei der die Hauptdiagonale mit Einsern belegt ist.
E
=
(
1
0
⋯
0
0
1
⋯
0
⋮
⋮
⋱
0
0
0
⋯
1
)
{\displaystyle E={\begin{pmatrix}1&0&\cdots &0\\0&1&\cdots &0\\\vdots &\vdots &\ddots &0\\0&0&\cdots &1\\\end{pmatrix}}}
Spezialfall:
Obere / untere Dreiecksmatrix
Def. obere Dreiecksmatrix : alle Elemente der Matrix unterhalb der Hauptdiagonale sind 0
Def. untere Dreiecksmatrix: alle Elemente der Matrix oberhalb der Hauptdiagonale sind 0
Anwendung:
kann man eine beliebige Matrix durch äquivalente Umformungen in eine der o. g. Darstellungen bringen, lässt sich auf diese Weise leicht die Determinante dieser Matrix bestimmen, da das Produkt aller Elemente von beliebigen Geraden, mit Ausnahme der Hauptdiagonale 0 ist. Die Determinante ist folglich das Produkt aller Hauptdiagonalelemente
Eine symmetrische Matrix ist eine quadratische Matrix mit
A
=
A
T
{\displaystyle A=A^{T}}
oder
(
a
i
j
)
=
(
a
j
i
)
{\displaystyle \left(a_{ij}\right)=\left(a_{ji}\right)}
Beispiel:
E
=
(
1
7
5
9
7
1
3
0
5
3
4
1
9
0
1
9
)
{\displaystyle E={\begin{pmatrix}1&7&5&9\\7&1&3&0\\5&3&4&1\\9&0&1&9\\\end{pmatrix}}}
Eine schiefsymmetrische Matrix ist eine quadratische Matrix mit
A
=
−
A
T
{\displaystyle A=-A^{T}}
oder
(
a
i
j
)
=
(
−
a
j
i
)
{\displaystyle \left(a_{ij}\right)=\left(-a_{ji}\right)}
Beispiel:
E
=
(
0
7
5
9
−
7
0
3
4
−
5
−
3
0
1
−
9
−
4
−
1
0
)
{\displaystyle E={\begin{pmatrix}0&7&5&9\\-7&0&3&4\\-5&-3&0&1\\-9&-4&-1&0\\\end{pmatrix}}}
Die Spur muss mit Nullen belegt sein.
Bei einer Nullmatrix sind alle Koeffizienten mit 0 belegt.
0
=
(
0
⋯
0
⋮
⋱
⋮
0
⋯
0
)
{\displaystyle 0={\begin{pmatrix}0&\cdots &0\\\vdots &\ddots &\vdots \\0&\cdots &0\\\end{pmatrix}}}
Eine
m
×
n
{\displaystyle m\times n}
-Matrix A ist gleich einer
r
×
s
{\displaystyle r\times s}
-Matrix B , wenn
m
=
r
{\displaystyle m=r}
und
n
=
s
{\displaystyle n=s}
a
i
j
=
b
i
j
∀
i
,
j
{\displaystyle a_{ij}=b_{ij}\quad \forall i,j}
C
=
A
±
B
=
(
a
i
j
±
b
i
j
)
{\displaystyle C=A\pm B=\left(a_{ij}\pm b_{ij}\right)}
Bedingung: Die Matrizen A und B müssen gleiche Zeilen- und Spaltenanzahl aufweisen.
Beispiel:
(
5
0
−
2
2
)
+
(
1
1
3
5
)
=
(
6
1
1
7
)
{\displaystyle {\begin{pmatrix}5&0\\-2&2\end{pmatrix}}+{\begin{pmatrix}1&1\\3&5\end{pmatrix}}={\begin{pmatrix}6&1\\1&7\end{pmatrix}}}
C
=
k
A
=
(
k
a
i
j
)
k
∈
R
{\displaystyle C=kA=\left(ka_{ij}\right)\quad k\in \mathbb {R} }
C
=
k
(
A
±
B
)
)
=
k
A
±
k
B
k
∈
R
{\displaystyle C=k\left(A\pm B)\right)=kA\pm kB\quad k\in \mathbb {R} }
C
=
(
j
±
k
)
A
=
j
A
±
k
A
j
,
k
∈
R
{\displaystyle C=\left(j\pm k\right)A=jA\pm kA\quad j,k\in \mathbb {R} }
C
=
(
j
k
)
A
=
j
(
k
A
)
=
k
(
j
A
)
j
,
k
∈
R
{\displaystyle C=\left(jk\right)A=j\left(kA\right)=k\left(jA\right)\quad j,k\in \mathbb {R} }
Beispiel:
2
(
1
0
7
4
)
=
(
2
0
14
8
)
{\displaystyle 2{\begin{pmatrix}1&0\\7&4\end{pmatrix}}={\begin{pmatrix}2&0\\14&8\end{pmatrix}}}
C
=
A
⋅
B
{\displaystyle C=A\cdot B}
c
i
k
=
∑
j
=
1
n
a
i
j
⋅
b
j
k
{\displaystyle c_{ik}=\sum _{j=1}^{n}a_{ij}\cdot b_{jk}}
Bedingung: Die Spaltenanzahl der Matrix A muss der Zeilenanzahl der Matrix B entsprechen.
Achtung! Die Matrizenmultiplikation ist nicht kommutativ!
A
⋅
B
≠
B
⋅
A
{\displaystyle A\cdot B\neq B\cdot A}
Beispiel:
(
1
2
3
4
5
6
)
⋅
(
−
1
0
−
3
8
9
−
2
)
=
(
−
1
⋅
1
−
2
⋅
3
+
3
⋅
9
0
+
2
⋅
8
−
3
⋅
2
−
4
⋅
1
−
5
⋅
3
+
6
⋅
9
0
+
5
⋅
8
−
6
⋅
2
)
=
(
20
10
35
28
)
{\displaystyle {\begin{pmatrix}1&2&3\\4&5&6\end{pmatrix}}\cdot {\begin{pmatrix}-1&0\\-3&8\\9&-2\end{pmatrix}}={\begin{pmatrix}-1\cdot 1-2\cdot 3+3\cdot 9&0+2\cdot 8-3\cdot 2\\-4\cdot 1-5\cdot 3+6\cdot 9&0+5\cdot 8-6\cdot 2\end{pmatrix}}={\begin{pmatrix}20&10\\35&28\end{pmatrix}}}
Anschaulich durchführen kann man die Matrizenmultiplikation mittels Falkschem Schema:
Beispiel:
Für quadratische Matrizen sind auch Potenzen von Matrizen definiert.
A
n
=
∏
i
=
1
n
A
{\displaystyle A^{n}=\prod _{i=1}^{n}A}
A
0
=
E
{\displaystyle A^{0}=E}
Übung: Multiplizieren sie
(
0
0
1
5
1
1
3
−
1
)
⋅
(
1
−
5
2
1
−
1
0
0
2
)
{\displaystyle {\begin{pmatrix}0&0&1&5\\1&1&3&-1\end{pmatrix}}\cdot {\begin{pmatrix}1&-5\\2&1\\-1&0\\0&2\end{pmatrix}}}
A
±
B
=
B
±
A
{\displaystyle A\pm B=B\pm A}
A
⋅
B
≠
B
⋅
A
{\displaystyle A\cdot B\neq B\cdot A}
A
⋅
E
=
E
⋅
A
=
A
{\displaystyle A\cdot E=E\cdot A=A}
(
A
⋅
B
)
T
=
B
T
⋅
A
T
{\displaystyle (A\cdot B)^{T}=B^{T}\cdot A^{T}}
A
±
B
±
C
=
(
A
±
B
)
±
C
=
A
±
(
B
±
C
)
{\displaystyle A\pm B\pm C=(A\pm B)\pm C=A\pm (B\pm C)}
A
⋅
B
⋅
C
=
(
A
⋅
B
)
⋅
C
=
A
⋅
(
B
⋅
C
)
{\displaystyle A\cdot B\cdot C=(A\cdot B)\cdot C=A\cdot (B\cdot C)}
A
⋅
(
B
±
C
)
=
A
⋅
B
±
A
⋅
C
{\displaystyle A\cdot (B\pm C)=A\cdot B\pm A\cdot C}
(
A
±
B
)
⋅
C
=
A
⋅
C
±
B
⋅
C
{\displaystyle (A\pm B)\cdot C=A\cdot C\pm B\cdot C}
Rang einer Matrix
Unter dem Zeilenrang
r
z
(
A
)
{\displaystyle r_{z}(A)}
der Matrix A versteht man die Anzahl der linear unabhängigen Zeilenvektoren der Matrix A . Unter dem Spaltenrang
r
s
(
A
)
{\displaystyle r_{s}(A)}
der Matrix A versteht man die Anzahl der linear unabhängigen Spaltenvektoren der Matrix A . Dabei gilt immer, dass
r
z
=
r
s
{\displaystyle r_{z}=r_{s}}
ist. Der Rang einer Matrix A (Rg(A) ) ist gleich dem Zeilenrang bzw. Spaltenrang der Matrix A .
Beispiel 1:
A
=
(
1
0
0
0
1
0
0
0
1
)
{\displaystyle A={\begin{pmatrix}1&0&0\\0&1&0\\0&0&1\end{pmatrix}}}
R
g
(
A
)
=
r
z
=
r
s
=
3
{\displaystyle Rg(A)=r_{z}=r_{s}=3}
Beispiel 2:
B
=
(
5
1
5
1
5
1
)
{\displaystyle B={\begin{pmatrix}5&1\\5&1\\5&1\end{pmatrix}}}
R
g
(
B
)
=
r
z
=
r
s
=
1
{\displaystyle Rg(B)=r_{z}=r_{s}=1}
Zur Berechnung des Zeilen-/Spaltenranges einer Matrix kann man folgende Umformungen durchführen,
für die Bestimmung des Zeilenranges:
Vertauschung zweier Zeilen
Multiplikation von Zeilen i mit
k
i
∈
R
{\displaystyle k_{i}\in \mathbb {R} }
Addition des k-fachen eines Zeilenvektors zu einem anderen Zeilenvektor mit
(
k
∈
R
)
{\displaystyle \left(k\in \mathbb {R} \right)}
und für die Bestimmung des Spaltenranges:
Vertauschung zweier Spalten
Multiplikation von Spalten j mit
k
j
∈
R
{\displaystyle k_{j}\in \mathbb {R} }
Addition des k-fachen eines Spaltenvektors zu einem anderen Spaltenvektor mit
(
k
∈
R
)
{\displaystyle \left(k\in \mathbb {R} \right)}
Übung: Bestimmen sie den Rang der Matrix
A
=
(
0
1
5
1
−
7
3
1
2
1
1
0
1
14
−
6
−
2
−
4
)
{\displaystyle A={\begin{pmatrix}0&1&5&1\\-7&3&1&2\\1&1&0&1\\14&-6&-2&-4\end{pmatrix}}}
Der Rang einer Matrix ist insbesondere auch für die Bestimmung der Lösbarkeit von linearen Gleichungssystemen von Interesse.
Für Matrizen, die komplexe Zahlen beinhalten, gelten die selben Regeln wie für reelle Matrizen.
Eine komplexe Matrix C kann man in zwei Matrizen A und B aufspalten
C
=
A
+
i
B
{\displaystyle C=A+iB}
Ein wunderschönes Beispiel aus der Festigkeitslehre
Bearbeiten
Die allseits bekannte und beliebte Cauchysche Formel
σ
n
=
S
⋅
n
{\displaystyle {\boldsymbol {\sigma }}_{n}=S\cdot \mathbf {n} }
mit
dem Spannungsvektor
σ
n
=
(
σ
x
σ
y
σ
z
)
{\displaystyle {\boldsymbol {\sigma }}_{n}={\begin{pmatrix}\sigma _{x}\\\sigma _{y}\\\sigma _{z}\end{pmatrix}}}
dem symmetrischen Spannungstensor (= Spannungsmatrix)
S
=
(
σ
x
x
σ
x
y
σ
x
z
σ
x
y
σ
y
y
σ
y
z
σ
x
z
σ
y
z
σ
z
z
)
{\displaystyle S={\begin{pmatrix}\sigma _{xx}&\sigma _{xy}&\sigma _{xz}\\\sigma _{xy}&\sigma _{yy}&\sigma _{yz}\\\sigma _{xz}&\sigma _{yz}&\sigma _{zz}\\\end{pmatrix}}}
und dem Normalenvektor
n
=
(
n
x
n
y
n
z
)
{\displaystyle \mathbf {n} ={\begin{pmatrix}n_{x}\\n_{y}\\n_{z}\end{pmatrix}}}
sei gegeben. Die Komponenten des Spannungsvektors sollen ermittelt werden:
allgemein
für
σ
x
x
=
50
N
/
m
m
2
{\displaystyle \sigma _{xx}=50N/mm^{2}}
,
σ
y
y
=
10
N
/
m
m
2
{\displaystyle \sigma _{yy}=10N/mm^{2}}
,
σ
z
z
=
−
10
N
/
m
m
2
{\displaystyle \sigma _{zz}=-10N/mm^{2}}
,
σ
x
y
=
20
N
/
m
m
2
{\displaystyle \sigma _{xy}=20N/mm^{2}}
,
σ
x
z
=
σ
y
z
=
0
N
/
m
m
2
{\displaystyle \sigma _{xz}=\sigma _{yz}=0N/mm^{2}}
und
n
=
(
1
;
0
,
5
;
0
,
5
)
T
{\displaystyle \mathbf {n} =(1;0,5;0,5)^{T}}
Lösung:
σ
n
=
S
⋅
n
=
(
σ
x
x
σ
x
y
σ
x
z
σ
x
y
σ
y
y
σ
y
z
σ
x
z
σ
y
z
σ
z
z
)
⋅
(
n
x
n
y
n
z
)
=
(
σ
x
x
n
x
+
σ
x
y
n
y
+
σ
x
z
n
z
σ
x
y
n
x
+
σ
y
y
n
y
+
σ
y
z
n
z
σ
x
z
n
x
+
σ
y
z
n
y
+
σ
z
z
n
z
)
=
(
σ
x
σ
y
σ
z
)
{\displaystyle {\boldsymbol {\sigma }}_{n}=S\cdot \mathbf {n} ={\begin{pmatrix}\sigma _{xx}&\sigma _{xy}&\sigma _{xz}\\\sigma _{xy}&\sigma _{yy}&\sigma _{yz}\\\sigma _{xz}&\sigma _{yz}&\sigma _{zz}\\\end{pmatrix}}\cdot {\begin{pmatrix}n_{x}\\n_{y}\\n_{z}\end{pmatrix}}={\begin{pmatrix}\sigma _{xx}n_{x}+\sigma _{xy}n_{y}+\sigma _{xz}n_{z}\\\sigma _{xy}n_{x}+\sigma _{yy}n_{y}+\sigma _{yz}n_{z}\\\sigma _{xz}n_{x}+\sigma _{yz}n_{y}+\sigma _{zz}n_{z}\\\end{pmatrix}}={\begin{pmatrix}\sigma _{x}\\\sigma _{y}\\\sigma _{z}\end{pmatrix}}}
σ
x
=
σ
x
x
n
x
+
σ
x
y
n
y
+
σ
x
z
n
z
=
50
⋅
1
+
20
⋅
0
,
5
+
0
=
60
N
/
m
m
2
{\displaystyle \sigma _{x}=\sigma _{xx}n_{x}+\sigma _{xy}n_{y}+\sigma _{xz}n_{z}=50\cdot 1+20\cdot 0,5+0=60N/mm^{2}}
σ
y
=
σ
x
y
n
x
+
σ
y
y
n
y
+
σ
y
z
n
z
=
20
⋅
1
+
10
⋅
0
,
5
+
0
=
25
N
/
m
m
2
{\displaystyle \sigma _{y}=\sigma _{xy}n_{x}+\sigma _{yy}n_{y}+\sigma _{yz}n_{z}=20\cdot 1+10\cdot 0,5+0=25N/mm^{2}}
σ
z
=
σ
x
z
n
x
+
σ
y
z
n
y
+
σ
z
z
n
z
=
0
+
0
−
10
⋅
0
,
5
=
−
5
N
/
m
m
2
{\displaystyle \sigma _{z}=\sigma _{xz}n_{x}+\sigma _{yz}n_{y}+\sigma _{zz}n_{z}=0+0-10\cdot 0,5=-5N/mm^{2}}