Matrices: word problem, transition matrix

AI Thread Summary
The discussion revolves around understanding a transition matrix represented as 0.90 0.20; 0.10 0.80, which describes the loyalty and switching behavior of Tribune and Picayune readers. The user initially struggles with interpreting the matrix and performing the necessary multiplication with a 2x1 matrix representing reader counts. Clarifications reveal that the matrix is indeed 2x2, allowing for multiplication with the 2x1 matrix of reader numbers. After receiving guidance on matrix multiplication, the user confirms their understanding of the process. The conversation highlights the importance of grasping matrix operations in relation to transition matrices.
IrinaK.
Messages
33
Reaction score
0

Homework Statement


Hello!
Please, take a look at the problem described in the attached file.
The question is: Explain why the transition matrix does what we want it to do.

Homework Equations


The Attempt at a Solution


(sorry, I don't know yet how to type formulas)
I don't quite understand this transition matrix.
0.90 0.20
0.10 0.80

I assume that the first column refers to Tribune readers and second one to Picayune readers.
Then the fist row should refer to those who are loyal to T and P, respectively; and second row - to those who would like to switch.
But textbook option suggests a different view.
Please, help me to understand this matrix.

Thank you!
 

Attachments

  • Screen Shot 2014-09-23 at 12.51.22 PM.png
    Screen Shot 2014-09-23 at 12.51.22 PM.png
    64.5 KB · Views: 1,744
Physics news on Phys.org
qspeechc said:
When you multiply QX what type of matrix do you get? How do you perform the multiplication? Say QX=Y, write out what is Y.

By the way, to type in formulae, look here
https://www.physicsforums.com/threads/physics-forums-faq-and-howto.617567/#post-3977517

So for Q you would do
\begin{pmatrix} 0.90 & 0.20\\ 0.10 & 0.80 \end{pmatrix}
To see how you get that, just quote this post.

Thank you for reply. I don't understand how and why this matrix was formed in the first place (as I have stated in my questions); that is why given data is reflected in this particular manner.
As to multiplication, if I have understood that correctly, we can't multiply 2x2 matrix (which is Q in this case) by 1x1 matrix (X).
I would be grateful for the help.
Thank you!
 
X is not a 1x1 matrix, it's 2x1. X is
<br /> \begin{pmatrix}<br /> T\\<br /> P<br /> \end{pmatrix}<br />
That is, the top number is T, the number of people who get the Tribune, and the bottom number Q is the number that get the Picayune.So you can multiply Q and X, because Q is 2x2.

It looks like you need to revise matrix multiplication. How would you multiply
<br /> \begin{pmatrix}<br /> 1 &amp; 2\\<br /> 3 &amp; 4<br /> \end{pmatrix}<br />
with
<br /> \begin{pmatrix}<br /> 5\\<br /> 6<br /> \end{pmatrix}<br />
If you can do that, then you can multiply Q and X, it's just that X has letters instead of numbers
 
Yes, thank you. I've figured this out. Thank you for the help!
Just to show that I understand it now:

(17 39)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top