Stochastic matrix question

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












A stochastic matrix is one which each column sum equal one.



$$P= beginbmatrix P_11 & P_12 & ldots & P_1N \
P_21 & P_22 & ldots & P_2N \
ldots & ldots & ldots & ldots \
P_N1 & P_N2 & ldots & P_NN endbmatrix$$



Show that is $P$ is a stochastic matrix. Then $P^2$ is a stochastic matrix.



Then show $P^n$ is stochastic for all postive integer N.



I am not sure how to do this I think by induction. I know stochastic is that $forall i $ $sum_j=1^Np_ij=1$







share|cite|improve this question






















  • Can you do the first part and show that the each column of $P^2$ sums to one?
    – Harto Saarinen
    Feb 2 at 20:05










  • Usually a stochastic matrix is one for which the row sums are one.
    – carmichael561
    Feb 2 at 20:07










  • Actually $sum_j=1^Np_ij=1$ says each row has sum $1$.
    – David C. Ullrich
    Feb 2 at 20:09










  • I messed up in my book it says each column sum equal one
    – Fernando Martinez
    Feb 2 at 20:10















up vote
0
down vote

favorite












A stochastic matrix is one which each column sum equal one.



$$P= beginbmatrix P_11 & P_12 & ldots & P_1N \
P_21 & P_22 & ldots & P_2N \
ldots & ldots & ldots & ldots \
P_N1 & P_N2 & ldots & P_NN endbmatrix$$



Show that is $P$ is a stochastic matrix. Then $P^2$ is a stochastic matrix.



Then show $P^n$ is stochastic for all postive integer N.



I am not sure how to do this I think by induction. I know stochastic is that $forall i $ $sum_j=1^Np_ij=1$







share|cite|improve this question






















  • Can you do the first part and show that the each column of $P^2$ sums to one?
    – Harto Saarinen
    Feb 2 at 20:05










  • Usually a stochastic matrix is one for which the row sums are one.
    – carmichael561
    Feb 2 at 20:07










  • Actually $sum_j=1^Np_ij=1$ says each row has sum $1$.
    – David C. Ullrich
    Feb 2 at 20:09










  • I messed up in my book it says each column sum equal one
    – Fernando Martinez
    Feb 2 at 20:10













up vote
0
down vote

favorite









up vote
0
down vote

favorite











A stochastic matrix is one which each column sum equal one.



$$P= beginbmatrix P_11 & P_12 & ldots & P_1N \
P_21 & P_22 & ldots & P_2N \
ldots & ldots & ldots & ldots \
P_N1 & P_N2 & ldots & P_NN endbmatrix$$



Show that is $P$ is a stochastic matrix. Then $P^2$ is a stochastic matrix.



Then show $P^n$ is stochastic for all postive integer N.



I am not sure how to do this I think by induction. I know stochastic is that $forall i $ $sum_j=1^Np_ij=1$







share|cite|improve this question














A stochastic matrix is one which each column sum equal one.



$$P= beginbmatrix P_11 & P_12 & ldots & P_1N \
P_21 & P_22 & ldots & P_2N \
ldots & ldots & ldots & ldots \
P_N1 & P_N2 & ldots & P_NN endbmatrix$$



Show that is $P$ is a stochastic matrix. Then $P^2$ is a stochastic matrix.



Then show $P^n$ is stochastic for all postive integer N.



I am not sure how to do this I think by induction. I know stochastic is that $forall i $ $sum_j=1^Np_ij=1$









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 17 at 7:09









Rodrigo de Azevedo

12.6k41751




12.6k41751










asked Feb 2 at 20:02









Fernando Martinez

3,29784076




3,29784076











  • Can you do the first part and show that the each column of $P^2$ sums to one?
    – Harto Saarinen
    Feb 2 at 20:05










  • Usually a stochastic matrix is one for which the row sums are one.
    – carmichael561
    Feb 2 at 20:07










  • Actually $sum_j=1^Np_ij=1$ says each row has sum $1$.
    – David C. Ullrich
    Feb 2 at 20:09










  • I messed up in my book it says each column sum equal one
    – Fernando Martinez
    Feb 2 at 20:10

















  • Can you do the first part and show that the each column of $P^2$ sums to one?
    – Harto Saarinen
    Feb 2 at 20:05










  • Usually a stochastic matrix is one for which the row sums are one.
    – carmichael561
    Feb 2 at 20:07










  • Actually $sum_j=1^Np_ij=1$ says each row has sum $1$.
    – David C. Ullrich
    Feb 2 at 20:09










  • I messed up in my book it says each column sum equal one
    – Fernando Martinez
    Feb 2 at 20:10
















Can you do the first part and show that the each column of $P^2$ sums to one?
– Harto Saarinen
Feb 2 at 20:05




