I would love to learn more about those two matrices. What do they tell us,how to calculate them? Maybe in R Studio?
I was searching for some good explanations on google,but i didnt find them.
And another question,i apologize if is not in right forum...
How do i know how much dispersion can i...
I have to express $X$ in given matrix equation:
$$C^TA-XB=B^{-1}-X$$
I have done this,and i don't know if i have done it good:
$$C^TA-B^{-1}=XB-X$$
$$C^TA-B^{-1}=X(B-I)$$
$$(C^TA-B^{-1})(B-I)^{-1}=X$$
Thank you for the help and answers!
I will try it,but i can't see that this method can be shorter...again you have to test it it with Horners method. Or can you show me how to do it with my example?
I have given polynomial: $$x^3-8x^2+19x-12$$
I know how to find the roots with Horners method,i am just wondering if there is an easier and quicker way to find them? Thank you!