<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, display solution - symbolic</title>
    <link>http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 21:49:05 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 21:49:05 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, display solution - symbolic</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, display solution - symbolic</title>
      <link>http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic</link>
    </image>
    <item>
      <title>You are mixing new and old matrix commands.</title>
      <link>http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic?ref=Feed:MaplePrimes:display solution - symbolic:Comments#answer141037</link>
      <itunes:summary>&lt;p&gt;You are mixing new and old matrix commands. The new commands all begin with capital letters and tend to be spelled in full rather than abbreviated. Use &lt;strong&gt;Matrix&lt;/strong&gt; and &lt;strong&gt;Vector&lt;/strong&gt; instead of &lt;strong&gt;array&lt;/strong&gt;. Use &lt;strong&gt;Adjoint &lt;/strong&gt;instead of &lt;strong&gt;adjoint&lt;/strong&gt;. Use &lt;strong&gt;Determinant&lt;/strong&gt; instead of &lt;strong&gt;Det&lt;/strong&gt;. See &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=Matrix' target='_new'&gt;?Matrix&lt;/a&gt; &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=Vector' target='_new'&gt;?Vector&lt;/a&gt; &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=Determinant' target='_new'&gt;?Determinant&lt;/a&gt; etc.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You are mixing new and old matrix commands. The new commands all begin with capital letters and tend to be spelled in full rather than abbreviated. Use &lt;strong&gt;Matrix&lt;/strong&gt; and &lt;strong&gt;Vector&lt;/strong&gt; instead of &lt;strong&gt;array&lt;/strong&gt;. Use &lt;strong&gt;Adjoint &lt;/strong&gt;instead of &lt;strong&gt;adjoint&lt;/strong&gt;. Use &lt;strong&gt;Determinant&lt;/strong&gt; instead of &lt;strong&gt;Det&lt;/strong&gt;. See &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=Matrix' target='_new'&gt;?Matrix&lt;/a&gt; &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=Vector' target='_new'&gt;?Vector&lt;/a&gt; &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=Determinant' target='_new'&gt;?Determinant&lt;/a&gt; etc.&lt;/p&gt;</description>
      <guid>141037</guid>
      <pubDate>Mon, 03 Dec 2012 08:04:52 Z</pubDate>
      <itunes:author>Carl Love</itunes:author>
      <author>Carl Love</author>
    </item>
    <item>
      <title>with</title>
      <link>http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic?ref=Feed:MaplePrimes:display solution - symbolic:Comments#comment141038</link>
      <itunes:summary>&lt;p&gt;The original poster should be aware that Determinant and Adjoint are members of the LinearAlgebra module.&amp;nbsp; To access them in the short-form, use with(LinearAlgebra):&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The original poster should be aware that Determinant and Adjoint are members of the LinearAlgebra module.&amp;nbsp; To access them in the short-form, use with(LinearAlgebra):&lt;/p&gt;</description>
      <guid>141038</guid>
      <pubDate>Mon, 03 Dec 2012 08:13:37 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
    <item>
      <title>@Joe Riel&amp;nbsp;
Thank you both kindly for</title>
      <link>http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic?ref=Feed:MaplePrimes:display solution - symbolic:Comments#comment141042</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic#comment141038"&gt;@Joe Riel&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you both kindly for your response. Having corrected the function calls within the worksheet it would notappear to be the source of the problem.&lt;/p&gt;
