<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Defining variables using matrix entries</title>
    <link>http://www.mapleprimes.com/questions/35726-Defining-Variables-Using-Matrix-Entries</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 20:03:16 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 20:03:16 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Defining variables using matrix entries</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Defining variables using matrix entries</title>
      <link>http://www.mapleprimes.com/questions/35726-Defining-Variables-Using-Matrix-Entries</link>
    </image>
    <item>
      <title>Sorry, little typo, i goes</title>
      <link>http://www.mapleprimes.com/questions/35726-Defining-Variables-Using-Matrix-Entries?ref=Feed:MaplePrimes:Defining variables using matrix entries:Comments#answer44870</link>
      <itunes:summary>&lt;p&gt;Sorry, little typo, i goes from i to 200&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Sorry, little typo, i goes from i to 200&lt;/p&gt;</description>
      <guid>44870</guid>
      <pubDate>Sun, 14 Feb 2010 09:29:38 Z</pubDate>
      <itunes:author>pirolafire</itunes:author>
      <author>pirolafire</author>
    </item>
    <item>
      <title>Matrix</title>
      <link>http://www.mapleprimes.com/questions/35726-Defining-Variables-Using-Matrix-Entries?ref=Feed:MaplePrimes:Defining variables using matrix entries:Comments#answer44871</link>
      <itunes:summary>&lt;p&gt;It's a really bad idea to use Matrix as the name of your Matrix.&amp;nbsp; The name Matrix is protected in order to prevent this.&amp;nbsp; Maple needs to use this name for its Matrix type.&amp;nbsp; &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It's a really bad idea to use Matrix as the name of your Matrix.&amp;nbsp; The name Matrix is protected in order to prevent this.&amp;nbsp; Maple needs to use this name for its Matrix type.&amp;nbsp; &lt;/p&gt;</description>
      <guid>44871</guid>
      <pubDate>Sun, 14 Feb 2010 12:20:25 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Hello, its not really Matrix</title>
      <link>http://www.mapleprimes.com/questions/35726-Defining-Variables-Using-Matrix-Entries?ref=Feed:MaplePrimes:Defining variables using matrix entries:Comments#answer44872</link>
      <itunes:summary>&lt;p&gt;Hello, its not really Matrix i just made up a name. The real name of the matrix is Divisions. Anyway how would I define &amp;Delta;X&lt;sub&gt;i &lt;/sub&gt;to be the ith entry in the single column &amp;quot;Divisions&amp;quot; matrix? Thank you&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hello, its not really Matrix i just made up a name. The real name of the matrix is Divisions. Anyway how would I define &amp;Delta;X&lt;sub&gt;i &lt;/sub&gt;to be the ith entry in the single column &amp;quot;Divisions&amp;quot; matrix? Thank you&lt;/p&gt;</description>
      <guid>44872</guid>
      <pubDate>Sun, 14 Feb 2010 17:28:24 Z</pubDate>
      <itunes:author>pirolafire</itunes:author>
      <author>pirolafire</author>
    </item>
    <item>
      <title>Vector version</title>
      <link>http://www.mapleprimes.com/questions/35726-Defining-Variables-Using-Matrix-Entries?ref=Feed:MaplePrimes:Defining variables using matrix entries:Comments#answer44873</link>
      <itunes:summary>&lt;p&gt;Here is one way.&amp;nbsp; I built an equation with 5 entries to demonstrate.&amp;nbsp; If this works for you, then make the appropriate modifications. &lt;/p&gt;
