How to calculate row sums of a power of a matrix











up vote
2
down vote

favorite
1












Let $P $ be an $ntimes n$ matrix whose row sums $=1$.Then how to calculate the row sums of $P^m$ where $m $ is a positive integer?










share|cite|improve this question






















  • Do you mean that the sum of each row is equal to $1$?
    – shooting-squirrel
    Oct 20 '14 at 3:21










  • What kind of entries does P have?i.e. real, complex, integers?
    – shooting-squirrel
    Oct 20 '14 at 3:21










  • entries are real and the row sums=1 means each row adds to 1
    – Learnmore
    Oct 20 '14 at 3:23










  • So all the values on a row, added up, equal to $1$?
    – shooting-squirrel
    Oct 20 '14 at 3:24










  • Yes all the values on a row, added up, equal to 1
    – Learnmore
    Oct 20 '14 at 3:43















up vote
2
down vote

favorite
1












Let $P $ be an $ntimes n$ matrix whose row sums $=1$.Then how to calculate the row sums of $P^m$ where $m $ is a positive integer?










share|cite|improve this question






















  • Do you mean that the sum of each row is equal to $1$?
    – shooting-squirrel
    Oct 20 '14 at 3:21










  • What kind of entries does P have?i.e. real, complex, integers?
    – shooting-squirrel
    Oct 20 '14 at 3:21










  • entries are real and the row sums=1 means each row adds to 1
    – Learnmore
    Oct 20 '14 at 3:23










  • So all the values on a row, added up, equal to $1$?
    – shooting-squirrel
    Oct 20 '14 at 3:24










  • Yes all the values on a row, added up, equal to 1
    – Learnmore
    Oct 20 '14 at 3:43













up vote
2
down vote

favorite
1









up vote
2
down vote

favorite
1






1





Let $P $ be an $ntimes n$ matrix whose row sums $=1$.Then how to calculate the row sums of $P^m$ where $m $ is a positive integer?










share|cite|improve this question













Let $P $ be an $ntimes n$ matrix whose row sums $=1$.Then how to calculate the row sums of $P^m$ where $m $ is a positive integer?







matrices soft-question






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Oct 20 '14 at 3:17









Learnmore

17.5k32494




17.5k32494












  • Do you mean that the sum of each row is equal to $1$?
    – shooting-squirrel
    Oct 20 '14 at 3:21










  • What kind of entries does P have?i.e. real, complex, integers?
    – shooting-squirrel
    Oct 20 '14 at 3:21










  • entries are real and the row sums=1 means each row adds to 1
    – Learnmore
    Oct 20 '14 at 3:23










  • So all the values on a row, added up, equal to $1$?
    – shooting-squirrel
    Oct 20 '14 at 3:24










  • Yes all the values on a row, added up, equal to 1
    – Learnmore
    Oct 20 '14 at 3:43


















  • Do you mean that the sum of each row is equal to $1$?
    – shooting-squirrel
    Oct 20 '14 at 3:21










  • What kind of entries does P have?i.e. real, complex, integers?
    – shooting-squirrel
    Oct 20 '14 at 3:21










  • entries are real and the row sums=1 means each row adds to 1
    – Learnmore
    Oct 20 '14 at 3:23










  • So all the values on a row, added up, equal to $1$?
    – shooting-squirrel
    Oct 20 '14 at 3:24










  • Yes all the values on a row, added up, equal to 1
    – Learnmore
    Oct 20 '14 at 3:43
















Do you mean that the sum of each row is equal to $1$?
– shooting-squirrel
Oct 20 '14 at 3:21




Do you mean that the sum of each row is equal to $1$?
– shooting-squirrel
Oct 20 '14 at 3:21












What kind of entries does P have?i.e. real, complex, integers?
– shooting-squirrel
Oct 20 '14 at 3:21




What kind of entries does P have?i.e. real, complex, integers?
– shooting-squirrel
Oct 20 '14 at 3:21












entries are real and the row sums=1 means each row adds to 1
– Learnmore
Oct 20 '14 at 3:23




entries are real and the row sums=1 means each row adds to 1
– Learnmore
Oct 20 '14 at 3:23












So all the values on a row, added up, equal to $1$?
– shooting-squirrel
Oct 20 '14 at 3:24




So all the values on a row, added up, equal to $1$?
– shooting-squirrel
Oct 20 '14 at 3:24












Yes all the values on a row, added up, equal to 1
– Learnmore
Oct 20 '14 at 3:43




