Math ClubMath Club
v1 · padrão canônico

Lektion 32 — Operationen mit Matrizen

Addition, Skalar-Multiplikation, Matrixprodukt. Die Multiplikation als Komposition linearer Abbildungen.

Used in: 1.º ano EM (álgebra linear elementar) · Equiv. Math I japonês cap. matrizes · Equiv. Klasse 11 alemã (Matrizen)

(AB)ij=k=1naikbkj(AB)_{ij} = \sum_{k=1}^{n} a_{ik} b_{kj}
Choose your door

Rigorous notation, full derivation, hypotheses

Operationen

Summe und Differenz

Für Matrizen gleicher Dimension: (A+B)ij=aij+bij(A + B)_{ij} = a_{ij} + b_{ij}

Skalare Multiplikation

(αA)ij=αaij(\alpha A)_{ij} = \alpha \cdot a_{ij}

Matrixprodukt

Definiert nur, wenn die Spaltenanzahl von AA = Zeilenanzahl von BB: Am×nBn×p=(AB)m×pA_{m \times n} \cdot B_{n \times p} = (AB)_{m \times p}

(AB)ij=k=1naikbkj\boxed{(AB)_{ij} = \sum_{k=1}^n a_{ik} b_{kj}}

Eigenschaften

OperationEigenschaft
Summekommutativ, assoziativ, Identität OO
Skalardistributiv: α(A+B)=αA+αB\alpha(A+B) = \alpha A + \alpha B
Produktassoziativ: (AB)C=A(BC)(AB)C = A(BC)
Produktdistributiv: A(B+C)=AB+ACA(B+C) = AB + AC
ProduktNICHT kommutativ im Allgemeinen
EinheitAI=IA=AAI = IA = A
NullAO=OA=OAO = OA = O

Warum das Matrixprodukt „seltsam" ist

Weil es der Komposition linearer Abbildungen entspricht: zuerst BB und dann AA anzuwenden ist dasselbe wie ABAB anzuwenden. Die Reihenfolge zählt, weil die Komposition zählt.

Potenzen

An=AAAA^n = A \cdot A \cdots A (nn-mal), A0=IA^0 = I. Nur für quadratische Matrizen definiert.

Exercise list

46 exercises · 11 with worked solution (25%)

