<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, New to this forum need help with Maple for general equations</title>
    <link>http://www.mapleprimes.com/questions/137593-New-To-This-Forum-Need-Help-With-Maple</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 09:40:58 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 09:40:58 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, New to this forum need help with Maple for general equations</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, New to this forum need help with Maple for general equations</title>
      <link>http://www.mapleprimes.com/questions/137593-New-To-This-Forum-Need-Help-With-Maple</link>
    </image>
    <item>
      <title>Not sure whether I've understood your problem</title>
      <link>http://www.mapleprimes.com/questions/137593-New-To-This-Forum-Need-Help-With-Maple?ref=Feed:MaplePrimes:New to this forum need help with Maple for general equations:Comments#answer137598</link>
      <itunes:summary>&lt;p&gt;Not sure whether I've understood your problem correctly, but if xi represents a real (or complex) number then try:&lt;/p&gt;
&lt;p&gt;w := (x)-&amp;gt;a[0]+sum(a[i]*x^i, i=1..4);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # define the polynom&lt;/p&gt;
&lt;p&gt;solve([w(0), w(1), D(D(w))(0), D(D(w))(1)]);&amp;nbsp;&amp;nbsp; # solve system of equations, D() is the differential operator&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Not sure whether I've understood your problem correctly, but if xi represents a real (or complex) number then try:&lt;/p&gt;
&lt;p&gt;w := (x)-&amp;gt;a[0]+sum(a[i]*x^i, i=1..4);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # define the polynom&lt;/p&gt;
&lt;p&gt;solve([w(0), w(1), D(D(w))(0), D(D(w))(1)]);&amp;nbsp;&amp;nbsp; # solve system of equations, D() is the differential operator&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>137598</guid>
      <pubDate>Sat, 22 Sep 2012 07:01:59 Z</pubDate>
      <itunes:author>Joerg Picard</itunes:author>
      <author>Joerg Picard</author>
    </item>
    <item>
      <title>To expand a little on J&amp;ouml;rg's answer:
In</title>
      <link>http://www.mapleprimes.com/questions/137593-New-To-This-Forum-Need-Help-With-Maple?ref=Feed:MaplePrimes:New to this forum need help with Maple for general equations:Comments#comment137612</link>
      <itunes:summary>&lt;p&gt;To expand a little on J&amp;ouml;rg's answer:&lt;/p&gt;
&lt;p&gt;In Maple, assignments are done by ":=". The "=" is a logical expression, not an assignment.&lt;/p&gt;
&lt;p&gt;You define a function by writing f:=(x)-&amp;gt; a*x+b*x^2+c&amp;nbsp; i.e. using the arrow operator (there are other ways but this is the quickest way for a statement function). Assigning an expression to f(x) makes the whole f(x) a name (which is not f(y)); usually not what you want.&lt;/p&gt;
&lt;p&gt;As to Maple vs Matlab: it really depends what you want to do. Maple is primarily a Computer Algebra System; Matlab is primarily a tool for numeric evaluations esp. involving matrices. So if you are looking for analytic solutions, Maple is your friend. If you routinely deal with large numerical problems; Matlab is. (And, yes, I am simplifying greatly here.)&lt;/p&gt;
&lt;p&gt;Note however, that both systems have aspects of the other side as well (certainly Maple can do a lot of numerics; I believe late versions of Matlab have a certain amount of symbolic capability added) and in fact can access each other at a certain level (the details of which I have not explored at all).&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;Mac Dude&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;To expand a little on J&amp;ouml;rg's answer:&lt;/p&gt;
&lt;p&gt;In Maple, assignments are done by ":=". The "=" is a logical expression, not an assignment.&lt;/p&gt;
&lt;p&gt;You define a function by writing f:=(x)-&amp;gt; a*x+b*x^2+c&amp;nbsp; i.e. using the arrow operator (there are other ways but this is the quickest way for a statement function). Assigning an expression to f(x) makes the whole f(x) a name (which is not f(y)); usually not what you want.&lt;/p&gt;
&lt;p&gt;As to Maple vs Matlab: it really depends what you want to do. Maple is primarily a Computer Algebra System; Matlab is primarily a tool for numeric evaluations esp. involving matrices. So if you are looking for analytic solutions, Maple is your friend. If you routinely deal with large numerical problems; Matlab is. (And, yes, I am simplifying greatly here.)&lt;/p&gt;
&lt;p&gt;Note however, that both systems have aspects of the other side as well (certainly Maple can do a lot of numerics; I believe late versions of Matlab have a certain amount of symbolic capability added) and in fact can access each other at a certain level (the details of which I have not explored at all).&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;Mac Dude&lt;/p&gt;</description>
      <guid>137612</guid>
      <pubDate>Sat, 22 Sep 2012 19:12:09 Z</pubDate>
      <itunes:author>Mac Dude</itunes:author>
      <author>Mac Dude</author>
    </item>
    <item>
      <title>This is a good approach</title>
      <link>http://www.mapleprimes.com/questions/137593-New-To-This-Forum-Need-Help-With-Maple?ref=Feed:MaplePrimes:New to this forum need help with Maple for general equations:Comments#comment137617</link>
      <itunes:summary>&lt;pre&gt;&amp;gt; solve([w(0), w(1), (D(D(w)))(0), (D(D(w)))(1)]);&lt;br&gt; {a[0] = 0, a[1] = a[4], a[2] = 0, a[3] = -2 a[4], a[4] = a[4]}&lt;br&gt;&amp;gt; solve([w(1), (D(D(w)))(1)]);&lt;br&gt;      {a[0] = -a[1] + 2 a[3] + 5 a[4], a[1] = a[1], &lt;br&gt;&lt;br&gt;        a[2] = -3 a[3] - 6 a[4], a[3] = a[3], a[4] = a[4]}&lt;/pre&gt;