Can you do the first part and show that the each column of $P^2$ sums to one?
– Harto Saarinen
Feb 2 at 20:05












Usually a stochastic matrix is one for which the row sums are one.
– carmichael561
Feb 2 at 20:07




Usually a stochastic matrix is one for which the row sums are one.
– carmichael561
Feb 2 at 20:07












Actually $sum_j=1^Np_ij=1$ says each row has sum $1$.
– David C. Ullrich
Feb 2 at 20:09




Actually $sum_j=1^Np_ij=1$ says each row has sum $1$.
– David C. Ullrich
Feb 2 at 20:09












I messed up in my book it says each column sum equal one
– Fernando Martinez
Feb 2 at 20:10





I messed up in my book it says each column sum equal one
– Fernando Martinez
Feb 2 at 20:10











2 Answers
2






active

oldest

votes

















up vote
1
down vote













Let $e$ be the all one-matrix, the condition for $P$ to be a stochastic matrix can be rewritten as $$e^TP=e^T.$$



Now, let me try to show that $P^2$ is a stochastic matrix.



$$e^TP^2=(e^TP)P=(e^T)P=e^TPe=e^T$$



Hence $P^2$ is stochastic.



I will leave the case for $P^n$ as an exercise.






share|cite|improve this answer



























    up vote
    0
    down vote













    Check any column of $P^2$, it's linear combination of columns of $P$, where the coefficients are again the entries of columns of $P$. Hence the sum of the entries of any column of $P^2$ is 1.






    share|cite|improve this answer




















      Your Answer




      StackExchange.ifUsing("editor", function ()
      return StackExchange.using("mathjaxEditing", function ()
      StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
      StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
      );
      );
      , "mathjax-editing");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "69"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );








       

      draft saved


      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2633270%2fstochastic-matrix-question%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote













      Let $e$ be the all one-matrix, the condition for $P$ to be a stochastic matrix can be rewritten as $$e^TP=e^T.$$



      Now, let me try to show that $P^2$ is a stochastic matrix.



      $$e^TP^2=(e^TP)P=(e^T)P=e^TPe=e^T$$



      Hence $P^2$ is stochastic.



      I will leave the case for $P^n$ as an exercise.






      share|cite|improve this answer
























        up vote
        1
        down vote













        Let $e$ be the all one-matrix, the condition for $P$ to be a stochastic matrix can be rewritten as $$e^TP=e^T.$$



        Now, let me try to show that $P^2$ is a stochastic matrix.



        $$e^TP^2=(e^TP)P=(e^T)P=e^TPe=e^T$$



        Hence $P^2$ is stochastic.



        I will leave the case for $P^n$ as an exercise.






        share|cite|improve this answer






















          up vote
          1
          down vote










          up vote
          1
          down vote









          Let $e$ be the all one-matrix, the condition for $P$ to be a stochastic matrix can be rewritten as $$e^TP=e^T.$$



          Now, let me try to show that $P^2$ is a stochastic matrix.



          $$e^TP^2=(e^TP)P=(e^T)P=e^TPe=e^T$$



          Hence $P^2$ is stochastic.



          I will leave the case for $P^n$ as an exercise.






          share|cite|improve this answer












          Let $e$ be the all one-matrix, the condition for $P$ to be a stochastic matrix can be rewritten as $$e^TP=e^T.$$



          Now, let me try to show that $P^2$ is a stochastic matrix.



          $$e^TP^2=(e^TP)P=(e^T)P=e^TPe=e^T$$



          Hence $P^2$ is stochastic.



          I will leave the case for $P^n$ as an exercise.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Feb 2 at 20:09









          Siong Thye Goh

          79.7k135299




          79.7k135299




















              up vote
              0
              down vote













              Check any column of $P^2$, it's linear combination of columns of $P$, where the coefficients are again the entries of columns of $P$. Hence the sum of the entries of any column of $P^2$ is 1.






              share|cite|improve this answer
























                up vote
                0
                down vote













                Check any column of $P^2$, it's linear combination of columns of $P$, where the coefficients are again the entries of columns of $P$. Hence the sum of the entries of any column of $P^2$ is 1.






                share|cite|improve this answer






















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  Check any column of $P^2$, it's linear combination of columns of $P$, where the coefficients are again the entries of columns of $P$. Hence the sum of the entries of any column of $P^2$ is 1.






                  share|cite|improve this answer












                  Check any column of $P^2$, it's linear combination of columns of $P$, where the coefficients are again the entries of columns of $P$. Hence the sum of the entries of any column of $P^2$ is 1.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Feb 2 at 20:26









                  Ranveer Singh

                  19919




                  19919






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2633270%2fstochastic-matrix-question%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      這個網誌中的熱門文章

                      Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

                      Why am i infinitely getting the same tweet with the Twitter Search API?

                      Carbon dioxide