<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Why has my sine graph gone weird?</title>
    <link>http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird</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 09:30:07 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 09:30:07 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Why has my sine graph gone weird?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Why has my sine graph gone weird?</title>
      <link>http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird</link>
    </image>
    <item>
      <title>upload code, not pictures</title>
      <link>http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird?ref=Feed:MaplePrimes:Why has my sine graph gone weird?:Comments#answer141155</link>
      <itunes:summary>&lt;p&gt;Please upload code, not pictures. It is more easy to copy than to type, no?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is smooth, but very rapidly oscillating. I guess.&lt;/p&gt;
&lt;p&gt;You may try to avoid the sclaing factor in front. And increase Digits to 15, at least.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Please upload code, not pictures. It is more easy to copy than to type, no?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is smooth, but very rapidly oscillating. I guess.&lt;/p&gt;
&lt;p&gt;You may try to avoid the sclaing factor in front. And increase Digits to 15, at least.&lt;/p&gt;</description>
      <guid>141155</guid>
      <pubDate>Thu, 06 Dec 2012 02:12:12 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>Well ...</title>
      <link>http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird?ref=Feed:MaplePrimes:Why has my sine graph gone weird?:Comments#answer141156</link>
      <itunes:summary>&lt;p&gt;Well, are you serious? There are over 2000 periods of sin.&lt;br&gt;You could raise numpoints in effect forcing plot to paint the whole thing red (or whatever color).&lt;br&gt;restart;&lt;br&gt;phi:=-223000+2*(118470000-3300*t)^(5/8);&lt;br&gt;h:=(1/(3590-t))^(1/4)*sin(phi);&lt;br&gt;evalf((eval(phi,t=0)-eval(phi,t=3600))/2/Pi);&lt;br&gt;plot(h,t=0..3589,numpoints=5000);&lt;/p&gt;
&lt;p&gt;Nothing prevents you from using numpoints=10000 if you are still not satisfied!&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Well, are you serious? There are over 2000 periods of sin.&lt;br&gt;You could raise numpoints in effect forcing plot to paint the whole thing red (or whatever color).&lt;br&gt;restart;&lt;br&gt;phi:=-223000+2*(118470000-3300*t)^(5/8);&lt;br&gt;h:=(1/(3590-t))^(1/4)*sin(phi);&lt;br&gt;evalf((eval(phi,t=0)-eval(phi,t=3600))/2/Pi);&lt;br&gt;plot(h,t=0..3589,numpoints=5000);&lt;/p&gt;
&lt;p&gt;Nothing prevents you from using numpoints=10000 if you are still not satisfied!&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>141156</guid>
      <pubDate>Thu, 06 Dec 2012 02:24:01 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Absolutely correct.</title>
      <link>http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird?ref=Feed:MaplePrimes:Why has my sine graph gone weird?:Comments#comment141162</link>
      <itunes:summary>&lt;p&gt;Yes! I should have uploaded the code, it &lt;em&gt;is&lt;/em&gt;&amp;nbsp;easier to type copy it, sorry.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, the curve is smooth and rapidly oscillating. I took your advice and tried it without the small number in-front, but this didn't seem to make any (noticable) difference. Thanks for the input, however!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Finally, would I just stick "Digits := 15" after "restart;", and before the other lines of code?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Yes! I should have uploaded the code, it &lt;em&gt;is&lt;/em&gt;&amp;nbsp;easier to type copy it, sorry.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, the curve is smooth and rapidly oscillating. I took your advice and tried it without the small number in-front, but this didn't seem to make any (noticable) difference. Thanks for the input, however!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Finally, would I just stick "Digits := 15" after "restart;", and before the other lines of code?&lt;/p&gt;</description>
      <guid>141162</guid>
      <pubDate>Thu, 06 Dec 2012 04:59:29 Z</pubDate>
      <itunes:author>User7843</itunes:author>
      <author>User7843</author>
    </item>
    <item>
      <title>cannot resist</title>
      <link>http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird?ref=Feed:MaplePrimes:Why has my sine graph gone weird?:Comments#comment141157</link>
      <itunes:summary>&lt;pre&gt;restart:
