<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with functions</title>
    <link>http://www.mapleprimes.com/tags/functions</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Mon, 21 May 2012 17:53:31 GMT</lastBuildDate>
    <pubDate>Mon, 21 May 2012 17:53:31 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with functions</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with functions</title>
      <link>http://www.mapleprimes.com/tags/functions</link>
    </image>
    <item>
      <title>Thanks, and how can I make and use  functions  f( c[n](t) ) of the basic output c[n](t) of dsolve/numeric, e.g. norm = add(abs(c[n](t))^2,n=1..nn) ?</title>
      <link>http://www.mapleprimes.com/questions/132748-Thanks-And-How-Can-I-Make-And-Use--Functions--F-Cn?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-right: 0px; margin-left: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt; &amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-right: 0px; margin-left: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt; &amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
      <guid>132748</guid>
      <pubDate>Sat, 07 Apr 2012 20:19:55 Z</pubDate>
      <itunes:author>mjc</itunes:author>
      <author>mjc</author>
    </item>
    <item>
      <title>Sums and cycles with functions in Maple</title>
      <link>http://www.mapleprimes.com/questions/132741-Sums-And-Cycles-With-Functions-In-Maple?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;At one step of my code I need to define an array of functions which I will later use.&lt;/p&gt;
&lt;p&gt;Simplified version of it to highlight the problem:&lt;/p&gt;
&lt;p&gt;restart:with(linalg):&lt;br&gt;procG:=proc(a,b) if a&amp;gt;b then a-b else 0 end if end proc:&lt;br&gt;F:=vector(2):&lt;br&gt;for i from 1 to 2 do F[i]:=x-&amp;gt;i*procG(x,0) end;&lt;/p&gt;
&lt;p&gt;In the actual code array is much bigger and the expression for each function is much more complicated so using the cycle is a real 'must'.&lt;/p&gt;
&lt;p&gt;Instead of F[1...</itunes:summary>
      <description>&lt;p&gt;At one step of my code I need to define an array of functions which I will later use.&lt;/p&gt;
&lt;p&gt;Simplified version of it to highlight the problem:&lt;/p&gt;
&lt;p&gt;restart:with(linalg):&lt;br&gt;procG:=proc(a,b) if a&amp;gt;b then a-b else 0 end if end proc:&lt;br&gt;F:=vector(2):&lt;br&gt;for i from 1 to 2 do F[i]:=x-&amp;gt;i*procG(x,0) end;&lt;/p&gt;
&lt;p&gt;In the actual code array is much bigger and the expression for each function is much more complicated so using the cycle is a real 'must'.&lt;/p&gt;
&lt;p&gt;Instead of F[1...</description>
      <guid>132741</guid>
      <pubDate>Sat, 07 Apr 2012 18:27:35 Z</pubDate>
      <itunes:author>TaPaKaH</itunes:author>
      <author>TaPaKaH</author>
    </item>
    <item>
      <title>Diagramm: Fit a function one some measured points --&gt; exponential function</title>
      <link>http://www.mapleprimes.com/questions/131727-Diagramm-Fit-A-Function-One-Some-Measured-Points-?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I measured some points. This points are plotted in a graph. Now I want to make a fit on this points.&lt;/p&gt;
&lt;p&gt;I now that the fit-function has to be like this:&lt;/p&gt;
&lt;p&gt;F = A + B1 x e^(-t/C1) + B2 x e^(-t/C2)&lt;/p&gt;
&lt;p&gt;Problem: how can I create a fitting function like that?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The best thing I found is the "spline"-fit, but it doesn't work properly. It has to be one lonely function, not a summary of several functions (like spline).</itunes:summary>
      <description>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I measured some points. This points are plotted in a graph. Now I want to make a fit on this points.&lt;/p&gt;
&lt;p&gt;I now that the fit-function has to be like this:&lt;/p&gt;
&lt;p&gt;F = A + B1 x e^(-t/C1) + B2 x e^(-t/C2)&lt;/p&gt;
&lt;p&gt;Problem: how can I create a fitting function like that?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The best thing I found is the "spline"-fit, but it doesn't work properly. It has to be one lonely function, not a summary of several functions (like spline).</description>
      <guid>131727</guid>
      <pubDate>Wed, 14 Mar 2012 10:31:45 Z</pubDate>
      <itunes:author>Xilyte</itunes:author>
      <author>Xilyte</author>
    </item>
    <item>
      <title>how to compute the modified Mathieu function of besssel I/K type with maple?</title>
      <link>http://www.mapleprimes.com/questions/131724-How-To-Compute-The-Modified-Mathieu?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;Dear guys,&lt;/p&gt;
&lt;p&gt;recently, I met a problem. I need to compute numerically the Mathieu function of bessel I type and bessel K type(Ie,Io,Ke,Ko or denoted by Ce(-q),Se(q),Fek,Gek etc.). That is the mathieu function could be expanded in the series of the modified bessel function I or K. However, I find the commands in maple is very limited, and a question is coming: how to compute these functions with maple?&lt;/p&gt;
&lt;p&gt;Thanks for your attention.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;yxxu&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Dear guys,&lt;/p&gt;
&lt;p&gt;recently, I met a problem. I need to compute numerically the Mathieu function of bessel I type and bessel K type(Ie,Io,Ke,Ko or denoted by Ce(-q),Se(q),Fek,Gek etc.). That is the mathieu function could be expanded in the series of the modified bessel function I or K. However, I find the commands in maple is very limited, and a question is coming: how to compute these functions with maple?&lt;/p&gt;
&lt;p&gt;Thanks for your attention.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;yxxu&lt;/p&gt;</description>
      <guid>131724</guid>
      <pubDate>Wed, 14 Mar 2012 08:45:58 Z</pubDate>
      <itunes:author>yxxu</itunes:author>
      <author>yxxu</author>
    </item>
    <item>
      <title>Plot functions numerically in three dimension</title>
      <link>http://www.mapleprimes.com/questions/131348-Plot-Functions-Numerically-In-Three-Dimension?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I have a function defined as&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F[i]:=&lt;span class="Apple-style-span" style="font-size: 9px;"&gt;x[i]^2&amp;nbsp;+x[i]*y[i]+y[i]^2 &amp;nbsp; &amp;nbsp;where &amp;nbsp;x[i]:= (i-1)0.1 &amp;nbsp;and y[i]:=(i-1)0.2 , &amp;nbsp; &amp;nbsp;i=1..100&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I have a function defined as&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;F[i]:=&lt;span class="Apple-style-span" style="font-size: 9px;"&gt;x[i]^2&amp;nbsp;+x[i]*y[i]+y[i]^2 &amp;nbsp; &amp;nbsp;where &amp;nbsp;x[i]:= (i-1)0.1 &amp;nbsp;and y[i]:=(i-1)0.2 , &amp;nbsp; &amp;nbsp;i=1..100&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;</description>
      <guid>131348</guid>
      <pubDate>Thu, 01 Mar 2012 09:54:32 Z</pubDate>
      <itunes:author>amrramadaneg</itunes:author>
      <author>amrramadaneg</author>
    </item>
    <item>
      <title>Approximations to complicated functions</title>
      <link>http://www.mapleprimes.com/questions/130845-Approximations-To-Complicated-Functions?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I'm working with some rather complicated functions in Maple. They are elements in matrices, and I need to perform mattrix operations on them, as well as integrations. When I try this with my complete functions, Maple locks up. Therefore I am trying to make approximations to some of the functions. The example below shows an example, where the complicated function (green) is denoted theta24. I comvert it to a 5th degree polynomial (red). But the approximation only...</itunes:summary>
      <description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I'm working with some rather complicated functions in Maple. They are elements in matrices, and I need to perform mattrix operations on them, as well as integrations. When I try this with my complete functions, Maple locks up. Therefore I am trying to make approximations to some of the functions. The example below shows an example, where the complicated function (green) is denoted theta24. I comvert it to a 5th degree polynomial (red). But the approximation only...</description>
      <guid>130845</guid>
      <pubDate>Fri, 17 Feb 2012 15:35:32 Z</pubDate>
      <itunes:author>mrask</itunes:author>
      <author>mrask</author>
    </item>
    <item>
      <title>Solve equation with paramaters in Maple</title>
      <link>http://www.mapleprimes.com/questions/130170-Solve-Equation-With-Paramaters-In-Maple?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I've got the following Maple math code (its called the 'Strickler function', giving a relation between water hight 'y' in a channel and other paramaters), that works like a charm and correctly outputs my function Q =&lt;/p&gt;
&lt;p&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; A := (b+m*y)*y;&lt;br&gt;&amp;gt; R := A/(b+2*y*sqrt(1+m^2));&lt;br&gt;&amp;gt; Q := k*A*R^(2/3)*s^(1/2);&lt;/p&gt;
&lt;p&gt;However, all contants in the functions are know, except for 'y' (Q is known as well). How do I solve the last equation for...</itunes:summary>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I've got the following Maple math code (its called the 'Strickler function', giving a relation between water hight 'y' in a channel and other paramaters), that works like a charm and correctly outputs my function Q =&lt;/p&gt;
&lt;p&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; A := (b+m*y)*y;&lt;br&gt;&amp;gt; R := A/(b+2*y*sqrt(1+m^2));&lt;br&gt;&amp;gt; Q := k*A*R^(2/3)*s^(1/2);&lt;/p&gt;
&lt;p&gt;However, all contants in the functions are know, except for 'y' (Q is known as well). How do I solve the last equation for...</description>
      <guid>130170</guid>
      <pubDate>Sun, 29 Jan 2012 10:13:07 Z</pubDate>
      <itunes:author>Scott223</itunes:author>
      <author>Scott223</author>
    </item>
    <item>
      <title>how do i plot multiple plots in a graph?</title>
      <link>http://www.mapleprimes.com/questions/128979-How-Do-I-Plot-Multiple-Plots-In-A-Graph?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;i am plotting multiple plots in one graph using the following commands. This has been successful for a different function but it doesnt work at all for the typed function. can you pinpoint my mistake? maple sheet is attached as well.&lt;/p&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; w(r):=1+(S)/(2)*[(r^(2)-1)/(2)-4*ln(r)]-(b*S^(3))/(4)*[(r^(4)-1)/(4)+128*((1)/(r^(2))-1)-6*(r^(2)-1)+48*ln(r)]+(3* S^(5)*b^(2))/(8)*[80*(r^(2)-1)-5*(r^(4)-1)-640*ln(r)-640*((1)/(r^(2))-1)+(r^(6)-1)/(6)+256*((1)/(r^(4))-1)];&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;i am plotting multiple plots in one graph using the following commands. This has been successful for a different function but it doesnt work at all for the typed function. can you pinpoint my mistake? maple sheet is attached as well.&lt;/p&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; w(r):=1+(S)/(2)*[(r^(2)-1)/(2)-4*ln(r)]-(b*S^(3))/(4)*[(r^(4)-1)/(4)+128*((1)/(r^(2))-1)-6*(r^(2)-1)+48*ln(r)]+(3* S^(5)*b^(2))/(8)*[80*(r^(2)-1)-5*(r^(4)-1)-640*ln(r)-640*((1)/(r^(2))-1)+(r^(6)-1)/(6)+256*((1)/(r^(4))-1)];&lt;/pre&gt;</description>
      <guid>128979</guid>
      <pubDate>Tue, 20 Dec 2011 08:20:16 Z</pubDate>
      <itunes:author>kristen</itunes:author>
      <author>kristen</author>
    </item>
    <item>
      <title>Contest Success Function</title>
      <link>http://www.mapleprimes.com/questions/128346-Contest-Success-Function?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;I've found no questions about these types of functions. When I try to solve this equation by using the FOC function and then try to isolate one of the variables 'effort' (or optimal effort) the outcome is about 6 lines of algebra. When I use simplify it expands even further. What other options are there to get a 'nice' expression?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I've found no questions about these types of functions. When I try to solve this equation by using the FOC function and then try to isolate one of the variables 'effort' (or optimal effort) the outcome is about 6 lines of algebra. When I use simplify it expands even further. What other options are there to get a 'nice' expression?&lt;/p&gt;</description>
      <guid>128346</guid>
      <pubDate>Sat, 03 Dec 2011 17:47:24 Z</pubDate>
      <itunes:author>meisje_danst</itunes:author>
      <author>meisje_danst</author>
    </item>
    <item>
      <title>compiled as much as possible expression</title>
      <link>http://www.mapleprimes.com/posts/128104-Compiled-As-Much-As-Possible-Expression?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;Wide set of expressions can convert to compiled functions. Expressions can even include definite integrals.&lt;br&gt;Hope it helps for others who want really speedup calculations in maple as much as possible for now.&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=128104/425735/ex.mw"&gt;ex.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Checked under 15.01 version&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Wide set of expressions can convert to compiled functions. Expressions can even include definite integrals.&lt;br&gt;Hope it helps for others who want really speedup calculations in maple as much as possible for now.&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=128104/425735/ex.mw"&gt;ex.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Checked under 15.01 version&lt;/p&gt;</description>
      <guid>128104</guid>
      <pubDate>Fri, 25 Nov 2011 13:41:54 Z</pubDate>
      <itunes:author>icegood</itunes:author>
      <author>icegood</author>
    </item>
    <item>
      <title>Plotting advance Dirac function</title>
      <link>http://www.mapleprimes.com/questions/128095-Plotting-Advance-Dirac-Function?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have 2 functions here and I want to study their graphic. I never used Maple for that kind of things but this is probably the fastest and more precise way to see what happens graphically when it comes to those functions:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;y1(t) = -rDirac(t) + t^2* summation (from n=0 to infinite) (r^(2n-1) * Dirac(t-2*n*Tau))&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;y2(t) = t^2* summation (from n=1 to infinite) (r^2n*Dirac(t-(2n+1)*Tau)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have 2 functions here and I want to study their graphic. I never used Maple for that kind of things but this is probably the fastest and more precise way to see what happens graphically when it comes to those functions:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;y1(t) = -rDirac(t) + t^2* summation (from n=0 to infinite) (r^(2n-1) * Dirac(t-2*n*Tau))&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;y2(t) = t^2* summation (from n=1 to infinite) (r^2n*Dirac(t-(2n+1)*Tau)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
      <guid>128095</guid>
      <pubDate>Fri, 25 Nov 2011 02:43:43 Z</pubDate>
      <itunes:author>TsarStangra</itunes:author>
      <author>TsarStangra</author>
    </item>
    <item>
      <title>Plotting two or more functions in iPad</title>
      <link>http://www.mapleprimes.com/questions/127694-Plotting-Two-Or-More-Functions-In-IPad?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;Is possible to plot two or more functions at the same time in the iPad's application?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Is possible to plot two or more functions at the same time in the iPad's application?&lt;/p&gt;</description>
      <guid>127694</guid>
      <pubDate>Sun, 13 Nov 2011 08:18:13 Z</pubDate>
      <itunes:author>alorente</itunes:author>
      <author>alorente</author>
    </item>
    <item>
      <title>Join curves in a plot</title>
      <link>http://www.mapleprimes.com/questions/126917-Join-Curves-In-A-Plot?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;Hi everyone.&lt;/p&gt;
&lt;p&gt;I have calculated three functions which led to three curves in a plot. Since I need to join them so as to create just one curve, I ask you if there's a method, even if approximated. I've thought about an interpolation but I don't know if it's feasible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi everyone.&lt;/p&gt;
&lt;p&gt;I have calculated three functions which led to three curves in a plot. Since I need to join them so as to create just one curve, I ask you if there's a method, even if approximated. I've thought about an interpolation but I don't know if it's feasible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;</description>
      <guid>126917</guid>
      <pubDate>Fri, 21 Oct 2011 09:41:59 Z</pubDate>
      <itunes:author>tanner87</itunes:author>
      <author>tanner87</author>
    </item>
    <item>
      <title>pointplot arrays</title>
      <link>http://www.mapleprimes.com/questions/126784-Pointplot-Arrays?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;Hi, I have 2 sets of data:&lt;/p&gt;
&lt;pre&gt;P := array([1.23, 1.15, 1.10, 1.20, 1.35, 1.25, 1.28, .99, 1.22, 1.25, 1.30, 1.05]);&lt;/pre&gt;
&lt;pre&gt;Q := array([892, 1012, 1060, 987, 680, 739, 809, 1275, 946, 874, 720, 1096]);&lt;/pre&gt;
&lt;pre&gt;p=P(t), q=Q(t) i.e. both p &amp;amp; q are a function of parameter t  t=1..12&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;2 functions: &lt;/pre&gt;
&lt;pre&gt;x=ln(p)&lt;/pre&gt;
&lt;pre&gt;y=ln(q)&lt;/pre&gt;
&lt;pre&gt;I'm trying to display x against y , ie x=ln(p) on the horizontal axis, y=ln(q) on the vertical&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Hi, I have 2 sets of data:&lt;/p&gt;
&lt;pre&gt;P := array([1.23, 1.15, 1.10, 1.20, 1.35, 1.25, 1.28, .99, 1.22, 1.25, 1.30, 1.05]);&lt;/pre&gt;
&lt;pre&gt;Q := array([892, 1012, 1060, 987, 680, 739, 809, 1275, 946, 874, 720, 1096]);&lt;/pre&gt;
&lt;pre&gt;p=P(t), q=Q(t) i.e. both p &amp;amp; q are a function of parameter t  t=1..12&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;2 functions: &lt;/pre&gt;
&lt;pre&gt;x=ln(p)&lt;/pre&gt;
&lt;pre&gt;y=ln(q)&lt;/pre&gt;
&lt;pre&gt;I'm trying to display x against y , ie x=ln(p) on the horizontal axis, y=ln(q) on the vertical&lt;/pre&gt;</description>
      <guid>126784</guid>
      <pubDate>Tue, 18 Oct 2011 18:49:28 Z</pubDate>
      <itunes:author>okoolo</itunes:author>
      <author>okoolo</author>
    </item>
    <item>
      <title>external dll EvalMapleStatement</title>
      <link>http://www.mapleprimes.com/questions/126686-External-Dll-EvalMapleStatement?ref=Feed:MaplePrimes:Tagged With functions</link>
      <itunes:summary>&lt;p&gt;Call EvalMapleStatement from c dll.&lt;/p&gt;
&lt;p&gt;expression always has form like "F(0.4, 0.7, 0.9);" i.e. maple defined function called. All i need it's value without any kind of caching. But memory usage dramatically grows. Help to overcome it!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tried already EvalMapleStatement ("forget(F);") - do not work. I'm out of ideas what maple also caches. F itself is complicated enought. And not known a priori. How to clear all caches of other functions that f might call?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Call EvalMapleStatement from c dll.&lt;/p&gt;
&lt;p&gt;expression always has form like "F(0.4, 0.7, 0.9);" i.e. maple defined function called. All i need it's value without any kind of caching. But memory usage dramatically grows. Help to overcome it!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tried already EvalMapleStatement ("forget(F);") - do not work. I'm out of ideas what maple also caches. F itself is complicated enought. And not known a priori. How to clear all caches of other functions that f might call?&lt;/p&gt;</description>
      <guid>126686</guid>
      <pubDate>Sun, 16 Oct 2011 20:15:40 Z</pubDate>
      <itunes:author>icegood</itunes:author>
      <author>icegood</author>
    </item>
  </channel>
</rss>
