<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, numerical calculation and plotting</title>
    <link>http://www.mapleprimes.com/questions/35538-Numerical-Calculation-And-Plotting</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 14:15:21 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 14:15:21 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, numerical calculation and plotting</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, numerical calculation and plotting</title>
      <link>http://www.mapleprimes.com/questions/35538-Numerical-Calculation-And-Plotting</link>
    </image>
    <item>
      <title>Make Y a function</title>
      <link>http://www.mapleprimes.com/questions/35538-Numerical-Calculation-And-Plotting?ref=Feed:MaplePrimes:numerical calculation and plotting:Comments#answer44220</link>
      <itunes:summary>&lt;p&gt;One way of doing it is to make Y a function of two variables, theta and X:&lt;/p&gt;
&lt;p&gt;Y:= (theta,X) -&amp;gt; 1 - ( sin (2*theta)/ (X+cos(2*theta)))^2;&lt;br /&gt;
Y(Pi/9,.12345);&lt;br /&gt;
evalf(%);&lt;br /&gt;
plot(Y(Pi/9,X),X=0..30);&lt;br /&gt;
plot(Y(Pi/9,1/X),X=0..30);&lt;br /&gt;
plot(Y(Pi/9,1/X^2),X=0..30);&lt;/p&gt;
&lt;p&gt;Notice the spelling of Pi (not pi).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Preben Alsholm&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;One way of doing it is to make Y a function of two variables, theta and X:&lt;/p&gt;
&lt;p&gt;Y:= (theta,X) -&amp;gt; 1 - ( sin (2*theta)/ (X+cos(2*theta)))^2;&lt;br /&gt;
Y(Pi/9,.12345);&lt;br /&gt;
evalf(%);&lt;br /&gt;
plot(Y(Pi/9,X),X=0..30);&lt;br /&gt;
plot(Y(Pi/9,1/X),X=0..30);&lt;br /&gt;
plot(Y(Pi/9,1/X^2),X=0..30);&lt;/p&gt;
&lt;p&gt;Notice the spelling of Pi (not pi).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
Preben Alsholm&lt;/p&gt;</description>
      <guid>44220</guid>
      <pubDate>Thu, 11 Mar 2010 16:53:18 Z</pubDate>
      <itunes:author>alsholm</itunes:author>
      <author>alsholm</author>
    </item>
  </channel>
</rss>