Math ClubMath Club
v1 · padrão canônico

Lektion 31 — Einführung in Matrizen

Matriz como tabela retangular de números. Notação, dimensões, igualdade, tipos especiais.

Used in: 1.º ano EM (15 anos) · Equiv. Math II japonês · Equiv. Klasse 10 alemã · Pré-cálculo norte-americano §11.5

A=(aij)m×n=(a11a12a1na21a22a2nam1am2amn)A = (a_{ij})_{m \times n} = \begin{pmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m1} & a_{m2} & \cdots & a_{mn} \end{pmatrix}
Choose your door

Rigorous notation, full derivation, hypotheses

Definition und Typen

Spezielle Typen

TypDefinition
Quadratischm=nm = n
Zeile1×n1 \times n
Spaltem×1m \times 1
Diagonalquadratisch mit aij=0a_{ij} = 0 für iji \neq j
Einheitsmatrix InI_nDiagonal mit aii=1a_{ii} = 1
Nullmatrix OOalle Elemente null
Obere Dreiecks-aij=0a_{ij} = 0 für i>ji > j
Untere Dreiecks-aij=0a_{ij} = 0 für i<ji < j
SymmetrischAT=AA^T = A, also aij=ajia_{ij} = a_{ji}
AntisymmetrischAT=AA^T = -A, also aij=ajia_{ij} = -a_{ji}
SkalarDiagonal mit aii=ka_{ii} = k konstant

Diagonale einer quadratischen Matrix

Die Hauptdiagonale ist {aii}\{a_{ii}\}. Spur: tr(A)=i=1naii\text{tr}(A) = \sum_{i=1}^n a_{ii}.

Bildungsgesetz

Häufig definiert man AA über die Formel aij=f(i,j)a_{ij} = f(i, j). Beispiele:

  • aij=i+ja_{ij} = i + j
  • aij=(1)i+ja_{ij} = (-1)^{i+j}
  • aij=δija_{ij} = \delta_{ij} (Kronecker-Delta — erzeugt die Einheitsmatrix)

Exercise list

46 exercises · 11 with worked solution (25%)

