<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Newest Comments</title>
    <link>http://www.mapleprimes.com/comments</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 26 May 2012 03:35:00 GMT</lastBuildDate>
    <pubDate>Sat, 26 May 2012 03:35:00 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments and answers added to MaplePrimes</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Newest Comments</title>
      <link>http://www.mapleprimes.com/comments</link>
    </image>
    <item>
      <title>Maple 16.04</title>
      <link>http://www.mapleprimes.com/posts/134471-Maple-1601-Now-Available?ref=Feed:MaplePrimes:New Comments#comment134543</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/posts/134471-Maple-1601-Now-Available#comment134499"&gt;@Markiyan Hirnyk&lt;/a&gt; 16.04 would be nice.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Maple 10 got up to 10.06.&amp;nbsp; Since then, there has been only 2 fixes per version until Maple 15 which only saw one minor fix.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The gist behind the fewer updates were that more bugs would be fixed for the update.&amp;nbsp; Unfotunately, fewer updates means a much less up to date version when the new release comes along and a less refined version.&amp;nbsp;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/posts/134471-Maple-1601-Now-Available#comment134499"&gt;@Markiyan Hirnyk&lt;/a&gt; 16.04 would be nice.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Maple 10 got up to 10.06.&amp;nbsp; Since then, there has been only 2 fixes per version until Maple 15 which only saw one minor fix.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The gist behind the fewer updates were that more bugs would be fixed for the update.&amp;nbsp; Unfotunately, fewer updates means a much less up to date version when the new release comes along and a less refined version.&amp;nbsp;</description>
      <guid>134543</guid>
      <pubDate>Sat, 26 May 2012 02:18:08 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>Digits := 23
Let c be the MRB constant
c</title>
      <link>http://www.mapleprimes.com/posts/134388-MRB-Constant-N-Part-3?ref=Feed:MaplePrimes:New Comments#comment134542</link>
      <itunes:summary>&lt;p&gt;Digits := 23&lt;/p&gt;
&lt;p&gt;Let c be the MRB constant&lt;/p&gt;
&lt;p&gt;c := .187859642462067120248517934054273230055903094900139&lt;/p&gt;
&lt;p&gt;Let C be &lt;a href="http://mathworld.wolfram.com/CatalansConstant.html"&gt;Catalan's Constant&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;C := .9159655941772190150546035149323841107741493742816721&lt;/p&gt;
&lt;p&gt;evalf(-(119/19)*C-115+(479561360045/59753497176)*Pi+(525/76)*Pi^2+(102/19)*Pi*ln(2)+(353/76)*Pi*ln(3)-2*c)&amp;nbsp;=&amp;nbsp;-8.*10^(-21)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Digits := 23&lt;/p&gt;
&lt;p&gt;Let c be the MRB constant&lt;/p&gt;
&lt;p&gt;c := .187859642462067120248517934054273230055903094900139&lt;/p&gt;
&lt;p&gt;Let C be &lt;a href="http://mathworld.wolfram.com/CatalansConstant.html"&gt;Catalan's Constant&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;C := .9159655941772190150546035149323841107741493742816721&lt;/p&gt;
&lt;p&gt;evalf(-(119/19)*C-115+(479561360045/59753497176)*Pi+(525/76)*Pi^2+(102/19)*Pi*ln(2)+(353/76)*Pi*ln(3)-2*c)&amp;nbsp;=&amp;nbsp;-8.*10^(-21)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>134542</guid>
      <pubDate>Sat, 26 May 2012 01:38:18 Z</pubDate>
      <itunes:author>Marvin Ray Burns</itunes:author>
      <author>Marvin Ray Burns</author>
    </item>
    <item>
      <title>maybe more issues</title>
      <link>http://www.mapleprimes.com/questions/134523-How-Do-I-Supress-The-Output?ref=Feed:MaplePrimes:New Comments#comment134540</link>
      <itunes:summary>&lt;p&gt;It seems like there are a few more issues in your code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you even get a plot output?&amp;nbsp; I seem to get values up to C[16] then results are no longer numeric.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also your pointplot([C,E])&amp;nbsp; doesn't appear to be in the correct format perhaps you mean pointplot([seq([C[i],E[i]],i=1..?)])&amp;nbsp; or maybe your format is workable in newer maple versions?&lt;/p&gt;
&lt;p&gt;Also it looks like you are using one variable as a counter.&amp;nbsp; You could also use listplot...</itunes:summary>
      <description>&lt;p&gt;It seems like there are a few more issues in your code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you even get a plot output?&amp;nbsp; I seem to get values up to C[16] then results are no longer numeric.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also your pointplot([C,E])&amp;nbsp; doesn't appear to be in the correct format perhaps you mean pointplot([seq([C[i],E[i]],i=1..?)])&amp;nbsp; or maybe your format is workable in newer maple versions?&lt;/p&gt;