Yes all the values on a row, added up, equal to 1
– Learnmore
Oct 20 '14 at 3:43










3 Answers
3






active

oldest

votes

















up vote
3
down vote



accepted










The row sums of any power of $P$ are always 1. To see this, write $[P]_{ij}:=p_{ij}$. Then



$$[P^2]_{ij}=sum_{k}^np_{ik}p_{kj}$$



and



$$sum_{j=1}^n[P^2]_{ij}=sum_{j=1}^nsum_{k=1}^np_{ik}p_{kj}=sum_{k=1}^np_{ik}sum_{j=1}^np_{kj}=sum_{k=1}^np_{ik}cdot 1=1.$$



Then the result for $P^m$ follows by induction.






share|cite|improve this answer























  • @shooting-squirrel: The row sums are equal to 1, meaning that for any $i$, $sum_{j=1}^np_{ij}=1$. What is unclear about this?
    – Alex R.
    Oct 20 '14 at 3:42










  • Sorry, my mistake.
    – shooting-squirrel
    Oct 20 '14 at 3:49




















up vote
0
down vote













A generalization: if $P$ and $Q$ are two such matrices, the rows of $PQ$ also sum to $1$. For with



$P = [p_{ij}] tag{1}$



and



$Q = [q_{ij}] tag{2}$



with



$sum_j p_{ij} = sum_j q_{ij} = 1, tag{3}$



then



$sum_k (PQ)_{ik} = sum_k sum_j p_{ij}q_{jk} = sum_j sum_k p_{ij} q_{jk} = sum_j p_{ij} sum_k q_{jk} = sum_j p_{ij} = 1. tag{4}$



From this it follows, via a simple induction, that if $P_l$, $1 le l le m$, are $m$ such matrices, then



$sum_j (prod_1^m P_l)_{ij} = 1, tag{5}$



for clearly if (5) holds for some $m$, then taking $P = prod_1^m P_l$ and $Q = P_{m + 1}$ we may apply (4) to conclude that the row sums of $prod_1^{m + 1} P_l$ are also $1$; (4) forms a base for the induction. Now taking $P_l = P$, $1 le l le m$ for any $m$ yields the specific result requested in the text of the question:



$sum_j (P^m)_{ij} = 1. tag{6}$



QED.



Note: While were on the theme of generalization, it should be observed that the entries of the $P_l$ may be taken $Bbb Z$, $Bbb Q$, $Bbb R$, or $Bbb C$, and the result will bind. Leaping further, the assertion proved here holds as long as the entries of the $P_l$ are taken from any unital ring $R$, commutative or not, from $Bbb Z_2$ to $B(X)$, the set of bounded operators on a Banach space $X$ and beyond, as long as ring $R$ has a unit, these matrices may be taking from any $M_n(R)$, and as long as the $P_l$ satisfy



$sum_j (P_l)_{ij} = 1_R, tag{7}$



so will their product. A result of quite broad scope, indeed! End of Note.



Hope this helps. Cheerio,



and as ever,



Fiat Lux!!!






