<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Bessel simplification?</title>
    <link>http://www.mapleprimes.com/questions/35690-Bessel-Simplification</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 14:11:09 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 14:11:09 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Bessel simplification?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Bessel simplification?</title>
      <link>http://www.mapleprimes.com/questions/35690-Bessel-Simplification</link>
    </image>
    <item>
      <title>for example</title>
      <link>http://www.mapleprimes.com/questions/35690-Bessel-Simplification?ref=Feed:MaplePrimes:Bessel simplification?:Comments#answer44726</link>
      <itunes:summary>&lt;p&gt;I do not know what you mean by sum of Bessel functions or what you expect to see, but for example you can go as follows:&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; sin(t);
&amp;nbsp; convert(%, hypergeom, include=all, only=sin);
&amp;nbsp; convert(%, Bessel);
&lt;/pre&gt;
&lt;p&gt;which expresses sin as BesselJ(1/2,t)*sqrt(t*Pi/2)&lt;/p&gt;
&lt;p&gt;Perhaps the following is your desired monster:&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; myExpr:=sin(c + I * (sin (d + k * sin(t))));
&amp;nbsp; convert(myExpr, hypergeom, include=all, only=sin);
&amp;nbsp; convert(%, Bessel);
&amp;nbsp; convert(%, BesselJ);
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;I do not know what you mean by sum of Bessel functions or what you expect to see, but for example you can go as follows:&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; sin(t);
&amp;nbsp; convert(%, hypergeom, include=all, only=sin);
&amp;nbsp; convert(%, Bessel);
&lt;/pre&gt;
&lt;p&gt;which expresses sin as BesselJ(1/2,t)*sqrt(t*Pi/2)&lt;/p&gt;
&lt;p&gt;Perhaps the following is your desired monster:&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; myExpr:=sin(c + I * (sin (d + k * sin(t))));
&amp;nbsp; convert(myExpr, hypergeom, include=all, only=sin);
&amp;nbsp; convert(%, Bessel);
&amp;nbsp; convert(%, BesselJ);
&lt;/pre&gt;</description>
      <guid>44726</guid>
      <pubDate>Fri, 19 Feb 2010 01:18:09 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
  </channel>
</rss>