<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How do I calculate this integral?</title>
    <link>http://www.mapleprimes.com/questions/127410-How-Do-I-Calculate-This-Integral</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:25:19 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:25:19 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How do I calculate this integral?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How do I calculate this integral?</title>
      <link>http://www.mapleprimes.com/questions/127410-How-Do-I-Calculate-This-Integral</link>
    </image>
    <item>
      <title>piecewise a possibility?</title>
      <link>http://www.mapleprimes.com/questions/127410-How-Do-I-Calculate-This-Integral?ref=Feed:MaplePrimes:How do I calculate this integral?:Comments#answer127412</link>
      <itunes:summary>&lt;p&gt;You don't give all the code for norma, but the problem is exhibited in this simple example:&lt;/p&gt;
&lt;p&gt;f:=x-&amp;gt;if x&amp;lt;Pi/2 then sin(x)^2 else cos(x) end if;&lt;br&gt;int(f(x),x=0..2*Pi);&lt;/p&gt;
&lt;p&gt;#In this simple case using piecewise instead is a good idea&lt;/p&gt;
&lt;p&gt;fp:=x-&amp;gt;piecewise(x&amp;lt;Pi/2,sin(x)^2,cos(x));&lt;br&gt;int(fp(x),x=0..2*Pi);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You don't give all the code for norma, but the problem is exhibited in this simple example:&lt;/p&gt;
&lt;p&gt;f:=x-&amp;gt;if x&amp;lt;Pi/2 then sin(x)^2 else cos(x) end if;&lt;br&gt;int(f(x),x=0..2*Pi);&lt;/p&gt;
&lt;p&gt;#In this simple case using piecewise instead is a good idea&lt;/p&gt;
&lt;p&gt;fp:=x-&amp;gt;piecewise(x&amp;lt;Pi/2,sin(x)^2,cos(x));&lt;br&gt;int(fp(x),x=0..2*Pi);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>127412</guid>
      <pubDate>Sat, 05 Nov 2011 19:48:35 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Delay evaluation</title>
      <link>http://www.mapleprimes.com/questions/127410-How-Do-I-Calculate-This-Integral?ref=Feed:MaplePrimes:How do I calculate this integral?:Comments#answer127413</link>
      <itunes:summary>&lt;p&gt;One way is to delay the evaluation of the function call norma by quoting it with single forward quotes:&lt;/p&gt;
&lt;pre&gt;int( 'norma'(...), ..., numeric )&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;One way is to delay the evaluation of the function call norma by quoting it with single forward quotes:&lt;/p&gt;
&lt;pre&gt;int( 'norma'(...), ..., numeric )&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>127413</guid>
      <pubDate>Sat, 05 Nov 2011 19:52:42 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
  </channel>
</rss>