<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Procedure/Module Help</title>
    <link>http://www.mapleprimes.com/questions/35470-ProcedureModule-Help</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 18:59:29 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 18:59:29 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Procedure/Module Help</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Procedure/Module Help</title>
      <link>http://www.mapleprimes.com/questions/35470-ProcedureModule-Help</link>
    </image>
    <item>
      <title>suggestions</title>
      <link>http://www.mapleprimes.com/questions/35470-ProcedureModule-Help?ref=Feed:MaplePrimes:Procedure/Module Help:Comments#answer43999</link>
      <itunes:summary>&lt;p&gt;Remove all the with(linalg) calls.&amp;nbsp; linalg is old and doesn't work with Matrices.&amp;nbsp; Never use with inside a procedure, it won't work properly there.&lt;/p&gt;
&lt;p&gt;Using * to multiply Matrices doesn't work, use either the dot operator (.), or procedure calls (see LinearAlgebra).&lt;/p&gt;
&lt;p&gt;To call a procedure you have to append parentheses.&amp;nbsp; For example, in Step4 change Print to Print();&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Remove all the with(linalg) calls.&amp;nbsp; linalg is old and doesn't work with Matrices.&amp;nbsp; Never use with inside a procedure, it won't work properly there.&lt;/p&gt;
&lt;p&gt;Using * to multiply Matrices doesn't work, use either the dot operator (.), or procedure calls (see LinearAlgebra).&lt;/p&gt;
&lt;p&gt;To call a procedure you have to append parentheses.&amp;nbsp; For example, in Step4 change Print to Print();&lt;/p&gt;</description>
      <guid>43999</guid>
      <pubDate>Mon, 22 Mar 2010 09:27:50 Z</pubDate>
      <itunes:author>Joe
 Riel
</itunes:author>
      <author>Joe
 Riel
</author>
    </item>
    <item>
      <title>logic</title>
      <link>http://www.mapleprimes.com/questions/35470-ProcedureModule-Help?ref=Feed:MaplePrimes:Procedure/Module Help:Comments#answer44000</link>
      <itunes:summary>&lt;p&gt;In addition to Joe's excellent points: your Step3 ends in Step2, but according to your flow chart it should be followed by&amp;nbsp; UnitCk.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;In addition to Joe's excellent points: your Step3 ends in Step2, but according to your flow chart it should be followed by&amp;nbsp; UnitCk.&lt;/p&gt;</description>
      <guid>44000</guid>
      <pubDate>Mon, 22 Mar 2010 18:55:00 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Your insight is inspiring!</title>
      <link>http://www.mapleprimes.com/questions/35470-ProcedureModule-Help?ref=Feed:MaplePrimes:Procedure/Module Help:Comments#answer44001</link>
      <itunes:summary>&lt;p&gt;Thank you so much for your help, if I'm still having problems after I get done tinkering with this (hopefully tomorrow or Wednesday) I'll be sure to reply again. But the recommendations have seemed to remove some of the things I was having difficulties with.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you so much for your help, if I'm still having problems after I get done tinkering with this (hopefully tomorrow or Wednesday) I'll be sure to reply again. But the recommendations have seemed to remove some of the things I was having difficulties with.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description>
      <guid>44001</guid>
      <pubDate>Mon, 22 Mar 2010 22:10:01 Z</pubDate>
      <itunes:author>Ukvayat</itunes:author>
      <author>Ukvayat</author>
    </item>
    <item>
      <title>Which brings up the reason I</title>
      <link>http://www.mapleprimes.com/questions/35470-ProcedureModule-Help?ref=Feed:MaplePrimes:Procedure/Module Help:Comments#answer44003</link>
      <itunes:summary>&lt;p&gt;Which brings up the reason I have it as a module - I had no clue how to set this up as one continuous procedure like I could in good ole QBasic and &amp;quot;goto line 21&amp;quot; statements. The only option I could think of and see was to encapsulate them all into a module. Surely there has to be a better way.&lt;/p&gt;
&lt;p&gt;The purpose of Print is just to print the A, the main matrix and I might add some of the other matrices that appear in the program. The use really is to be a part of a larger whole and the matrix A will be used in other algorithms.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Which brings up the reason I have it as a module - I had no clue how to set this up as one continuous procedure like I could in good ole QBasic and &amp;quot;goto line 21&amp;quot; statements. The only option I could think of and see was to encapsulate them all into a module. Surely there has to be a better way.&lt;/p&gt;
&lt;p&gt;The purpose of Print is just to print the A, the main matrix and I might add some of the other matrices that appear in the program. The use really is to be a part of a larger whole and the matrix A will be used in other algorithms.&lt;/p&gt;</description>
      <guid>44003</guid>
      <pubDate>Mon, 22 Mar 2010 22:30:29 Z</pubDate>
      <itunes:author>Ukvayat</itunes:author>
      <author>Ukvayat</author>
    </item>
    <item>
      <title>export</title>
      <link>http://www.mapleprimes.com/questions/35470-ProcedureModule-Help?ref=Feed:MaplePrimes:Procedure/Module Help:Comments#comment44002</link>
      <itunes:summary>&lt;p&gt;Another problem is that the module doesn't appear to export anything useful to execute, other than Print, which doesn't do any computations.&amp;nbsp; So you'll need to correct that.&amp;nbsp; &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Another problem is that the module doesn't appear to export anything useful to execute, other than Print, which doesn't do any computations.&amp;nbsp; So you'll need to correct that.&amp;nbsp; &lt;/p&gt;</description>
      <guid>44002</guid>
      <pubDate>Mon, 22 Mar 2010 22:17:58 Z</pubDate>
      <itunes:author>Joe
 Riel
</itunes:author>
      <author>Joe
 Riel
</author>
    </item>
  </channel>
</rss>