Rechner für Matrixaddition
Matrizen Schritt für Schritt addieren
Der Rechner bestimmt die Summe zweier Matrizen (falls möglich) und zeigt die Rechenschritte an. Er addiert Matrizen beliebiger Größe bis zu 10x10 (2x2, 3x3, 4x4 usw.).
Ihre Eingabe
Berechne $$$\left[\begin{array}{ccc}4 & 5 & 7\\2 & 1 & 0\\-1 & -2 & 1\end{array}\right] + \left[\begin{array}{ccc}2 & 3 & 0\\8 & 9 & 5\\1 & 1 & 7\end{array}\right].$$$
Lösung
$$$\left[\begin{array}{ccc}{\color{Peru}4} & {\color{Blue}5} & {\color{GoldenRod}7}\\{\color{BlueViolet}2} & {\color{DarkBlue}1} & {\color{Chartreuse}0}\\{\color{Crimson}-1} & {\color{DeepPink}-2} & {\color{DarkMagenta}1}\end{array}\right] + \left[\begin{array}{ccc}{\color{Peru}2} & {\color{Blue}3} & {\color{GoldenRod}0}\\{\color{BlueViolet}8} & {\color{DarkBlue}9} & {\color{Chartreuse}5}\\{\color{Crimson}1} & {\color{DeepPink}1} & {\color{DarkMagenta}7}\end{array}\right] = \left[\begin{array}{ccc}{\color{Peru}\left(4\right)} + {\color{Peru}\left(2\right)} & {\color{Blue}\left(5\right)} + {\color{Blue}\left(3\right)} & {\color{GoldenRod}\left(7\right)} + {\color{GoldenRod}\left(0\right)}\\{\color{BlueViolet}\left(2\right)} + {\color{BlueViolet}\left(8\right)} & {\color{DarkBlue}\left(1\right)} + {\color{DarkBlue}\left(9\right)} & {\color{Chartreuse}\left(0\right)} + {\color{Chartreuse}\left(5\right)}\\{\color{Crimson}\left(-1\right)} + {\color{Crimson}\left(1\right)} & {\color{DeepPink}\left(-2\right)} + {\color{DeepPink}\left(1\right)} & {\color{DarkMagenta}\left(1\right)} + {\color{DarkMagenta}\left(7\right)}\end{array}\right] = \left[\begin{array}{ccc}6 & 8 & 7\\10 & 10 & 5\\0 & -1 & 8\end{array}\right]$$$
Antwort
$$$\left[\begin{array}{ccc}4 & 5 & 7\\2 & 1 & 0\\-1 & -2 & 1\end{array}\right] + \left[\begin{array}{ccc}2 & 3 & 0\\8 & 9 & 5\\1 & 1 & 7\end{array}\right] = \left[\begin{array}{ccc}6 & 8 & 7\\10 & 10 & 5\\0 & -1 & 8\end{array}\right]$$$A