<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Symbolic Computations</title>
    <link>http://www.mapleprimes.com/questions/36336-Symbolic-Computations</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 21:24:49 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:24:49 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Symbolic Computations</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Symbolic Computations</title>
      <link>http://www.mapleprimes.com/questions/36336-Symbolic-Computations</link>
    </image>
    <item>
      <title>Several errors</title>
      <link>http://www.mapleprimes.com/questions/36336-Symbolic-Computations?ref=Feed:MaplePrimes:Symbolic Computations:Comments#answer61761</link>
      <itunes:summary>&lt;p&gt;You have several errors here.&lt;/p&gt;
&lt;p&gt;First, H is an equation and in the phi definition you have some expression plus that equation multiplied by something. What does that suppose to mean?&lt;/p&gt;
&lt;p&gt;Second, you have defined phi and then is using it as phi(x). Either you should use it as phi and not phi(x), or define is as phi :=x-&amp;gt; something (or as a procedure).&lt;/p&gt;
&lt;p&gt;Third, you can't integrate equations - say int(x=x^2,x) doesn't have much sense. You need expressions instead of equations.&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You have several errors here.&lt;/p&gt;
&lt;p&gt;First, H is an equation and in the phi definition you have some expression plus that equation multiplied by something. What does that suppose to mean?&lt;/p&gt;
&lt;p&gt;Second, you have defined phi and then is using it as phi(x). Either you should use it as phi and not phi(x), or define is as phi :=x-&amp;gt; something (or as a procedure).&lt;/p&gt;
&lt;p&gt;Third, you can't integrate equations - say int(x=x^2,x) doesn't have much sense. You need expressions instead of equations.&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>61761</guid>
      <pubDate>Mon, 16 Nov 2009 05:53:36 Z</pubDate>
      <itunes:author>alec</itunes:author>
      <author>alec</author>
    </item>
    <item>
      <title>maybe</title>
      <link>http://www.mapleprimes.com/questions/36336-Symbolic-Computations?ref=Feed:MaplePrimes:Symbolic Computations:Comments#answer61762</link>
      <itunes:summary>&lt;p&gt;assuming you meant to type * instead of = in the formula for H:&lt;/p&gt;
&lt;pre&gt;
H:= (cos(n*L)*cosh(n*L))/(sin(n*L)-sinh(n*L)):
phi:=x-&amp;gt;sin(n*x)-sinh(n*x)+H*(cos(n*x)-cosh(n*x)): 
int(phi(x), x=0..L);
&amp;nbsp; 1/2 (4 exp(n L) sin(n L) - 4 exp(n L) sinh(n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 2 cos(n L) sin(n L) exp(n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - cos(n L) cosh(n L) exp(2 n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + 2 cos(n L) sinh(n L) exp(n L) + cos(n L) cosh(n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - exp(2 n L) sin(n L) + exp(2 n L) sinh(n L) - sin(n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + sinh(n L) + 2 cos(n L) cosh(n L) sin(n L) exp(n L))

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp(-n L)/((sin(n L) - sinh(n L)) n)

&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;assuming you meant to type * instead of = in the formula for H:&lt;/p&gt;
&lt;pre&gt;
H:= (cos(n*L)*cosh(n*L))/(sin(n*L)-sinh(n*L)):
phi:=x-&amp;gt;sin(n*x)-sinh(n*x)+H*(cos(n*x)-cosh(n*x)): 
int(phi(x), x=0..L);
&amp;nbsp; 1/2 (4 exp(n L) sin(n L) - 4 exp(n L) sinh(n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 2 cos(n L) sin(n L) exp(n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - cos(n L) cosh(n L) exp(2 n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + 2 cos(n L) sinh(n L) exp(n L) + cos(n L) cosh(n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - exp(2 n L) sin(n L) + exp(2 n L) sinh(n L) - sin(n L)

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + sinh(n L) + 2 cos(n L) cosh(n L) sin(n L) exp(n L))

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp(-n L)/((sin(n L) - sinh(n L)) n)

&lt;/pre&gt;</description>
      <guid>61762</guid>
      <pubDate>Mon, 16 Nov 2009 21:24:15 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>That works.  Thanks for the</title>
      <link>http://www.mapleprimes.com/questions/36336-Symbolic-Computations?ref=Feed:MaplePrimes:Symbolic Computations:Comments#answer61763</link>
      <itunes:summary>&lt;p&gt;That works.&amp;nbsp; Thanks for the help&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;That works.&amp;nbsp; Thanks for the help&lt;/p&gt;</description>
      <guid>61763</guid>
      <pubDate>Tue, 17 Nov 2009 09:34:48 Z</pubDate>
      <itunes:author>TD03</itunes:author>
      <author>TD03</author>
    </item>
  </channel>
</rss>