<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, looking for source of maple slow down</title>
    <link>http://www.mapleprimes.com/questions/142426-Looking-For-Source-Of-Maple-Slow-Down</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 18:18:58 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 18:18:58 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, looking for source of maple slow down</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, looking for source of maple slow down</title>
      <link>http://www.mapleprimes.com/questions/142426-Looking-For-Source-Of-Maple-Slow-Down</link>
    </image>
    <item>
      <title>does that file crash the printer sub system ?</title>
      <link>http://www.mapleprimes.com/questions/142426-Looking-For-Source-Of-Maple-Slow-Down?ref=Feed:MaplePrimes:looking for source of maple slow down:Comments#answer142450</link>
      <itunes:summary>&lt;p&gt;Usually I was off *.mw sheets ...&lt;/p&gt;
&lt;p&gt;That seems to have crashed my standard printer, which is a pdf-printer.&lt;br&gt;Printing just hangs up. The only thing which worked was printing to file&lt;br&gt;in the printer menu - but that seems to print postscript command code&lt;br&gt;(to be inspected with a proper editor), however it was possible to read&lt;br&gt;it with a postscript viewer (like ghostview) and to convert that to pdf.&lt;br&gt;My printer has its own, independent postscript system.&lt;/p&gt;
&lt;p&gt;So I guess that file damaged the postscript for the printer.&lt;/p&gt;
&lt;p&gt;I had to de-install and re-install the printer, which now works again.&lt;/p&gt;
&lt;p&gt;Also had some strange entries in my registry, displaying non-Ascii,&lt;br&gt;it looked like chinese or so - non-readable for me.&lt;/p&gt;
&lt;p&gt;Very strange ...&lt;/p&gt;
&lt;p&gt;PS: I am using Win7&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Usually I was off *.mw sheets ...&lt;/p&gt;
&lt;p&gt;That seems to have crashed my standard printer, which is a pdf-printer.&lt;br&gt;Printing just hangs up. The only thing which worked was printing to file&lt;br&gt;in the printer menu - but that seems to print postscript command code&lt;br&gt;(to be inspected with a proper editor), however it was possible to read&lt;br&gt;it with a postscript viewer (like ghostview) and to convert that to pdf.&lt;br&gt;My printer has its own, independent postscript system.&lt;/p&gt;
&lt;p&gt;So I guess that file damaged the postscript for the printer.&lt;/p&gt;
&lt;p&gt;I had to de-install and re-install the printer, which now works again.&lt;/p&gt;
&lt;p&gt;Also had some strange entries in my registry, displaying non-Ascii,&lt;br&gt;it looked like chinese or so - non-readable for me.&lt;/p&gt;
&lt;p&gt;Very strange ...&lt;/p&gt;
&lt;p&gt;PS: I am using Win7&lt;/p&gt;</description>
      <guid>142450</guid>
      <pubDate>Mon, 21 Jan 2013 00:45:33 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>evalf here and there</title>
      <link>http://www.mapleprimes.com/questions/142426-Looking-For-Source-Of-Maple-Slow-Down?ref=Feed:MaplePrimes:looking for source of maple slow down:Comments#answer142453</link>
      <itunes:summary>&lt;p&gt;I had a brief look at it. Make sure that floats are used all over. An evalf here and there will help.&lt;/p&gt;
&lt;p&gt;It seems that you are solving a second order ode by a difference scheme. What is the point? Why not solve the ode numerically in Maple using dsolve/numeric? Unless the point is to see how well the difference scheme works for different stepsizes?&lt;/p&gt;
&lt;p&gt;Torq:= t-&amp;gt; 1:&lt;br&gt;m := 1;&lt;br&gt;L := 1; &lt;br&gt;g := 9.81;&lt;br&gt;ode:=m*L^2*diff(x(t),t,t)=Torq(t)-m*g*L*sin(x(t));&lt;br&gt;res:=dsolve({ode,x(0)=0,D(x)(0)=0},numeric,range=0..12);&lt;br&gt;plots:-odeplot(res,[[t,x(t)],[t,diff(x(t),t)],[t,rhs(ode)]],0..12,refine=1);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I had a brief look at it. Make sure that floats are used all over. An evalf here and there will help.&lt;/p&gt;
&lt;p&gt;It seems that you are solving a second order ode by a difference scheme. What is the point? Why not solve the ode numerically in Maple using dsolve/numeric? Unless the point is to see how well the difference scheme works for different stepsizes?&lt;/p&gt;
&lt;p&gt;Torq:= t-&amp;gt; 1:&lt;br&gt;m := 1;&lt;br&gt;L := 1; &lt;br&gt;g := 9.81;&lt;br&gt;ode:=m*L^2*diff(x(t),t,t)=Torq(t)-m*g*L*sin(x(t));&lt;br&gt;res:=dsolve({ode,x(0)=0,D(x)(0)=0},numeric,range=0..12);&lt;br&gt;plots:-odeplot(res,[[t,x(t)],[t,diff(x(t),t)],[t,rhs(ode)]],0..12,refine=1);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>142453</guid>
      <pubDate>Mon, 21 Jan 2013 01:18:30 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>thanks i'll try adding a few evalf()</title>
      <link>http://www.mapleprimes.com/questions/142426-Looking-For-Source-Of-Maple-Slow-Down?ref=Feed:MaplePrimes:looking for source of maple slow down:Comments#comment142490</link>
      <itunes:summary>&lt;p&gt;thanks i'll try adding a few evalf(),&lt;/p&gt;
&lt;p&gt;yeah the point of the assignment was to not use in built funtions and see the effecrts of step size on first order numerical estimations&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;thanks i'll try adding a few evalf(),&lt;/p&gt;
&lt;p&gt;yeah the point of the assignment was to not use in built funtions and see the effecrts of step size on first order numerical estimations&lt;/p&gt;</description>
      <guid>142490</guid>
      <pubDate>Tue, 22 Jan 2013 01:45:00 Z</pubDate>
      <itunes:author>umjack</itunes:author>
      <author>umjack</author>
    </item>
  </channel>
</rss>