share|cite|improve this answer




























    up vote
    0
    down vote













    Since every row of $P$ sums to $1$, $v=[1,1,...,1]^T$ is an eigenvector of $P$ with eigenvalue $1$. Thus $Pv=vimplies P^2v=P(Pv)=Pv=v implies P^mv=v$, thus every row of $P^m$ sums to $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: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      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%2f981922%2fhow-to-calculate-row-sums-of-a-power-of-a-matrix%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      3
      down vote



      accepted










      The row sums of any power of $P$ are always 1. To see this, write $[P]_{ij}:=p_{ij}$. Then



      $$[P^2]_{ij}=sum_{k}^np_{ik}p_{kj}$$



      and



      $$sum_{j=1}^n[P^2]_{ij}=sum_{j=1}^nsum_{k=1}^np_{ik}p_{kj}=sum_{k=1}^np_{ik}sum_{j=1}^np_{kj}=sum_{k=1}^np_{ik}cdot 1=1.$$



      Then the result for $P^m$ follows by induction.






      share|cite|improve this answer























      • @shooting-squirrel: The row sums are equal to 1, meaning that for any $i$, $sum_{j=1}^np_{ij}=1$. What is unclear about this?
        – Alex R.
        Oct 20 '14 at 3:42










      • Sorry, my mistake.
        – shooting-squirrel
        Oct 20 '14 at 3:49

















      up vote
      3
      down vote



      accepted










      The row sums of any power of $P$ are always 1. To see this, write $[P]_{ij}:=p_{ij}$. Then



      $$[P^2]_{ij}=sum_{k}^np_{ik}p_{kj}$$



      and



      $$sum_{j=1}^n[P^2]_{ij}=sum_{j=1}^nsum_{k=1}^np_{ik}p_{kj}=sum_{k=1}^np_{ik}sum_{j=1}^np_{kj}=sum_{k=1}^np_{ik}cdot 1=1.$$



      Then the result for $P^m$ follows by induction.






      share|cite|improve this answer























      • @shooting-squirrel: The row sums are equal to 1, meaning that for any $i$, $sum_{j=1}^np_{ij}=1$. What is unclear about this?
        – Alex R.
        Oct 20 '14 at 3:42










      • Sorry, my mistake.
        – shooting-squirrel
        Oct 20 '14 at 3:49















      up vote
      3
      down vote



      accepted







      up vote
      3
      down vote



      accepted






      The row sums of any power of $P$ are always 1. To see this, write $[P]_{ij}:=p_{ij}$. Then



      $$[P^2]_{ij}=sum_{k}^np_{ik}p_{kj}$$



      and



      $$sum_{j=1}^n[P^2]_{ij}=sum_{j=1}^nsum_{k=1}^np_{ik}p_{kj}=sum_{k=1}^np_{ik}sum_{j=1}^np_{kj}=sum_{k=1}^np_{ik}cdot 1=1.$$



      Then the result for $P^m$ follows by induction.






      share|cite|improve this answer














      The row sums of any power of $P$ are always 1. To see this, write $[P]_{ij}:=p_{ij}$. Then



      $$[P^2]_{ij}=sum_{k}^np_{ik}p_{kj}$$



      and



      $$sum_{j=1}^n[P^2]_{ij}=sum_{j=1}^nsum_{k=1}^np_{ik}p_{kj}=sum_{k=1}^np_{ik}sum_{j=1}^np_{kj}=sum_{k=1}^np_{ik}cdot 1=1.$$



      Then the result for $P^m$ follows by induction.







      share|cite|improve this answer














      share|cite|improve this answer



      share|cite|improve this answer








      edited Oct 20 '14 at 3:43

























      answered Oct 20 '14 at 3:24









      Alex R.

      24.7k12352




      24.7k12352












      • @shooting-squirrel: The row sums are equal to 1, meaning that for any $i$, $sum_{j=1}^np_{ij}=1$. What is unclear about this?
        – Alex R.
        Oct 20 '14 at 3:42










      • Sorry, my mistake.
        – shooting-squirrel
        Oct 20 '14 at 3:49




















      • @shooting-squirrel: The row sums are equal to 1, meaning that for any $i$, $sum_{j=1}^np_{ij}=1$. What is unclear about this?
        – Alex R.
        Oct 20 '14 at 3:42










      • Sorry, my mistake.
        – shooting-squirrel
        Oct 20 '14 at 3:49


















      @shooting-squirrel: The row sums are equal to 1, meaning that for any $i$, $sum_{j=1}^np_{ij}=1$. What is unclear about this?
      – Alex R.
      Oct 20 '14 at 3:42




      @shooting-squirrel: The row sums are equal to 1, meaning that for any $i$, $sum_{j=1}^np_{ij}=1$. What is unclear about this?
      – Alex R.
      Oct 20 '14 at 3:42












      Sorry, my mistake.
      – shooting-squirrel
      Oct 20 '14 at 3:49






      Sorry, my mistake.
      – shooting-squirrel
      Oct 20 '14 at 3:49












      up vote
      0
      down vote













      A generalization: if $P$ and $Q$ are two such matrices, the rows of $PQ$ also sum to $1$. For with



      $P = [p_{ij}] tag{1}$



      and



      $Q = [q_{ij}] tag{2}$



      with



      $sum_j p_{ij} = sum_j q_{ij} = 1, tag{3}$



      then



      $sum_k (PQ)_{ik} = sum_k sum_j p_{ij}q_{jk} = sum_j sum_k p_{ij} q_{jk} = sum_j p_{ij} sum_k q_{jk} = sum_j p_{ij} = 1. tag{4}$



      From this it follows, via a simple induction, that if $P_l$, $1 le l le m$, are $m$ such matrices, then



      $sum_j (prod_1^m P_l)_{ij} = 1, tag{5}$



      for clearly if (5) holds for some $m$, then taking $P = prod_1^m P_l$ and $Q = P_{m + 1}$ we may apply (4) to conclude that the row sums of $prod_1^{m + 1} P_l$ are also $1$; (4) forms a base for the induction. Now taking $P_l = P$, $1 le l le m$ for any $m$ yields the specific result requested in the text of the question:



      $sum_j (P^m)_{ij} = 1. tag{6}$



      QED.



      Note: While were on the theme of generalization, it should be observed that the entries of the $P_l$ may be taken $Bbb Z$, $Bbb Q$, $Bbb R$, or $Bbb C$, and the result will bind. Leaping further, the assertion proved here holds as long as the entries of the $P_l$ are taken from any unital ring $R$, commutative or not, from $Bbb Z_2$ to $B(X)$, the set of bounded operators on a Banach space $X$ and beyond, as long as ring $R$ has a unit, these matrices may be taking from any $M_n(R)$, and as long as the $P_l$ satisfy



      $sum_j (P_l)_{ij} = 1_R, tag{7}$



      so will their product. A result of quite broad scope, indeed! End of Note.



      Hope this helps. Cheerio,



      and as ever,



      Fiat Lux!!!






      share|cite|improve this answer

























        up vote
        0
        down vote













        A generalization: if $P$ and $Q$ are two such matrices, the rows of $PQ$ also sum to $1$. For with



        $P = [p_{ij}] tag{1}$



        and



        $Q = [q_{ij}] tag{2}$



        with



        $sum_j p_{ij} = sum_j q_{ij} = 1, tag{3}$



        then



        $sum_k (PQ)_{ik} = sum_k sum_j p_{ij}q_{jk} = sum_j sum_k p_{ij} q_{jk} = sum_j p_{ij} sum_k q_{jk} = sum_j p_{ij} = 1. tag{4}$



        From this it follows, via a simple induction, that if $P_l$, $1 le l le m$, are $m$ such matrices, then



        $sum_j (prod_1^m P_l)_{ij} = 1, tag{5}$



        for clearly if (5) holds for some $m$, then taking $P = prod_1^m P_l$ and $Q = P_{m + 1}$ we may apply (4) to conclude that the row sums of $prod_1^{m + 1} P_l$ are also $1$; (4) forms a base for the induction. Now taking $P_l = P$, $1 le l le m$ for any $m$ yields the specific result requested in the text of the question:



        $sum_j (P^m)_{ij} = 1. tag{6}$



        QED.



        Note: While were on the theme of generalization, it should be observed that the entries of the $P_l$ may be taken $Bbb Z$, $Bbb Q$, $Bbb R$, or $Bbb C$, and the result will bind. Leaping further, the assertion proved here holds as long as the entries of the $P_l$ are taken from any unital ring $R$, commutative or not, from $Bbb Z_2$ to $B(X)$, the set of bounded operators on a Banach space $X$ and beyond, as long as ring $R$ has a unit, these matrices may be taking from any $M_n(R)$, and as long as the $P_l$ satisfy



        $sum_j (P_l)_{ij} = 1_R, tag{7}$



        so will their product. A result of quite broad scope, indeed! End of Note.



        Hope this helps. Cheerio,



        and as ever,



        Fiat Lux!!!






        share|cite|improve this answer























          up vote
          0
          down vote










          up vote
          0
          down vote









          A generalization: if $P$ and $Q$ are two such matrices, the rows of $PQ$ also sum to $1$. For with



          $P = [p_{ij}] tag{1}$



          and



          $Q = [q_{ij}] tag{2}$



          with



          $sum_j p_{ij} = sum_j q_{ij} = 1, tag{3}$



          then



          $sum_k (PQ)_{ik} = sum_k sum_j p_{ij}q_{jk} = sum_j sum_k p_{ij} q_{jk} = sum_j p_{ij} sum_k q_{jk} = sum_j p_{ij} = 1. tag{4}$



          From this it follows, via a simple induction, that if $P_l$, $1 le l le m$, are $m$ such matrices, then



          $sum_j (prod_1^m P_l)_{ij} = 1, tag{5}$



          for clearly if (5) holds for some $m$, then taking $P = prod_1^m P_l$ and $Q = P_{m + 1}$ we may apply (4) to conclude that the row sums of $prod_1^{m + 1} P_l$ are also $1$; (4) forms a base for the induction. Now taking $P_l = P$, $1 le l le m$ for any $m$ yields the specific result requested in the text of the question:



          $sum_j (P^m)_{ij} = 1. tag{6}$



          QED.



          Note: While were on the theme of generalization, it should be observed that the entries of the $P_l$ may be taken $Bbb Z$, $Bbb Q$, $Bbb R$, or $Bbb C$, and the result will bind. Leaping further, the assertion proved here holds as long as the entries of the $P_l$ are taken from any unital ring $R$, commutative or not, from $Bbb Z_2$ to $B(X)$, the set of bounded operators on a Banach space $X$ and beyond, as long as ring $R$ has a unit, these matrices may be taking from any $M_n(R)$, and as long as the $P_l$ satisfy



          $sum_j (P_l)_{ij} = 1_R, tag{7}$



          so will their product. A result of quite broad scope, indeed! End of Note.



          Hope this helps. Cheerio,



          and as ever,



          Fiat Lux!!!






          share|cite|improve this answer












          A generalization: if $P$ and $Q$ are two such matrices, the rows of $PQ$ also sum to $1$. For with



          $P = [p_{ij}] tag{1}$



          and



          $Q = [q_{ij}] tag{2}$



          with



          $sum_j p_{ij} = sum_j q_{ij} = 1, tag{3}$



          then



          $sum_k (PQ)_{ik} = sum_k sum_j p_{ij}q_{jk} = sum_j sum_k p_{ij} q_{jk} = sum_j p_{ij} sum_k q_{jk} = sum_j p_{ij} = 1. tag{4}$



          From this it follows, via a simple induction, that if $P_l$, $1 le l le m$, are $m$ such matrices, then



          $sum_j (prod_1^m P_l)_{ij} = 1, tag{5}$



          for clearly if (5) holds for some $m$, then taking $P = prod_1^m P_l$ and $Q = P_{m + 1}$ we may apply (4) to conclude that the row sums of $prod_1^{m + 1} P_l$ are also $1$; (4) forms a base for the induction. Now taking $P_l = P$, $1 le l le m$ for any $m$ yields the specific result requested in the text of the question:



          $sum_j (P^m)_{ij} = 1. tag{6}$



          QED.



          Note: While were on the theme of generalization, it should be observed that the entries of the $P_l$ may be taken $Bbb Z$, $Bbb Q$, $Bbb R$, or $Bbb C$, and the result will bind. Leaping further, the assertion proved here holds as long as the entries of the $P_l$ are taken from any unital ring $R$, commutative or not, from $Bbb Z_2$ to $B(X)$, the set of bounded operators on a Banach space $X$ and beyond, as long as ring $R$ has a unit, these matrices may be taking from any $M_n(R)$, and as long as the $P_l$ satisfy



          $sum_j (P_l)_{ij} = 1_R, tag{7}$



          so will their product. A result of quite broad scope, indeed! End of Note.



          Hope this helps. Cheerio,



          and as ever,



          Fiat Lux!!!







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Oct 20 '14 at 6:13









          Robert Lewis

          43k22863




          43k22863






















              up vote
              0
              down vote













              Since every row of $P$ sums to $1$, $v=[1,1,...,1]^T$ is an eigenvector of $P$ with eigenvalue $1$. Thus $Pv=vimplies P^2v=P(Pv)=Pv=v implies P^mv=v$, thus every row of $P^m$ sums to $1$ .






              share|cite|improve this answer

























                up vote
                0
                down vote













                Since every row of $P$ sums to $1$, $v=[1,1,...,1]^T$ is an eigenvector of $P$ with eigenvalue $1$. Thus $Pv=vimplies P^2v=P(Pv)=Pv=v implies P^mv=v$, thus every row of $P^m$ sums to $1$ .






                share|cite|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  Since every row of $P$ sums to $1$, $v=[1,1,...,1]^T$ is an eigenvector of $P$ with eigenvalue $1$. Thus $Pv=vimplies P^2v=P(Pv)=Pv=v implies P^mv=v$, thus every row of $P^m$ sums to $1$ .






                  share|cite|improve this answer












                  Since every row of $P$ sums to $1$, $v=[1,1,...,1]^T$ is an eigenvector of $P$ with eigenvalue $1$. Thus $Pv=vimplies P^2v=P(Pv)=Pv=v implies P^mv=v$, thus every row of $P^m$ sums to $1$ .







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Dec 5 at 9:58









                  Rhaldryn

                  160213




                  160213






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Mathematics Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      Use MathJax to format equations. MathJax reference.


                      To learn more, see our tips on writing great answers.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f981922%2fhow-to-calculate-row-sums-of-a-power-of-a-matrix%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Bressuire

                      Cabo Verde

                      Gyllenstierna