<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How to compute an integral of a complicated function of different variables?</title>
    <link>http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated</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 10:03:04 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 10:03:04 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to compute an integral of a complicated function of different variables?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to compute an integral of a complicated function of different variables?</title>
      <link>http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated</link>
    </image>
    <item>
      <title>Function</title>
      <link>http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated?ref=Feed:MaplePrimes:How to compute an integral of a complicated function of different variables?:Comments#answer128254</link>
      <itunes:summary>&lt;p&gt;This is what functions are for.&amp;nbsp; Try:&lt;/p&gt;
&lt;p&gt;&amp;gt; A:= (r,z) -&amp;gt; &lt;span class="mainBody document"&gt;int( f(r,z, teta), teta=0..0.78)&lt;/span&gt;;&lt;/p&gt;
&lt;p&gt;Then, for example,&lt;/p&gt;
&lt;p&gt;A(2,3);&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;This is what functions are for.&amp;nbsp; Try:&lt;/p&gt;
&lt;p&gt;&amp;gt; A:= (r,z) -&amp;gt; &lt;span class="mainBody document"&gt;int( f(r,z, teta), teta=0..0.78)&lt;/span&gt;;&lt;/p&gt;
&lt;p&gt;Then, for example,&lt;/p&gt;
&lt;p&gt;A(2,3);&lt;/p&gt;</description>
      <guid>128254</guid>
      <pubDate>Wed, 30 Nov 2011 12:03:51 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>&amp;nbsp;
Thanks a lot for your answer, it</title>
      <link>http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated?ref=Feed:MaplePrimes:How to compute an integral of a complicated function of different variables?:Comments#comment128356</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks a lot for your answer, it works..&lt;/p&gt;
&lt;p&gt;I wanted to find an answer for the integral in the form of function (of r &amp;amp; z), and then substitute the numbers. but now with the procedure you suggested, Maple can find the answer immediately.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks a lot for your answer, it works..&lt;/p&gt;
&lt;p&gt;I wanted to find an answer for the integral in the form of function (of r &amp;amp; z), and then substitute the numbers. but now with the procedure you suggested, Maple can find the answer immediately.&lt;/p&gt;</description>
      <guid>128356</guid>
      <pubDate>Sun, 04 Dec 2011 14:00:11 Z</pubDate>
      <itunes:author>sara_ph</itunes:author>
      <author>sara_ph</author>
    </item>
    <item>
      <title>Maple is kidding me!!</title>
      <link>http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated?ref=Feed:MaplePrimes:How to compute an integral of a complicated function of different variables?:Comments#comment129316</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;Dear Prof. Israel,&lt;/p&gt;
&lt;p&gt;First it sounds right, but now..&lt;/p&gt;
&lt;p&gt;Now I&amp;rsquo;ve examined the function and have found that with the procedure you suggested, Maple first put the numerical values of r and z into the complicated function f(r,z) and then compute the integral over the third parameter!!&lt;/p&gt;
&lt;p&gt;What shall I do? There must be some numerical way of computing the integral of such complicated functions, but what??&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;Dear Prof. Israel,&lt;/p&gt;
&lt;p&gt;First it sounds right, but now..&lt;/p&gt;
&lt;p&gt;Now I&amp;rsquo;ve examined the function and have found that with the procedure you suggested, Maple first put the numerical values of r and z into the complicated function f(r,z) and then compute the integral over the third parameter!!&lt;/p&gt;
&lt;p&gt;What shall I do? There must be some numerical way of computing the integral of such complicated functions, but what??&lt;/p&gt;</description>
      <guid>129316</guid>
      <pubDate>Wed, 04 Jan 2012 10:36:24 Z</pubDate>
      <itunes:author>sara_ph</itunes:author>
      <author>sara_ph</author>
    </item>
    <item>
      <title>Like this?</title>
      <link>http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated?ref=Feed:MaplePrimes:How to compute an integral of a complicated function of different variables?:Comments#comment129369</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated#comment129316"&gt;@sara_ph&lt;/a&gt; : Nobody is kidding anybody.&amp;nbsp; I was (and am still) not sure what you wanted Maple to do.&amp;nbsp; Do you mean something like this?&lt;br&gt;This will produce a numerical approximation of the integral for any values of the parameters.&lt;/p&gt;