&lt;p&gt;Also it looks like you are using one variable as a counter.&amp;nbsp; You could also use listplot...</description>
      <guid>134540</guid>
      <pubDate>Sat, 26 May 2012 01:00:04 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
    <item>
      <title>quiet</title>
      <link>http://www.mapleprimes.com/questions/134523-How-Do-I-Supress-The-Output?ref=Feed:MaplePrimes:New Comments#comment134539</link>
      <itunes:summary>&lt;p&gt;How about setting interface to quiet?&lt;br&gt;interface(quiet=true):&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;How about setting interface to quiet?&lt;br&gt;interface(quiet=true):&lt;/p&gt;</description>
      <guid>134539</guid>
      <pubDate>Fri, 25 May 2012 21:21:27 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>[C,LAGS] = XCORR(...)</title>
      <link>http://www.mapleprimes.com/questions/134436-AutoCorrelation-Maple-Vs-MatLab?ref=Feed:MaplePrimes:New Comments#comment134537</link>
      <itunes:summary>&lt;p&gt;&lt;span style="background-color: #ffffff;"&gt;How to implement the following procedure&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;[C,LAGS] = XCORR(...)&amp;nbsp; returns a vector of lag indices (LAGS)?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span style="background-color: #ffffff;"&gt;How to implement the following procedure&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;[C,LAGS] = XCORR(...)&amp;nbsp; returns a vector of lag indices (LAGS)?&lt;/p&gt;</description>
      <guid>134537</guid>
      <pubDate>Fri, 25 May 2012 15:37:18 Z</pubDate>
      <itunes:author>herclau</itunes:author>
      <author>herclau</author>
    </item>
    <item>
      <title>&amp;nbsp;Again let c be the MRB constant and</title>
      <link>http://www.mapleprimes.com/posts/134388-MRB-Constant-N-Part-3?ref=Feed:MaplePrimes:New Comments#comment134536</link>
      <itunes:summary>&lt;p&gt;Digits:=22&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Again let c be the MRB constant and this time let b be&lt;a href="http://mathworld.wolfram.com/BirthdayProblem.html"&gt;&amp;nbsp;the probability that at least two people in a room of 23 share&amp;nbsp;birthday.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;b:=.5072972343239854072254172283370325002359718452929878&lt;br&gt;c:=&amp;nbsp;0.187859642462067120248517934054273230055903094900139&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(6200 b-239)/(2 (1550 b+437))-1 =0.187859642462067125421&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(5 (1860 b+127))/(2 (1550 b+437))-2 =0.187859642462067125421&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(5 (4960 b+1001))/(2 (1550 b+437))-7 =&amp;nbsp;0.187859642462067125421&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;0.187859642462067125421-c =&amp;nbsp;5.1725*10^(-18)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Also&amp;nbsp;&lt;/p&gt;
&lt;p&gt;evalf(23212425209 /3144920904*Pi-23 - c) =&amp;nbsp;2.*10^(-20)&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Digits:=22&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Again let c be the MRB constant and this time let b be&lt;a href="http://mathworld.wolfram.com/BirthdayProblem.html"&gt;&amp;nbsp;the probability that at least two people in a room of 23 share&amp;nbsp;birthday.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;b:=.5072972343239854072254172283370325002359718452929878&lt;br&gt;c:=&amp;nbsp;0.187859642462067120248517934054273230055903094900139&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(6200 b-239)/(2 (1550 b+437))-1 =0.187859642462067125421&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(5 (1860 b+127))/(2 (1550 b+437))-2 =0.187859642462067125421&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(5 (4960 b+1001))/(2 (1550 b+437))-7 =&amp;nbsp;0.187859642462067125421&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;0.187859642462067125421-c =&amp;nbsp;5.1725*10^(-18)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Also&amp;nbsp;&lt;/p&gt;
&lt;p&gt;evalf(23212425209 /3144920904*Pi-23 - c) =&amp;nbsp;2.*10^(-20)&lt;/p&gt;
</description>
      <guid>134536</guid>
      <pubDate>Fri, 25 May 2012 15:28:38 Z</pubDate>
      <itunes:author>Marvin Ray Burns</itunes:author>
      <author>Marvin Ray Burns</author>
    </item>
    <item>
      <title>&amp;nbsp;
That solved the problem. That you</title>
      <link>http://www.mapleprimes.com/questions/134512-BesselJ-Integration?ref=Feed:MaplePrimes:New Comments#comment134534</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That solved the problem. That you very much.&lt;/p&gt;