Application 26Understanding 6Modeling 10Challenge 3Proof 1
  1. Ex. 31.1Application
    Identifiziere die Dimension von A=(123456)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \\ 5 & 6 \end{pmatrix}. (Antw.: 3×23 \times 2.)
  2. Ex. 31.2Application
    Schreibe eine 3×33 \times 3-Einheitsmatrix.
  3. Ex. 31.3Application
    Schreibe eine Nullmatrix 2×42 \times 4.
  4. Ex. 31.4Application
    Für A=(5234)A = \begin{pmatrix} 5 & -2 \\ 3 & 4 \end{pmatrix} identifiziere a11,a12,a21,a22a_{11}, a_{12}, a_{21}, a_{22}. (Antw.: 5,2,3,45, -2, 3, 4.)
  5. Ex. 31.5ApplicationAnswer key
    Konstruiere die Matrix A2×3A_{2 \times 3} mit aij=i+ja_{ij} = i + j.
  6. Ex. 31.6ApplicationAnswer key
    Konstruiere A3×3A_{3 \times 3} mit aij=ija_{ij} = i \cdot j.
  7. Ex. 31.7ApplicationAnswer key
    Prüfe, ob A=(1223)A = \begin{pmatrix} 1 & 2 \\ 2 & 3 \end{pmatrix} symmetrisch ist. (Antw.: ja.)
  8. Ex. 31.8Application
    Prüfe, ob A=(0110)A = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} antisymmetrisch ist.
  9. Ex. 31.9ApplicationAnswer key
    Spur von (123456789)\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}. (Antw.: 1515.)
  10. Ex. 31.10Application
    Für welches xx gilt (x23x)=(5235)\begin{pmatrix} x & 2 \\ 3 & x \end{pmatrix} = \begin{pmatrix} 5 & 2 \\ 3 & 5 \end{pmatrix}?
  11. Ex. 31.11ApplicationAnswer key
    Konstruiere eine beliebige 3×33 \times 3-obere Dreiecksmatrix.
  12. Ex. 31.12Application
    Konstruiere eine 3×33 \times 3-Diagonalmatrix mit Diagonalen 2,1,52, -1, 5. Berechne die Spur. (Antw.: 66.)
  13. Ex. 31.13Application
    Identifiziere das Element a32a_{32} von (123456789)\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}. (Antw.: 88.)
  14. Ex. 31.14Application
    Für Am×nA_{m \times n} mit m=nm = n, was ist die Klasse der Matrix?
  15. Ex. 31.15ApplicationAnswer key
    Wie viele Elemente hat eine 4×54 \times 5-Matrix? (Antw.: 2020.)
  16. Ex. 31.16Application
    Konstruiere A2×2A_{2 \times 2} mit aij=(1)i+ja_{ij} = (-1)^{i+j}.
  17. Ex. 31.17Application
    Prüfe, ob (100010001)\begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} die Einheitsmatrix ist.
  18. Ex. 31.18ApplicationAnswer key
    Konstruiere A3×3A_{3 \times 3} mit aij=max(i,j)a_{ij} = \max(i, j).
  19. Ex. 31.19Application
    Entscheide: Ist (0110)\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} symmetrisch?
  20. Ex. 31.20ApplicationAnswer key
    Konstruiere 5×55 \times 5-Einheitsmatrix. Wie viele Nullen hat sie? (Antw.: 2020.)
  21. Ex. 31.21Application
    Konstruiere A3×3A_{3 \times 3} mit aij=ija_{ij} = |i - j|. Ist sie symmetrisch?
  22. Ex. 31.22Application
    Konstruiere A4×4A_{4 \times 4} mit aij=δija_{ij} = \delta_{ij} (Kronecker-Delta). Welche Matrix ist das?
  23. Ex. 31.23Application
    Wie viele Nichtnull-Elemente hat InI_n? (Antw.: nn.)
  24. Ex. 31.24Application
    Konstruiere eine untere Dreiecksmatrix 4×44 \times 4 mit aij=i+ja_{ij} = i + j falls iji \geq j.
  25. Ex. 31.25Application
    Identifiziere, ob (213150307)\begin{pmatrix} 2 & -1 & 3 \\ -1 & 5 & 0 \\ 3 & 0 & 7 \end{pmatrix} symmetrisch ist.
  26. Ex. 31.26Application
    Bestimme x,yx, y, sodass (2x35y+1)=(8357)\begin{pmatrix} 2x & 3 \\ 5 & y+1 \end{pmatrix} = \begin{pmatrix} 8 & 3 \\ 5 & 7 \end{pmatrix}. (Antw.: x=4,y=6x = 4, y = 6.)
  27. Ex. 31.27Understanding
    Zeige, dass eine symmetrische Matrix quadratisch sein muss.
  28. Ex. 31.28UnderstandingAnswer key
    Zeige, dass eine antisymmetrische Matrix Null-Diagonale hat.
  29. Ex. 31.29Understanding
    Zeige, dass für eine symmetrische Matrix AA gilt: aij=ajia_{ij} = a_{ji} für beliebige i,ji, j.
  30. Ex. 31.30Understanding
    Wie viele symmetrische 3×33 \times 3-Matrizen mit Einträgen aus {0,1}\{0, 1\} gibt es? (Antw.: 26=642^6 = 64 — 6 unabhängige Einträge.)
  31. Ex. 31.31Understanding
    Zeige, dass jede quadratische Matrix sich als Summe von symmetrischer + antisymmetrischer Matrix schreibt: A=A+AT2+AAT2A = \frac{A + A^T}{2} + \frac{A - A^T}{2}.
  32. Ex. 31.32Understanding
    Verifiziere die obige Zerlegung für A=(1425)A = \begin{pmatrix} 1 & 4 \\ 2 & 5 \end{pmatrix}.
  33. Ex. 31.33ModelingAnswer key
    Noten von 3 Schülern in 4 Fächern: Stelle eine 3×43 \times 4-Matrix mit fiktiven Daten auf.
  34. Ex. 31.34ModelingAnswer key
    Entfernungen zwischen 4 Städten: symmetrische 4×44 \times 4-Matrix mit Null-Diagonale.
  35. Ex. 31.35Modeling
    Graustufenbild 2×32 \times 3. Jedes Element zwischen 0 (schwarz) und 255 (weiß). Erstelle ein Beispiel.
  36. Ex. 31.36Modeling
    Preistabelle nach Geschäft × Produkt: Stelle eine 3×43 \times 4-Matrix auf (3 Geschäfte, 4 Produkte).
  37. Ex. 31.37Modeling
    In ML hat ein Datensatz nn Stichproben × dd Features: welche Matrixdimension?
  38. Ex. 31.38Modeling
    Lineares System {2x+3y=5xy=1\begin{cases} 2x + 3y = 5 \\ x - y = 1 \end{cases} — schreibe die Koeffizientenmatrix und die erweiterte Matrix.
  39. Ex. 31.39Modeling
    Adjazenzmatrix eines Graphen mit 4 Knoten und Kanten {1-2,2-3,3-4,1-4}\{1\text{-}2, 2\text{-}3, 3\text{-}4, 1\text{-}4\}.
  40. Ex. 31.40Modeling
    In Finance: Korrelationsmatrix 5×55 \times 5 zwischen Aktien: symmetrisch, Diagonale =1= 1. Wie viele eindeutige Werte? (Antw.: 1010.)
  41. Ex. 31.41Modeling
    In der Produktion: Kosten×Mengen-Matrix: jedes Element ist die Gesamtkosten dieser Kombination.
  42. Ex. 31.42Modeling
    In der Regelungstechnik: Zustand xR3\mathbf x \in \mathbb R^3 mit Dynamikmatrix AM3×3A \in M_{3\times 3}. Wie viele Einträge?
  43. Ex. 31.43Challenge
    Zeige, dass die Dimension des Raums symmetrischer n×nn \times n-Matrizen n(n+1)/2n(n+1)/2 ist.
  44. Ex. 31.44Challenge
    Zeige, dass die Dimension des Raums antisymmetrischer n×nn \times n-Matrizen n(n1)/2n(n-1)/2 ist.
  45. Ex. 31.45Challenge
    Konstruiere A3×3A_{3 \times 3} mit aij=(i+j2j1)a_{ij} = \binom{i+j-2}{j-1}. Erkennst du das Muster? (Pascal-Zeilen — verschobene Hilbert-Matrix.)
  46. Ex. 31.46Proof
    Beweise, dass eine zugleich symmetrische und antisymmetrische Matrix AA die Nullmatrix ist.

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.