f:=-8.7754e-19*(1/(3590-t)^(1/4)):
plot([f,-f],t=2600..3600,filled=true,color=red,view=-6e-19..6e-19);
&lt;/pre&gt;
&lt;p&gt;&lt;img class="plot" src="http://www.mapleprimes.com/MapleImage.ashx?f=be1bf1c96bdfceeaeb75ada98eb0a8ed.gif" alt="plot([-8.7754e-19*(1/(3590-t)^(1/4)),8.7754e-19*(1/(3590-t)^(1/4))],t=2600..3600,filled=true,color=red,view=-6e-19..6e-19)"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;pre&gt;restart:
f:=-8.7754e-19*(1/(3590-t)^(1/4)):
plot([f,-f],t=2600..3600,filled=true,color=red,view=-6e-19..6e-19);
&lt;/pre&gt;
&lt;p&gt;&lt;img class="plot" src="http://www.mapleprimes.com/MapleImage.ashx?f=be1bf1c96bdfceeaeb75ada98eb0a8ed.gif" alt="plot([-8.7754e-19*(1/(3590-t)^(1/4)),8.7754e-19*(1/(3590-t)^(1/4))],t=2600..3600,filled=true,color=red,view=-6e-19..6e-19)"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>141157</guid>
      <pubDate>Thu, 06 Dec 2012 03:00:46 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>A steep learning curve...</title>
      <link>http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird?ref=Feed:MaplePrimes:Why has my sine graph gone weird?:Comments#comment141161</link>
      <itunes:summary>&lt;p&gt;Firstly, &lt;em&gt;thanks a lot&lt;/em&gt;. I am quite new to Maple and so very ignorant at the moment. I wasn't using Maple commands, I was just plotting with a right-click. Commands seem to be the way forward in this case, where for example, the numpoints are presumably at the core of the issue, and something which can be changed so easily.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have looked up the commands you chose to use, and I understand all of it, except the evalf line. What does this line do in this particular case? I tried deleting it, and the graph plots (seemingly) fine.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By the way, it's 33000, not 3300 (sorry, I really should have put the code up!), which gives a &lt;em&gt;lot &lt;/em&gt;more sineage.&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Firstly, &lt;em&gt;thanks a lot&lt;/em&gt;. I am quite new to Maple and so very ignorant at the moment. I wasn't using Maple commands, I was just plotting with a right-click. Commands seem to be the way forward in this case, where for example, the numpoints are presumably at the core of the issue, and something which can be changed so easily.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have looked up the commands you chose to use, and I understand all of it, except the evalf line. What does this line do in this particular case? I tried deleting it, and the graph plots (seemingly) fine.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By the way, it's 33000, not 3300 (sorry, I really should have put the code up!), which gives a &lt;em&gt;lot &lt;/em&gt;more sineage.&amp;nbsp;&lt;/p&gt;</description>
      <guid>141161</guid>
      <pubDate>Thu, 06 Dec 2012 04:51:46 Z</pubDate>
      <itunes:author>User7843</itunes:author>
      <author>User7843</author>
    </item>
    <item>
      <title>Number of periods</title>
      <link>http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird?ref=Feed:MaplePrimes:Why has my sine graph gone weird?:Comments#comment141163</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird#comment141161"&gt;@User7843&lt;/a&gt; The line&lt;/p&gt;
&lt;p&gt;evalf((eval(phi,t=0)-eval(phi,t=3600))/2/Pi);&lt;/p&gt;
&lt;p&gt;gives the number of periods of the sin function. The result is approximately 2262 on the interval I was using.&lt;br&gt;Try removing evalf. That will show what it does.&lt;br&gt;I'm using the fact that phi is a monotone (decreasing) function of t.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141152-Why-Has-My-Sine-Graph-Gone-Weird#comment141161"&gt;@User7843&lt;/a&gt; The line&lt;/p&gt;
&lt;p&gt;evalf((eval(phi,t=0)-eval(phi,t=3600))/2/Pi);&lt;/p&gt;
&lt;p&gt;gives the number of periods of the sin function. The result is approximately 2262 on the interval I was using.&lt;br&gt;Try removing evalf. That will show what it does.&lt;br&gt;I'm using the fact that phi is a monotone (decreasing) function of t.&lt;/p&gt;</description>
      <guid>141163</guid>
      <pubDate>Thu, 06 Dec 2012 05:27:30 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
  </channel>
</rss>