&lt;pre&gt;This is what i got. My question is how can I make maple remember that a[0] = 0 and a[2] = 0. so i can keep       solving my equation to get an answer in terms of w(x) and x with the constants being replaced. &lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;&amp;gt; solve([w(0), w(1), (D(D(w)))(0), (D(D(w)))(1)]);&lt;br&gt; {a[0] = 0, a[1] = a[4], a[2] = 0, a[3] = -2 a[4], a[4] = a[4]}&lt;br&gt;&amp;gt; solve([w(1), (D(D(w)))(1)]);&lt;br&gt;      {a[0] = -a[1] + 2 a[3] + 5 a[4], a[1] = a[1], &lt;br&gt;&lt;br&gt;        a[2] = -3 a[3] - 6 a[4], a[3] = a[3], a[4] = a[4]}&lt;/pre&gt;
&lt;pre&gt;This is what i got. My question is how can I make maple remember that a[0] = 0 and a[2] = 0. so i can keep       solving my equation to get an answer in terms of w(x) and x with the constants being replaced. &lt;/pre&gt;</description>
      <guid>137617</guid>
      <pubDate>Sat, 22 Sep 2012 21:32:12 Z</pubDate>
      <itunes:author>Nicolo</itunes:author>
      <author>Nicolo</author>
    </item>
    <item>
      <title>Like Mac Dude mention before: you can use
a[0</title>
      <link>http://www.mapleprimes.com/questions/137593-New-To-This-Forum-Need-Help-With-Maple?ref=Feed:MaplePrimes:New to this forum need help with Maple for general equations:Comments#comment137620</link>
      <itunes:summary>&lt;p&gt;Like Mac Dude mention before: you can use&lt;/p&gt;
&lt;p&gt;a[0] := 0; a[2] := 0;&lt;/p&gt;
&lt;p&gt;or use the assign command like this:&lt;/p&gt;
&lt;p&gt;w := (x)-&amp;gt;a[0]+sum(a[i]*x^i, i=1..4);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # define the polynom&lt;/p&gt;
&lt;p&gt;sol := solve([w(0), w(1), D(D(w))(0), D(D(w))(1)]);&amp;nbsp;&amp;nbsp; # solve system of equations, D() is the differential operator&lt;/p&gt;
&lt;p&gt;assign(sol);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # assign solution to parameters a[0]-a[4]&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;Like Mac Dude mention before: you can use&lt;/p&gt;
&lt;p&gt;a[0] := 0; a[2] := 0;&lt;/p&gt;
&lt;p&gt;or use the assign command like this:&lt;/p&gt;
&lt;p&gt;w := (x)-&amp;gt;a[0]+sum(a[i]*x^i, i=1..4);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # define the polynom&lt;/p&gt;
&lt;p&gt;sol := solve([w(0), w(1), D(D(w))(0), D(D(w))(1)]);&amp;nbsp;&amp;nbsp; # solve system of equations, D() is the differential operator&lt;/p&gt;
&lt;p&gt;assign(sol);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # assign solution to parameters a[0]-a[4]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>137620</guid>
      <pubDate>Sun, 23 Sep 2012 05:46:49 Z</pubDate>
      <itunes:author>Joerg Picard</itunes:author>
      <author>Joerg Picard</author>
    </item>
  </channel>
</rss>