SOLUTION: Let D and E be the following matrices:
I don't know how to format matrices on here, so I will write the top row (horizontal) and the bottom row. These are all 2 x 2 matrices.
Question 1205107: Let D and E be the following matrices:
I don't know how to format matrices on here, so I will write the top row (horizontal) and the bottom row. These are all 2 x 2 matrices.
D dilates vectors by a factor of 3. E is the matrix [1 2][4 5].
Calculate the matrix D^-1 E[-2 1][1 4]
Sorry if the matrices are unclear. In latex, you are calculating $\[\mathbf{D}^{-1}\mathbf{E} \begin{pmatrix} -2 & 1\\ 1 & 4 \end{pmatrix}.\]$ Found 3 solutions by ikleyn, kately, math_tutor2020:Answer by ikleyn(52872) (Show Source): You can put this solution on YOUR website! .
Since D dilates vectors by the factor 3,
D = .
Hence, = .
The rest is mechanical job of multiplying matrices.
Furthermore, you should find that
I used GeoGebra's CAS feature to confirm the answer is correct. There are many similar alternatives.
To write out matrix notation on a keyboard, you could write something like as {{1,2},{3,4}} which is how GeoGebra and WolframAlpha handle matrices.
Or you can use Matlab's notation of [1,2;3,4] where the semicolon tells when to make a new row. There are probably other styles of notation.
LaTex notation is acceptable assuming it's properly formatted. The only drawback is that it might be tricky to decipher (even if someone is very familiar with LaTex); but the good news is that there are online LaTex editors to translate.
Personally a style like [1,2;3,4] should suffice.