&lt;p&gt;-MWB&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That solved the problem. That you very much.&lt;/p&gt;
&lt;p&gt;-MWB&lt;/p&gt;</description>
      <guid>134534</guid>
      <pubDate>Fri, 25 May 2012 13:59:05 Z</pubDate>
      <itunes:author>mwb33</itunes:author>
      <author>mwb33</author>
    </item>
    <item>
      <title>FFT MAPLE vs MATLAB</title>
      <link>http://www.mapleprimes.com/questions/134436-AutoCorrelation-Maple-Vs-MatLab?ref=Feed:MaplePrimes:New Comments#comment134533</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/134436-AutoCorrelation-Maple-Vs-MatLab#comment134511"&gt;@pagan&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;MATLAB: Definition&lt;/p&gt;
&lt;p&gt;The functions Y=fft(x) and y=ifft(X) implement the transform and inverse transform pair given for vectors of length by:&lt;/p&gt;
&lt;p&gt;X(k) = sum(x(j)*omega[N]^(-j(k-1)+1), j = 1 .. N)&lt;/p&gt;
&lt;p&gt;x(j) = (sum(X(k)*omega[N]^(-j(k-1)+1), k = 1 .. N))/N&lt;/p&gt;
&lt;p&gt;where&lt;/p&gt;
&lt;p&gt;omega[N] = exp((-2*Pi*i)*(1/N))&lt;/p&gt;
&lt;p&gt;is an th root of unity.</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/134436-AutoCorrelation-Maple-Vs-MatLab#comment134511"&gt;@pagan&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;MATLAB: Definition&lt;/p&gt;
&lt;p&gt;The functions Y=fft(x) and y=ifft(X) implement the transform and inverse transform pair given for vectors of length by:&lt;/p&gt;
&lt;p&gt;X(k) = sum(x(j)*omega[N]^(-j(k-1)+1), j = 1 .. N)&lt;/p&gt;
&lt;p&gt;x(j) = (sum(X(k)*omega[N]^(-j(k-1)+1), k = 1 .. N))/N&lt;/p&gt;
&lt;p&gt;where&lt;/p&gt;
&lt;p&gt;omega[N] = exp((-2*Pi*i)*(1/N))&lt;/p&gt;
&lt;p&gt;is an th root of unity.</description>
      <guid>134533</guid>
      <pubDate>Fri, 25 May 2012 13:58:10 Z</pubDate>
      <itunes:author>herclau</itunes:author>
      <author>herclau</author>
    </item>
    <item>
      <title>Lark, Thomas Richard, Thank you so much !</title>
      <link>http://www.mapleprimes.com/posts/134471-Maple-1601-Now-Available?ref=Feed:MaplePrimes:New Comments#comment134531</link>
      <itunes:summary>&lt;p&gt;Lark, Thomas Richard, Thank you so much !&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Lark, Thomas Richard, Thank you so much !&lt;/p&gt;</description>
      <guid>134531</guid>
      <pubDate>Fri, 25 May 2012 12:31:01 Z</pubDate>
      <itunes:author>rightClick</itunes:author>
      <author>rightClick</author>
    </item>
    <item>
      <title>colon after od</title>
      <link>http://www.mapleprimes.com/questions/134523-How-Do-I-Supress-The-Output?ref=Feed:MaplePrimes:New Comments#comment134530</link>
      <itunes:summary>&lt;p&gt;Put a colon after the `od`.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Put a colon after the `od`.&lt;/p&gt;</description>
      <guid>134530</guid>
      <pubDate>Fri, 25 May 2012 12:23:08 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>ty</title>
      <link>http://www.mapleprimes.com/questions/134522-How-Can-I-Follow-The-Work-Of-An-Procedure?ref=Feed:MaplePrimes:New Comments#comment134529</link>
      <itunes:summary>&lt;p&gt;thank you, works fine&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;thank you, works fine&lt;/p&gt;</description>
      <guid>134529</guid>
      <pubDate>Fri, 25 May 2012 11:24:28 Z</pubDate>
      <itunes:author>docoi</itunes:author>
      <author>docoi</author>
    </item>
    <item>
      <title>doesnt work</title>
      <link>http://www.mapleprimes.com/questions/134523-How-Do-I-Supress-The-Output?ref=Feed:MaplePrimes:New Comments#comment134528</link>
      <itunes:summary>&lt;p&gt;thanks Patrick,&lt;/p&gt;
