<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Substituting Variables into Matricies</title>
    <link>http://www.mapleprimes.com/questions/102989-Substituting-Variables-Into-Matricies</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 19:22:31 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 19:22:31 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Substituting Variables into Matricies</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Substituting Variables into Matricies</title>
      <link>http://www.mapleprimes.com/questions/102989-Substituting-Variables-Into-Matricies</link>
    </image>
    <item>
      <title>Matrix</title>
      <link>http://www.mapleprimes.com/questions/102989-Substituting-Variables-Into-Matricies?ref=Feed:MaplePrimes:Substituting Variables into Matricies:Comments#answer102990</link>
      <itunes:summary>&lt;p&gt;You are using a &lt;strong&gt;matrix&lt;/strong&gt;, not a &lt;strong&gt;Matrix&lt;/strong&gt;.&amp;nbsp; The former is an older data structure.&amp;nbsp; You can substitute into a matrix, but you have to eval it:&lt;/p&gt;
&lt;pre&gt;subs(a = 1, eval(A));&lt;/pre&gt;
&lt;p&gt;You could also do&lt;/p&gt;
&lt;pre&gt;eval(A, [a=1, b=2]);&lt;/pre&gt;
&lt;p&gt;However, you probably want to use a Matrix. Also, rather than &lt;strong&gt;linalg&lt;/strong&gt; (which does use the matrix type), you should consider using &lt;strong&gt;LinearAlgebra&lt;/strong&gt;, which uses the Matrix type.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You are using a &lt;strong&gt;matrix&lt;/strong&gt;, not a &lt;strong&gt;Matrix&lt;/strong&gt;.&amp;nbsp; The former is an older data structure.&amp;nbsp; You can substitute into a matrix, but you have to eval it:&lt;/p&gt;
&lt;pre&gt;subs(a = 1, eval(A));&lt;/pre&gt;
&lt;p&gt;You could also do&lt;/p&gt;
&lt;pre&gt;eval(A, [a=1, b=2]);&lt;/pre&gt;
&lt;p&gt;However, you probably want to use a Matrix. Also, rather than &lt;strong&gt;linalg&lt;/strong&gt; (which does use the matrix type), you should consider using &lt;strong&gt;LinearAlgebra&lt;/strong&gt;, which uses the Matrix type.&lt;/p&gt;</description>
      <guid>102990</guid>
      <pubDate>Fri, 25 Mar 2011 21:09:46 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
  </channel>
</rss>