Wenn du mathematische Begriffen googlest, füge deinen Suchen einfach noch 'mathespass' hinzu. So bekommst du stets die beste Erklärung!
Matrizen addieren
Exkurs (Lineare Algebra)
Information
Auf dieser Seite erklären wir dir, wie du zwei Matrizen addierst und welche Voraussetzungen dafür überhaupt erfüllt sein müssen.
Anleitung
Matrizen addierst du, indem du die einzelnen Einträge der beiden Matrizen zusammenrechnest. Schau dir hierfür am besten folgendes Beispiel an und präge es dir ein:
$ A = \begin{pmatrix} \color{red}{a_{11}} & \color{blue}{a_{12}} \\ \color{green}{a_{21}} & \color{orange}{a_{22}} \end{pmatrix} $ und $ B = \begin{pmatrix} \color{red}{b_{11}} & \color{blue}{b_{12}} \\ \color{green}{b_{21}} & \color{orange}{b_{22}} \end{pmatrix} $
Die Summe ergibt sich nun durch:
$\begin{pmatrix} \color{red}{a_{11}} & \color{blue}{a_{12}} \\ \color{green}{a_{21}} & \color{orange}{a_{22}} \end{pmatrix} + \begin{pmatrix} \color{red}{b_{11}} & \color{blue}{b_{12}} \\ \color{green}{b_{21}} & \color{orange}{b_{22}} \end{pmatrix} = \begin{pmatrix} \color{red}{a_{11}} + \color{red}{b_{11}} & \color{blue}{a_{12}} + \color{blue}{b_{12}} \\ \color{green}{a_{21}} + \color{green}{b_{21}} & \color{orange}{a_{22}} + \color{orange}{b_{22}} \end{pmatrix} $
Die Addition bei Matrizen mit mehr Zeilen / Spalten funktioniert genau gleich. Schau dir jetzt am besten die folgenden durchgerechneten Beispiele an.
Durchgerechnete Beispiele
Addiere die Matrizen
$ A = \begin{pmatrix} 4 & -5 \\ 6 & -1 \end{pmatrix} $ und $ B = \begin{pmatrix} 1 & -2 \\ 0 & -3 \end{pmatrix} $.
Die Lösung:
$\begin{pmatrix} \color{red}{4} & \color{blue}{-5} \\ \color{green}{6} & \color{orange}{-1} \end{pmatrix} + \begin{pmatrix} \color{red}{1} & \color{blue}{-2} \\ \color{green}{0} & \color{orange}{-3} \end{pmatrix} = \begin{pmatrix} \color{red}{4} + \color{red}{1} & \color{blue}{-5} + \color{blue}{(-2)} \\ \color{green}{6} + \color{green}{0} & \color{orange}{-1} + \color{orange}{(-3)} \end{pmatrix} = \begin{pmatrix} 5 & -7 \\ 6 & -4 \end{pmatrix}$
Addiere die Matrizen
$ A = \begin{pmatrix} 1.3 & -2.7 \\ -6 & 4 \\ -3 & 7 \end{pmatrix} $ und $ B = \begin{pmatrix} -3 & 2 \\ 4 & -1 \\ 0 & 9.8 \end{pmatrix} $.
Die Lösung:
$\begin{pmatrix} \color{red}{1.3} & \color{blue}{-2.7} \\ \color{green}{-6} & \color{orange}{4} \\ \color{purple}{-3} & \color{lightblue}{7} \end{pmatrix} + \begin{pmatrix} \color{red}{-3} & \color{blue}{2} \\ \color{green}{4} & \color{orange}{-1} \\ \color{purple}{0} & \color{lightblue}{9.8} \end{pmatrix} = \begin{pmatrix} \color{red}{1.3} + \color{red}{(-3)} & \color{blue}{-2.7} + \color{blue}{2} \\ \color{green}{-6} + \color{green}{4} & \color{orange}{4} + \color{orange}{(-1)} \\ \color{purple}{-3} + \color{purple}{0} & \color{lightblue}{7} + \color{lightblue}{9.8} \end{pmatrix} = \begin{pmatrix} -1.7 & -0.7 \\ -2 & 3 \\ -3 & 16.8 \end{pmatrix}$
Weiterführende Informationen
Die Matrizenaddition bildet eine additive Gruppe. Dabei ist das neutrale Element die Nullmatrix.
Über die Autoren dieser Seite
Unsere Seiten werden von einem Team aus Experten erstellt, gepflegt sowie verwaltet. Wir sind alle Mathematiker und Lehrer mit abgeschlossenem Studium und wissen, worauf es bei mathematischen Erklärungen ankommt. Deshalb erstellen wir Infoseiten, programmieren Rechner und erstellen interaktive Beispiele, damit dir Mathematik noch begreifbarer gemacht werden kann. Dich interessiert unser Projekt? Dann melde dich bei admin@mathespass.at!