&lt;p&gt;restart:&lt;/p&gt;
&lt;p&gt;eq:=DeltaX[i];&lt;/p&gt;
&lt;p&gt;eq2:=[seq( eq, i=1..5 )];&lt;/p&gt;
&lt;p&gt;Divisions:=Vector(5,eq2);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Here is one way.&amp;nbsp; I built an equation with 5 entries to demonstrate.&amp;nbsp; If this works for you, then make the appropriate modifications. &lt;/p&gt;
&lt;p&gt;restart:&lt;/p&gt;
&lt;p&gt;eq:=DeltaX[i];&lt;/p&gt;
&lt;p&gt;eq2:=[seq( eq, i=1..5 )];&lt;/p&gt;
&lt;p&gt;Divisions:=Vector(5,eq2);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</description>
      <guid>44873</guid>
      <pubDate>Sun, 14 Feb 2010 19:20:40 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>Hello, thank you for your</title>
      <link>http://www.mapleprimes.com/questions/35726-Defining-Variables-Using-Matrix-Entries?ref=Feed:MaplePrimes:Defining variables using matrix entries:Comments#answer44874</link>
      <itunes:summary>&lt;p&gt;Hello, thank you for your answer. Sorry I was not being clear. I have real world data I want to assign to a matrix. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Divsions is a matrix (or a vector.. whichever works best)&lt;br /&gt;
&lt;br /&gt;
|&amp;nbsp; 29328&amp;nbsp; |&lt;br /&gt;
|&amp;nbsp; 4328&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;br /&gt;
| 4489&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;br /&gt;
|&amp;nbsp; 2138&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;br /&gt;
| 48934&amp;nbsp;&amp;nbsp; |&lt;br /&gt;
&lt;br /&gt;
I want maple to know that &amp;Delta;X1 is 29328, &amp;Delta;X2 is 4328, and so on.&lt;br /&gt;
&lt;br /&gt;
Any way to do that?&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hello, thank you for your answer. Sorry I was not being clear. I have real world data I want to assign to a matrix. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Divsions is a matrix (or a vector.. whichever works best)&lt;br /&gt;
&lt;br /&gt;
|&amp;nbsp; 29328&amp;nbsp; |&lt;br /&gt;
|&amp;nbsp; 4328&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;br /&gt;
| 4489&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;br /&gt;
|&amp;nbsp; 2138&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;br /&gt;
| 48934&amp;nbsp;&amp;nbsp; |&lt;br /&gt;
&lt;br /&gt;
I want maple to know that &amp;Delta;X1 is 29328, &amp;Delta;X2 is 4328, and so on.&lt;br /&gt;
&lt;br /&gt;
Any way to do that?&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;/p&gt;</description>
      <guid>44874</guid>
      <pubDate>Sun, 14 Feb 2010 21:22:12 Z</pubDate>
      <itunes:author>pirolafire</itunes:author>
      <author>pirolafire</author>
    </item>
    <item>
      <title>Assignment  of values</title>
      <link>http://www.mapleprimes.com/questions/35726-Defining-Variables-Using-Matrix-Entries?ref=Feed:MaplePrimes:Defining variables using matrix entries:Comments#answer44875</link>
      <itunes:summary>&lt;p&gt;So, for example, if vector A is defined as below (your version of vector A would have 200 entries in it, i.e your real world data), then you can assign your DeltaX's to each of the elements of A.&amp;nbsp; Is that accurate?&lt;/p&gt;
&lt;p&gt;Adding to the previous example:&lt;/p&gt;
&lt;p&gt;A:=Vector([29328,4328,4489,2138,48934]);&lt;/p&gt;
&lt;p&gt;seq(DeltaX[j]=A[j],j=1..5);&lt;/p&gt;
&lt;p&gt;or you can do it manually, for each value if you choose.&lt;/p&gt;
&lt;p&gt;DeltaX[4]=A[4];&lt;/p&gt;
&lt;p&gt;and so on.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;So, for example, if vector A is defined as below (your version of vector A would have 200 entries in it, i.e your real world data), then you can assign your DeltaX's to each of the elements of A.&amp;nbsp; Is that accurate?&lt;/p&gt;
&lt;p&gt;Adding to the previous example:&lt;/p&gt;
&lt;p&gt;A:=Vector([29328,4328,4489,2138,48934]);&lt;/p&gt;
&lt;p&gt;seq(DeltaX[j]=A[j],j=1..5);&lt;/p&gt;
&lt;p&gt;or you can do it manually, for each value if you choose.&lt;/p&gt;
&lt;p&gt;DeltaX[4]=A[4];&lt;/p&gt;
&lt;p&gt;and so on.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</description>
      <guid>44875</guid>
      <pubDate>Sun, 14 Feb 2010 22:14:14 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
  </channel>
</rss>