Application 27Understanding 5Modeling 10Challenge 3Proof 1
  1. Ex. 32.1Application
    Berechne (1234)+(5102)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} + \begin{pmatrix} 5 & -1 \\ 0 & 2 \end{pmatrix}. (Antw.: (6136)\begin{pmatrix} 6 & 1 \\ 3 & 6 \end{pmatrix}.)
  2. Ex. 32.2ApplicationAnswer key
    Berechne 3(2110)3 \cdot \begin{pmatrix} 2 & 1 \\ -1 & 0 \end{pmatrix}.
  3. Ex. 32.3Application
    Berechne (1234)(5678)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \cdot \begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix}. (Antw.: (19224350)\begin{pmatrix} 19 & 22 \\ 43 & 50 \end{pmatrix}.)
  4. Ex. 32.4Application
    Berechne (1234)(1001)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \cdot \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} — was ergibt sich?
  5. Ex. 32.5ApplicationAnswer key
    Berechne (1234)(0000)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \cdot \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}.
  6. Ex. 32.6Application
    Multipliziere eine 2×32 \times 3-Matrix mit einer 3×23 \times 2 — welche Dimension hat das Ergebnis? (Antw.: 2×22 \times 2.)
  7. Ex. 32.7Application
    Berechne (123456)(789)\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{pmatrix} \cdot \begin{pmatrix} 7 \\ 8 \\ 9 \end{pmatrix}. (Antw.: (50122)\begin{pmatrix} 50 \\ 122 \end{pmatrix}.)
  8. Ex. 32.8Application
    Verifiziere ABBAAB \neq BA für A=(1101)A = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}, B=(1011)B = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}.
  9. Ex. 32.9ApplicationAnswer key
    A2A^2 für A=(0110)A = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}. (Antw.: II.)
  10. Ex. 32.10Application
    Berechne (A+B)2(A + B)^2 und (A2+2AB+B2)(A^2 + 2AB + B^2). Wann gleich? (Wenn AB=BAAB = BA.)
  11. Ex. 32.11Application
    Berechne (1234)2\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}^2.
  12. Ex. 32.12Application
    Multipliziere (cosθsinθsinθcosθ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix} mit (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}. (Antw.: (cosθ,sinθ)T(\cos\theta, \sin\theta)^T.)
  13. Ex. 32.13ApplicationAnswer key
    Berechne das Produkt (1000)(0001)\begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} \cdot \begin{pmatrix} 0 & 0 \\ 0 & 1 \end{pmatrix}.
  14. Ex. 32.14Application
    Verifiziere die Distributivität: A(B+C)=AB+ACA(B+C) = AB + AC für A=(1201)A = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix} und B,CB, C deiner Wahl.
  15. Ex. 32.15Application
    Für A2×3A_{2 \times 3} und B3×4B_{3 \times 4}, Dimension von ABAB? Und von BABA? (BABA existiert nicht.)
  16. Ex. 32.16Application
    Berechne (2003)(45)\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix} \cdot \begin{pmatrix} 4 \\ 5 \end{pmatrix}.
  17. Ex. 32.17ApplicationAnswer key
    Zeige, dass das Produkt zweier Diagonalmatrizen diagonal ist — explizit berechnen.
  18. Ex. 32.18Application
    Berechne (1201)3\begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}^3.
  19. Ex. 32.19Application
    Berechne (1101)n\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}^n — finde die allgemeine Formel in Abhängigkeit von nn. (Antw.: (1n01)\begin{pmatrix} 1 & n \\ 0 & 1 \end{pmatrix}.)
  20. Ex. 32.20ApplicationAnswer key
    Für welche A2×2A_{2\times 2} gilt A2=AA^2 = A? (Idempotent — Projektion.) Gib zwei Beispiele.
  21. Ex. 32.21Application
    Berechne (2134)(1012)\begin{pmatrix} 2 & -1 \\ 3 & 4 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ -1 & 2 \end{pmatrix}.
  22. Ex. 32.22Application
    Berechne (123)(456)\begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix} \begin{pmatrix} 4 & 5 & 6 \end{pmatrix} — äußeres Produkt, Dimension 3×33 \times 3.
  23. Ex. 32.23ApplicationAnswer key
    Berechne (456)(123)\begin{pmatrix} 4 & 5 & 6 \end{pmatrix} \begin{pmatrix} 1 \\ 2 \\ 3 \end{pmatrix} — Skalarprodukt, Dimension 1×11 \times 1. (Antw.: 3232.)
  24. Ex. 32.24Application
    Berechne A4A^4 für A=(0110)A = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}. (Antw.: II.)
  25. Ex. 32.25Application
    Finde A2A^2 für A=(010001000)A = \begin{pmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{pmatrix}. Und A3A^3? (Nilpotent.)
  26. Ex. 32.26Application
    Verifiziere (AB)T=BTAT(AB)^T = B^T A^T für A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}, B=(0110)B = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}.
  27. Ex. 32.27Application
    Berechne (cosαsinαsinαcosα)(cosβsinβsinβcosβ)\begin{pmatrix} \cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha \end{pmatrix} \begin{pmatrix} \cos\beta & -\sin\beta \\ \sin\beta & \cos\beta \end{pmatrix} — verifiziere, dass die Drehung um α+β\alpha + \beta resultiert.
  28. Ex. 32.28Understanding
    Zeige, dass die Multiplikation mit der Einheitsmatrix nichts ändert. (Direkt aus der Definition.)
  29. Ex. 32.29Understanding
    Zeige, dass die Multiplikation mit der Nullmatrix die Nullmatrix ergibt.
  30. Ex. 32.30Understanding
    Zeige, dass das Produkt zweier Diagonalmatrizen AA und BB wieder eine Diagonalmatrix ist und dass die Diagonalelemente sich multiplizieren.
  31. Ex. 32.31UnderstandingAnswer key
    Zeige: Sind AA und BB obere Dreiecksmatrizen, so ist auch ABAB eine obere Dreiecksmatrix.
  32. Ex. 32.32Understanding
    Zeige tr(AB)=tr(BA)\text{tr}(AB) = \text{tr}(BA) auch wenn ABBAAB \neq BA.
  33. Ex. 32.33Modeling
    In einer Mannschaft erzielen Spieler Tore GG und Vorlagen AA. Punkte: Tor ×3\times 3 + Vorlage ×1\times 1. Modelliere als Matrixprodukt.
  34. Ex. 32.34Modeling
    In einem neuronalen Netz: Schicht y=Wx+b\mathbf{y} = W\mathbf{x} + \mathbf{b}. Für WM10×5W \in M_{10 \times 5}, welche Dimension hat x\mathbf x und y\mathbf y?
  35. Ex. 32.35Modeling
    Markov-Kette: Verteilung π\pi' = πP\pi P. Wenn π=(0,5,0,5)\pi = (0{,}5, 0{,}5) und P=(0,90,10,20,8)P = \begin{pmatrix} 0{,}9 & 0{,}1 \\ 0{,}2 & 0{,}8 \end{pmatrix}, berechne π\pi'.
  36. Ex. 32.36Modeling
    Drehung in der Ebene: (cosθsinθsinθcosθ)(xy)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix} \cdot \begin{pmatrix} x \\ y \end{pmatrix} dreht (x,y)(x, y) um θ\theta. Wende auf (1,0)(1, 0) mit θ=π/2\theta = \pi/2 an.
  37. Ex. 32.37ModelingAnswer key
    PageRank iteriert vn+1=Mvn\mathbf v_{n+1} = M \mathbf v_n mit stochastischem MM. Wozu dient der Eigenvektor von MM?
  38. Ex. 32.38Modeling
    In CG: 2D-affine Transformation T(x)=Ax+tT(\mathbf x) = A\mathbf x + \mathbf t. Wie als 3×33\times 3-Matrix angewendet auf (x,y,1)T(x, y, 1)^T darstellen?
  39. Ex. 32.39ModelingAnswer key
    In der Ökonomie: Input-Output-Matrix x=Ax+d\mathbf x = A\mathbf x + \mathbf dx=(IA)1d\mathbf x = (I-A)^{-1}\mathbf d. Welcher Berechnungsaufwand?
  40. Ex. 32.40ModelingAnswer key
    In der Finanzwelt: Renditen r=Rw\mathbf r = R \mathbf w, wobei RR die Asset×Szenario-Renditematrix ist. Modelliere.
  41. Ex. 32.41Modeling
    RGB-Bild H×W×3H \times W \times 3. Umwandlung in Graustufen: g=0,299r+0,587g+0,114bg = 0{,}299 r + 0{,}587 g + 0{,}114 b. Wie als Matrixprodukt ausdrücken?
  42. Ex. 32.42Modeling
    In der Regelung: System xk+1=Axk+Buk\mathbf x_{k+1} = A\mathbf x_k + B\mathbf u_k. Nach 3 Schritten x3\mathbf x_3 als Funktion von x0,u0,u1,u2\mathbf x_0, \mathbf u_0, \mathbf u_1, \mathbf u_2.
  43. Ex. 32.43Challenge
    Finde A0A \neq 0 und B0B \neq 0 mit AB=0AB = 0 (matrizielle Nullteiler).
  44. Ex. 32.44Challenge
    Finde AIA \neq I mit A2=IA^2 = I (nicht-triviale Involution).
  45. Ex. 32.45Challenge
    Zeige, dass für quadratische A,BA, B mit AB=IAB = I auch BA=IBA = I gilt (nicht trivial — hängt von der Endlichkeit der Dimension ab).
  46. Ex. 32.46Proof
    Beweise die Assoziativität: (AB)C=A(BC)(AB)C = A(BC) über k\sum_k und Vertauschung der Summenreihenfolge.

Quellen

Updated on 2026-04-30 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.