Respuesta :
The question is missing parts. Here is the complete question.
Let M = [tex]\left[\begin{array}{cc}6&5\\-1&-4\end{array}\right][/tex]. Find [tex]c_{1}[/tex] and [tex]c_{2}[/tex] such that [tex]M^{2}+c_{1}M+c_{2}I_{2}=0[/tex], where [tex]I_{2}[/tex] is the identity 2x2 matrix and 0 is the zero matrix of appropriate dimension.
Answer: [tex]c_{1} = \frac{-16}{10}[/tex]
[tex]c_{2}=\frac{-214}{10}[/tex]
Step-by-step explanation: Identity matrix is a sqaure matrix that has 1's along the main diagonal and 0 everywhere else. So, a 2x2 identity matrix is:
[tex]\left[\begin{array}{cc}1&0\\0&1\end{array}\right][/tex]
[tex]M^{2} = \left[\begin{array}{cc}6&5\\-1&-4\end{array}\right]\left[\begin{array}{cc}6&5\\-1&-4\end{array}\right][/tex]
[tex]M^{2}=\left[\begin{array}{cc}31&10\\-2&15\end{array}\right][/tex]
Solving equation:
[tex]\left[\begin{array}{cc}31&10\\-2&15\end{array}\right]+c_{1}\left[\begin{array}{cc}6&5\\-1&-4\end{array}\right] +c_{2}\left[\begin{array}{cc}1&0\\0&1\end{array}\right] =\left[\begin{array}{cc}0&0\\0&0\end{array}\right][/tex]
Multiplying a matrix and a scalar results in all the terms of the matrix multiplied by the scalar. You can only add matrices of the same dimensions.
So, the equation is:
[tex]\left[\begin{array}{cc}31&10\\-2&15\end{array}\right]+\left[\begin{array}{cc}6c_{1}&5c_{1}\\-1c_{1}&-4c_{1}\end{array}\right] +\left[\begin{array}{cc}c_{2}&0\\0&c_{2}\end{array}\right] =\left[\begin{array}{cc}0&0\\0&0\end{array}\right][/tex]
And the system of equations is:
[tex]6c_{1}+c_{2} = -31\\-4c_{1}+c_{2} = -15[/tex]
There are several methods to solve this system. One of them is to multiply the second equation to -1 and add both equations:
[tex]6c_{1}+c_{2} = -31\\(-1)*-4c_{1}+c_{2} = -15*(-1)[/tex]
[tex]6c_{1}+c_{2} = -31\\4c_{1}-c_{2} = 15[/tex]
[tex]10c_{1} = -16[/tex]
[tex]c_{1} = \frac{-16}{10}[/tex]
With [tex]c_{1}[/tex], substitute in one of the equations and find [tex]c_{2}[/tex]:
[tex]6c_{1}+c_{2}=-31[/tex]
[tex]c_{2}=-31-6(\frac{-16}{10} )[/tex]
[tex]c_{2}=-31+(\frac{96}{10} )[/tex]
[tex]c_{2}=\frac{-310+96}{10}[/tex]
[tex]c_{2}=\frac{-214}{10}[/tex]
For the equation, [tex]c_{1} = \frac{-16}{10}[/tex] and [tex]c_{2}=\frac{-214}{10}[/tex]