thereddevils
- 436
- 0
Say i have a matrix ,
\begin{bmatrix}{4}&{3}\\{-1}&{7}\end{bmatrix}+5
is it correct if i do it this way ,
\begin{bmatrix}{4}&{3}\\{-1}&{7}\end{bmatrix}+5\begin{bmatrix}{1}&{0}\\{0}&{1}\end{bmatrix}
=\begin{bmatrix}{9}&{3}\\{-1}&{12}\end{bmatrix}
is 5 a scalar = 5I where I is an identity matrix ?
\begin{bmatrix}{4}&{3}\\{-1}&{7}\end{bmatrix}+5
is it correct if i do it this way ,
\begin{bmatrix}{4}&{3}\\{-1}&{7}\end{bmatrix}+5\begin{bmatrix}{1}&{0}\\{0}&{1}\end{bmatrix}
=\begin{bmatrix}{9}&{3}\\{-1}&{12}\end{bmatrix}
is 5 a scalar = 5I where I is an identity matrix ?