Wenn du mathematische Begriffen googlest, füge deinen Suchen einfach noch 'mathespass' hinzu. So bekommst du stets die beste Erklärung!
Matrizen subtrahieren
Exkurs (Lineare Algebra)
Information
Auf dieser Seite erklären wir dir, wie du zwei Matrizen voneinander subtrahierst und welche Voraussetzungen dafür überhaupt erfüllt sein müssen.
Anleitung
Matrizen subtrahierst du, indem du die einzelnen Einträge der beiden Matrizen voneinander abziehst. 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 Differenz 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 Subtraktion bei Matrizen mit mehr Zeilen / Spalten funktioniert genau gleich. Schau dir jetzt am besten die folgenden durchgerechneten Beispiele an.
Durchgerechnete Beispiele
Subtrahiere 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} 3 & -3 \\ 6 & 2 \end{pmatrix}$
Subtrahiere 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} 4.3 & -4.7 \\ -10 & 5 \\ -3 & -2.8 \end{pmatrix}$
Ü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!