<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, matrix multiplication and iteration</title>
    <link>http://www.mapleprimes.com/questions/142971-Matrix-Multiplication-And-Iteration</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 12:18:05 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 12:18:05 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, matrix multiplication and iteration</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, matrix multiplication and iteration</title>
      <link>http://www.mapleprimes.com/questions/142971-Matrix-Multiplication-And-Iteration</link>
    </image>
    <item>
      <title>One-liner</title>
      <link>http://www.mapleprimes.com/questions/142971-Matrix-Multiplication-And-Iteration?ref=Feed:MaplePrimes:matrix multiplication and iteration:Comments#answer142977</link>
      <itunes:summary>&lt;p&gt;&lt;strong&gt;(&amp;lt; &amp;lt; C|D &amp;gt;, &amp;lt; E|F &amp;gt; &amp;gt;^6 . &amp;lt; 0,1 &amp;gt;)[1];&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Be careful with your use of `^`. I can tell that by A^j you mean A_j (&lt;em&gt;i.e.&lt;/em&gt; A-subscript-j), because if you really meant exponentiation (the usual meaning of `^`), then your question is nonsensical.&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;strong&gt;(&amp;lt; &amp;lt; C|D &amp;gt;, &amp;lt; E|F &amp;gt; &amp;gt;^6 . &amp;lt; 0,1 &amp;gt;)[1];&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Be careful with your use of `^`. I can tell that by A^j you mean A_j (&lt;em&gt;i.e.&lt;/em&gt; A-subscript-j), because if you really meant exponentiation (the usual meaning of `^`), then your question is nonsensical.&lt;strong&gt;&lt;br&gt;&lt;/strong&gt;&lt;/p&gt;</description>
      <guid>142977</guid>
      <pubDate>Sat, 02 Feb 2013 22:21:52 Z</pubDate>
      <itunes:author>Carl Love</itunes:author>
      <author>Carl Love</author>
    </item>
    <item>
      <title>Re</title>
      <link>http://www.mapleprimes.com/questions/142971-Matrix-Multiplication-And-Iteration?ref=Feed:MaplePrimes:matrix multiplication and iteration:Comments#answer142978</link>
      <itunes:summary>&lt;p&gt;I noted &amp;nbsp;the entries in lowercase instead of uppercase.&amp;nbsp;Due to the associative law it can be counted easily:&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;A:=Matrix([[a, b], [c, d]]):&lt;/strong&gt;&lt;br&gt;&lt;strong&gt;B:=Matrix([[0], [1]]):&lt;/strong&gt;&lt;br&gt;&lt;strong&gt;(A^6).B;&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;strong&gt;&lt;img src="http://s60.radikal.ru/i170/1302/32/3828896cf283.jpg" alt="" width="640" height="99"&gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I noted &amp;nbsp;the entries in lowercase instead of uppercase.&amp;nbsp;Due to the associative law it can be counted easily:&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;A:=Matrix([[a, b], [c, d]]):&lt;/strong&gt;&lt;br&gt;&lt;strong&gt;B:=Matrix([[0], [1]]):&lt;/strong&gt;&lt;br&gt;&lt;strong&gt;(A^6).B;&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;strong&gt;&lt;img src="http://s60.radikal.ru/i170/1302/32/3828896cf283.jpg" alt="" width="640" height="99"&gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>142978</guid>
      <pubDate>Sat, 02 Feb 2013 22:28:00 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>thanks guys you have been very helpfuk, if</title>
      <link>http://www.mapleprimes.com/questions/142971-Matrix-Multiplication-And-Iteration?ref=Feed:MaplePrimes:matrix multiplication and iteration:Comments#comment142985</link>
      <itunes:summary>&lt;p&gt;thanks guys you have been very helpfuk, if all the terms have values e.g any number, is there a way to get maple to plot say A_1 to A_6 if that makes sense. e.g if A_1=3, A_2=4, A_3 = 5 etc then plot A_j against these numbers?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;thanks guys you have been very helpfuk, if all the terms have values e.g any number, is there a way to get maple to plot say A_1 to A_6 if that makes sense. e.g if A_1=3, A_2=4, A_3 = 5 etc then plot A_j against these numbers?&lt;/p&gt;</description>
      <guid>142985</guid>
      <pubDate>Sun, 03 Feb 2013 00:18:48 Z</pubDate>
      <itunes:author>gdog</itunes:author>
      <author>gdog</author>
    </item>
    <item>
      <title>Doesn't make sense to me</title>
      <link>http://www.mapleprimes.com/questions/142971-Matrix-Multiplication-And-Iteration?ref=Feed:MaplePrimes:matrix multiplication and iteration:Comments#comment142988</link>
      <itunes:summary>&lt;p&gt;I managed to figure out what your original post meant, but I can't make sense of this. How about trying to do what you want in a worksheet and uploading the results?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I managed to figure out what your original post meant, but I can't make sense of this. How about trying to do what you want in a worksheet and uploading the results?&lt;/p&gt;</description>
      <guid>142988</guid>
      <pubDate>Sun, 03 Feb 2013 01:04:18 Z</pubDate>
      <itunes:author>Carl Love</itunes:author>
      <author>Carl Love</author>
    </item>
  </channel>
</rss>