&lt;p&gt;for example, running:&lt;/p&gt;
&lt;p&gt;&amp;gt; with(LinearAlgebra);&lt;br&gt;&lt;br&gt;&amp;gt; A := Matrix(3, 3, [[s*m-X[u], -s*X[wdot]+X[w], -(X[q]-m*W[e])*s+m*g*theta[e]], [-Z[u], -(Z[wdot]-m)*s-Z[w], -(Z[q]+m*U[e])*s+m*g*sin(theta[e])], [-M[u], -M[wdot]-M[w], I[y]*s^2-M[q]*s]]);&lt;br&gt;&lt;br&gt;&amp;gt; B := Vector([X[eta], Z[eta], M[eta]]);&lt;/p&gt;
&lt;p&gt;For simple commands such as&lt;br&gt;&lt;br&gt;&amp;gt; Mutiply(Adjoint(A)/Determinant(A), b);&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&amp;gt; Multiply(A, b);&lt;/p&gt;
&lt;p&gt;I still recieve the outpus&lt;/p&gt;
&lt;p&gt;[IMG]http://i46.tinypic.com/dbn9x.jpg[/IMG]&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;[IMG]http://i49.tinypic.com/27x4j0o.jpg[/IMG]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If possible I would like to obtain the solution itself.&lt;/p&gt;
&lt;p&gt;Many thanks for you assitance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic#comment141038"&gt;@Joe Riel&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you both kindly for your response. Having corrected the function calls within the worksheet it would notappear to be the source of the problem.&lt;/p&gt;
&lt;p&gt;for example, running:&lt;/p&gt;
&lt;p&gt;&amp;gt; with(LinearAlgebra);&lt;br&gt;&lt;br&gt;&amp;gt; A := Matrix(3, 3, [[s*m-X[u], -s*X[wdot]+X[w], -(X[q]-m*W[e])*s+m*g*theta[e]], [-Z[u], -(Z[wdot]-m)*s-Z[w], -(Z[q]+m*U[e])*s+m*g*sin(theta[e])], [-M[u], -M[wdot]-M[w], I[y]*s^2-M[q]*s]]);&lt;br&gt;&lt;br&gt;&amp;gt; B := Vector([X[eta], Z[eta], M[eta]]);&lt;/p&gt;
&lt;p&gt;For simple commands such as&lt;br&gt;&lt;br&gt;&amp;gt; Mutiply(Adjoint(A)/Determinant(A), b);&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&amp;gt; Multiply(A, b);&lt;/p&gt;
&lt;p&gt;I still recieve the outpus&lt;/p&gt;
&lt;p&gt;[IMG]http://i46.tinypic.com/dbn9x.jpg[/IMG]&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;[IMG]http://i49.tinypic.com/27x4j0o.jpg[/IMG]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If possible I would like to obtain the solution itself.&lt;/p&gt;
&lt;p&gt;Many thanks for you assitance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>141042</guid>
      <pubDate>Mon, 03 Dec 2012 10:20:08 Z</pubDate>
      <itunes:author>ollyjg</itunes:author>
      <author>ollyjg</author>
    </item>
    <item>
      <title>guess</title>
      <link>http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic?ref=Feed:MaplePrimes:display solution - symbolic:Comments#comment141043</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic#comment141042"&gt;@ollyjg&lt;/a&gt; Multiply is spelled wrong, and Maple is case-sensitive, so you have to use B rather than b. However, that doesn't explain why Determinant and Adjoint did not evaluate.&amp;nbsp; I'll guess that you didn't execute the with(LinearAlgebra); statement.&amp;nbsp; If you did, and terminated it with a semicolon (use a colon to suppress the output), the worksheet would have displayed all the exports of LinearAlgebra.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic#comment141042"&gt;@ollyjg&lt;/a&gt; Multiply is spelled wrong, and Maple is case-sensitive, so you have to use B rather than b. However, that doesn't explain why Determinant and Adjoint did not evaluate.&amp;nbsp; I'll guess that you didn't execute the with(LinearAlgebra); statement.&amp;nbsp; If you did, and terminated it with a semicolon (use a colon to suppress the output), the worksheet would have displayed all the exports of LinearAlgebra.&lt;/p&gt;</description>
      <guid>141043</guid>
      <pubDate>Mon, 03 Dec 2012 10:49:54 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
    <item>
      <title>multiple packages</title>
      <link>http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic?ref=Feed:MaplePrimes:display solution - symbolic:Comments#comment141053</link>
      <itunes:summary>&lt;p&gt;tip: (not a great tip, just my preference) I prefer to call the packages as I use them, this way 1) you remember which package does what, 2) if you copy-paste commands across your own worksheets, this ensures you also get the correct package loaded/called, 3) sometimes different packages use the same commands, so confusion could arise, you will get a "the blabla command is not part of the blibli package" which is helpful in keeping track of what you do 4) when you post for help on mapleprimes it's a lot clearer what you do where. I prefer to write in full LinearAlgebra:-Multiply, etc..&lt;/p&gt;
&lt;p&gt;and in your case, if the with(LinearAlgebra); doesn't, for some reason, work properly, hopefully the "long" call to the command will.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;tip: (not a great tip, just my preference) I prefer to call the packages as I use them, this way 1) you remember which package does what, 2) if you copy-paste commands across your own worksheets, this ensures you also get the correct package loaded/called, 3) sometimes different packages use the same commands, so confusion could arise, you will get a "the blabla command is not part of the blibli package" which is helpful in keeping track of what you do 4) when you post for help on mapleprimes it's a lot clearer what you do where. I prefer to write in full LinearAlgebra:-Multiply, etc..&lt;/p&gt;
&lt;p&gt;and in your case, if the with(LinearAlgebra); doesn't, for some reason, work properly, hopefully the "long" call to the command will.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>141053</guid>
      <pubDate>Mon, 03 Dec 2012 14:45:35 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>@PatrickT&amp;nbsp;
Patrick, the 'long call'</title>
      <link>http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic?ref=Feed:MaplePrimes:display solution - symbolic:Comments#comment141079</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic#comment141053"&gt;@PatrickT&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Patrick, the 'long call' worked a charm. &lt;/p&gt;
&lt;p&gt;Thanks to all for your assitance.&lt;/p&gt;
&lt;p&gt;Cheers!!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141032-Display-Solution--Symbolic#comment141053"&gt;@PatrickT&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Patrick, the 'long call' worked a charm. &lt;/p&gt;
&lt;p&gt;Thanks to all for your assitance.&lt;/p&gt;
&lt;p&gt;Cheers!!&lt;/p&gt;</description>
      <guid>141079</guid>
      <pubDate>Tue, 04 Dec 2012 03:47:35 Z</pubDate>
      <itunes:author>ollyjg</itunes:author>
      <author>ollyjg</author>
    </item>
  </channel>
</rss>