&lt;p&gt;but its still not working :/. maybe i should clearify the problem to find an solution.&lt;/p&gt;
&lt;p&gt;i dont want any shown output instead of the output given by these commands&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;x:=pointplot([C,E]);&lt;br&gt;with(plots):display({x});&lt;br&gt;print(C);&lt;br&gt;print(E);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;When i run my code maple shows the result of every calculation step which is very annoying.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;thanks Patrick,&lt;/p&gt;
&lt;p&gt;but its still not working :/. maybe i should clearify the problem to find an solution.&lt;/p&gt;
&lt;p&gt;i dont want any shown output instead of the output given by these commands&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;x:=pointplot([C,E]);&lt;br&gt;with(plots):display({x});&lt;br&gt;print(C);&lt;br&gt;print(E);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;When i run my code maple shows the result of every calculation step which is very annoying.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;</description>
      <guid>134528</guid>
      <pubDate>Fri, 25 May 2012 11:20:33 Z</pubDate>
      <itunes:author>docoi</itunes:author>
      <author>docoi</author>
    </item>
    <item>
      <title>I found what I want on Mathematica 8, Thank</title>
      <link>http://www.mapleprimes.com/questions/133058-Kernel-Density-Estimation?ref=Feed:MaplePrimes:New Comments#comment134527</link>
      <itunes:summary>&lt;p&gt;I found what I want on Mathematica 8, Thank you very much&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I found what I want on Mathematica 8, Thank you very much&lt;/p&gt;</description>
      <guid>134527</guid>
      <pubDate>Fri, 25 May 2012 11:04:34 Z</pubDate>
      <itunes:author>samah</itunes:author>
      <author>samah</author>
    </item>
    <item>
      <title>Choose Maple notation for Input display</title>
      <link>http://www.mapleprimes.com/questions/134517-Who-Can-Find-The-Integral?ref=Feed:MaplePrimes:New Comments#comment134526</link>
      <itunes:summary>&lt;p&gt;For example: e&lt;sup&gt;x&lt;/sup&gt; is not&lt;/p&gt;
&lt;pre&gt;e^x&lt;/pre&gt;
&lt;p&gt;but&lt;/p&gt;
&lt;pre&gt;exp(x)&lt;/pre&gt;
&lt;p&gt;Choose: Tools &amp;rarr; Options &amp;rarr; Display &amp;rarr; Input Display: Maple Notation to get full control over your input.&lt;/p&gt;
&lt;p&gt;Perhaps you mean:&lt;/p&gt;
&lt;pre&gt;u:= Int( (-4*(16*c+3)*exp(-1/2*sqrt(-16*c-3*Zeta)) )/
   (64*exp(-sqrt(-16*c-3*Zeta)) + 256*c*exp(-sqrt(-16*c-3*Zeta)) +
   8*exp(-1/(2)*sqrt(-16*c-3*Zeta)) +1), Zeta);&lt;/pre&gt;
&lt;p&gt;Then you can try the substitution&lt;/p&gt;
&lt;pre&gt;v := IntegrationTools:-Change...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;For example: e&lt;sup&gt;x&lt;/sup&gt; is not&lt;/p&gt;
&lt;pre&gt;e^x&lt;/pre&gt;
&lt;p&gt;but&lt;/p&gt;
&lt;pre&gt;exp(x)&lt;/pre&gt;
&lt;p&gt;Choose: Tools &amp;rarr; Options &amp;rarr; Display &amp;rarr; Input Display: Maple Notation to get full control over your input.&lt;/p&gt;
&lt;p&gt;Perhaps you mean:&lt;/p&gt;
&lt;pre&gt;u:= Int( (-4*(16*c+3)*exp(-1/2*sqrt(-16*c-3*Zeta)) )/
   (64*exp(-sqrt(-16*c-3*Zeta)) + 256*c*exp(-sqrt(-16*c-3*Zeta)) +
   8*exp(-1/(2)*sqrt(-16*c-3*Zeta)) +1), Zeta);&lt;/pre&gt;
&lt;p&gt;Then you can try the substitution&lt;/p&gt;
&lt;pre&gt;v := IntegrationTools:-Change...&lt;/pre&gt;</description>
      <guid>134526</guid>
      <pubDate>Fri, 25 May 2012 10:34:06 Z</pubDate>
      <itunes:author>Adri vanderMeer
 van der Meer</itunes:author>
      <author>Adri vanderMeer
 van der Meer</author>
    </item>
    <item>
      <title>trace</title>
      <link>http://www.mapleprimes.com/questions/134522-How-Can-I-Follow-The-Work-Of-An-Procedure?ref=Feed:MaplePrimes:New Comments#comment134525</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=trace"&gt;?trace&lt;/a&gt; or &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=tracelast"&gt;?tracelast&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=trace"&gt;?trace&lt;/a&gt; or &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=tracelast"&gt;?tracelast&lt;/a&gt;&lt;/p&gt;</description>
      <guid>134525</guid>
      <pubDate>Fri, 25 May 2012 10:06:14 Z</pubDate>
      <itunes:author>Adri vanderMeer
 van der Meer</itunes:author>
      <author>Adri vanderMeer
 van der Meer</author>
    </item>
  </channel>
</rss>
