<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Calculating matrix</title>
    <link>http://www.mapleprimes.com/questions/130295-Calculating-Matrix</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 06:42:25 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 06:42:25 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Calculating matrix</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Calculating matrix</title>
      <link>http://www.mapleprimes.com/questions/130295-Calculating-Matrix</link>
    </image>
    <item>
      <title>subscripts</title>
      <link>http://www.mapleprimes.com/questions/130295-Calculating-Matrix?ref=Feed:MaplePrimes:Calculating matrix:Comments#answer130301</link>
      <itunes:summary>&lt;p&gt;As a general rule, never use a name like `N` without any subscript if you are also using it as an indexed name (which gets printed with a subscript).&lt;/p&gt;
&lt;p&gt;So here we can use N0 and N1 instead of N[0] and N[1] (which display as&amp;nbsp;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=026cf8e1d232aa26896dd2005b2fdc3b.gif" alt="N[0]"&gt;&amp;nbsp;and&amp;nbsp;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=ba6a93ed21bd8d03fb22bb4ef0d1197c.gif" alt="N[1]"&gt;).&lt;/p&gt;
&lt;pre&gt;restart:

N0:=s-&amp;gt;1-s;

                           s -&amp;gt; 1 - s

N1:=s-&amp;gt;s;

                             s -&amp;gt; s

N:=s-&amp;gt;[N0(s), N1(s)];

                      s -&amp;gt; [N0(s), N1(s)]

N(s);
                           [1 - s, s]

N(4);
                            [-3, 4]
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you don't like this workaround, and if you want to get confused as a new user, then search for "atomic identifiers" as another (subscripted) &amp;nbsp;solution.&lt;/p&gt;
&lt;p&gt;By the way, the square backets are giving you &lt;em&gt;&lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=set"&gt;lists&lt;/a&gt;&lt;/em&gt;, which are not the same as&amp;nbsp;&lt;em&gt;&lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=Matrix"&gt;Matrices&lt;/a&gt;&lt;/em&gt;&amp;nbsp;in Maple.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;As a general rule, never use a name like `N` without any subscript if you are also using it as an indexed name (which gets printed with a subscript).&lt;/p&gt;
&lt;p&gt;So here we can use N0 and N1 instead of N[0] and N[1] (which display as&amp;nbsp;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=026cf8e1d232aa26896dd2005b2fdc3b.gif" alt="N[0]"&gt;&amp;nbsp;and&amp;nbsp;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=ba6a93ed21bd8d03fb22bb4ef0d1197c.gif" alt="N[1]"&gt;).&lt;/p&gt;
&lt;pre&gt;restart:

N0:=s-&amp;gt;1-s;

                           s -&amp;gt; 1 - s

N1:=s-&amp;gt;s;

                             s -&amp;gt; s

N:=s-&amp;gt;[N0(s), N1(s)];

                      s -&amp;gt; [N0(s), N1(s)]

N(s);
                           [1 - s, s]

N(4);
                            [-3, 4]
&lt;/pre&gt;
&lt;!--break--&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you don't like this workaround, and if you want to get confused as a new user, then search for "atomic identifiers" as another (subscripted) &amp;nbsp;solution.&lt;/p&gt;
&lt;p&gt;By the way, the square backets are giving you &lt;em&gt;&lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=set"&gt;lists&lt;/a&gt;&lt;/em&gt;, which are not the same as&amp;nbsp;&lt;em&gt;&lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=Matrix"&gt;Matrices&lt;/a&gt;&lt;/em&gt;&amp;nbsp;in Maple.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>130301</guid>
      <pubDate>Fri, 03 Feb 2012 12:10:34 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>Thank you very much. This is really helpful.</title>
      <link>http://www.mapleprimes.com/questions/130295-Calculating-Matrix?ref=Feed:MaplePrimes:Calculating matrix:Comments#comment130303</link>
      <itunes:summary>&lt;p&gt;Thank you very much. This is really helpful.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you very much. This is really helpful.&lt;/p&gt;</description>
      <guid>130303</guid>
      <pubDate>Fri, 03 Feb 2012 13:45:28 Z</pubDate>
      <itunes:author>serena88</itunes:author>
      <author>serena88</author>
    </item>
    <item>
      <title>check working</title>
      <link>http://www.mapleprimes.com/questions/130295-Calculating-Matrix?ref=Feed:MaplePrimes:Calculating matrix:Comments#comment130951</link>
      <itunes:summary>&lt;p&gt;@acer&lt;/p&gt;
&lt;p&gt;Hi Acer, I have written a worksheet that gives me correct answers. However, it seems very complicated and doesn't seem to be the right way to do it. I am using too many "map" and "zip" in it. I will be using and editting this worksheet for a couple more month. Is there a way that i can send it over to&amp;nbsp;you someone to check and see if you can simplify or see what is it that i'm doing wrong.&lt;/p&gt;
&lt;p&gt;Please advice. Thanks&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;@acer&lt;/p&gt;
&lt;p&gt;Hi Acer, I have written a worksheet that gives me correct answers. However, it seems very complicated and doesn't seem to be the right way to do it. I am using too many "map" and "zip" in it. I will be using and editting this worksheet for a couple more month. Is there a way that i can send it over to&amp;nbsp;you someone to check and see if you can simplify or see what is it that i'm doing wrong.&lt;/p&gt;
&lt;p&gt;Please advice. Thanks&lt;/p&gt;</description>
      <guid>130951</guid>
      <pubDate>Mon, 20 Feb 2012 17:43:45 Z</pubDate>
      <itunes:author>serena88</itunes:author>
      <author>serena88</author>
    </item>
    <item>
      <title>sure</title>
      <link>http://www.mapleprimes.com/questions/130295-Calculating-Matrix?ref=Feed:MaplePrimes:Calculating matrix:Comments#comment130953</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/130295-Calculating-Matrix#comment130951"&gt;@serena88&lt;/a&gt;&amp;nbsp;Sure, although my spare time is limited this month.&lt;/p&gt;
&lt;p&gt;You could post it here, in this thread&lt;/p&gt;
&lt;p&gt;..or you could email it to me (I'll contact you, so you have my address)&lt;/p&gt;
&lt;p&gt;..or you could upload it to the Maple Cloud (see &lt;a href="http://www.mapleprimes.com/users/acer"&gt;my profile&lt;/a&gt; page, for a cloud group where it would be private)&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/130295-Calculating-Matrix#comment130951"&gt;@serena88&lt;/a&gt;&amp;nbsp;Sure, although my spare time is limited this month.&lt;/p&gt;
&lt;p&gt;You could post it here, in this thread&lt;/p&gt;
&lt;p&gt;..or you could email it to me (I'll contact you, so you have my address)&lt;/p&gt;
&lt;p&gt;..or you could upload it to the Maple Cloud (see &lt;a href="http://www.mapleprimes.com/users/acer"&gt;my profile&lt;/a&gt; page, for a cloud group where it would be private)&lt;/p&gt;</description>
      <guid>130953</guid>
      <pubDate>Mon, 20 Feb 2012 18:54:46 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
  </channel>
</rss>