&lt;p&gt;&amp;gt; B:= unapply(Student[Calculus1][ApproximateInt](f(r,z,teta), teta=0 .. 0.78, method=simpson, partition=100), r, z):&lt;/p&gt;
&lt;p&gt;Then:&lt;/p&gt;
&lt;p&gt;&amp;gt; B(2,3);&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/128253-How-To-Compute-An-Integral-Of-A-Complicated#comment129316"&gt;@sara_ph&lt;/a&gt; : Nobody is kidding anybody.&amp;nbsp; I was (and am still) not sure what you wanted Maple to do.&amp;nbsp; Do you mean something like this?&lt;br&gt;This will produce a numerical approximation of the integral for any values of the parameters.&lt;/p&gt;
&lt;p&gt;&amp;gt; B:= unapply(Student[Calculus1][ApproximateInt](f(r,z,teta), teta=0 .. 0.78, method=simpson, partition=100), r, z):&lt;/p&gt;
&lt;p&gt;Then:&lt;/p&gt;
&lt;p&gt;&amp;gt; B(2,3);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>129369</guid>
      <pubDate>Fri, 06 Jan 2012 01:32:41 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>You are right..</title>
      <link>http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated?ref=Feed:MaplePrimes:How to compute an integral of a complicated function of different variables?:Comments#comment129453</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated#comment129369"&gt;@Robert Israel&lt;/a&gt; I do apolagize if I have bothered you, I didn't mean it.&lt;/p&gt;
&lt;p&gt;yes, something like this will help. Function definition is also correct but it fails at zero points of r and z, because in the integrand there is (for example) r*cos(teta) , by subsituting r=0 this one will be eliminated from integration which sounds wrong.&lt;/p&gt;
&lt;p&gt;I have now 3 other questions. I will be glad if you (or any other person) could help me...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Is it possible for Maple to compute an integral false?&lt;/p&gt;
&lt;p&gt;2. How can we reduce the computation time for an integral?(Still I have not examined your latest command line) Does Maple run slower than Mathlab for a similar program?&lt;/p&gt;
&lt;p&gt;3. while running my program an error report appeared: "kernel connection has been lost" and it stopped running, needed to be restarted. How can I avoid this error?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many Thanks...&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/128253-How-To-Compute-An-Integral-Of-A-Complicated#comment129369"&gt;@Robert Israel&lt;/a&gt; I do apolagize if I have bothered you, I didn't mean it.&lt;/p&gt;
&lt;p&gt;yes, something like this will help. Function definition is also correct but it fails at zero points of r and z, because in the integrand there is (for example) r*cos(teta) , by subsituting r=0 this one will be eliminated from integration which sounds wrong.&lt;/p&gt;
&lt;p&gt;I have now 3 other questions. I will be glad if you (or any other person) could help me...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Is it possible for Maple to compute an integral false?&lt;/p&gt;
&lt;p&gt;2. How can we reduce the computation time for an integral?(Still I have not examined your latest command line) Does Maple run slower than Mathlab for a similar program?&lt;/p&gt;
&lt;p&gt;3. while running my program an error report appeared: "kernel connection has been lost" and it stopped running, needed to be restarted. How can I avoid this error?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many Thanks...&lt;/p&gt;</description>
      <guid>129453</guid>
      <pubDate>Sun, 08 Jan 2012 15:52:48 Z</pubDate>
      <itunes:author>sara_ph</itunes:author>
      <author>sara_ph</author>
    </item>
  </channel>
</rss>