<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Plotting Woes</title>
    <link>http://www.mapleprimes.com/questions/41810-Plotting-Woes</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 07:06:42 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 07:06:42 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Plotting Woes</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Plotting Woes</title>
      <link>http://www.mapleprimes.com/questions/41810-Plotting-Woes</link>
    </image>
    <item>
      <title>Re: Plotting woes...</title>
      <link>http://www.mapleprimes.com/questions/41810-Plotting-Woes?ref=Feed:MaplePrimes:Plotting Woes:Comments#answer78087</link>
      <itunes:summary>The only way I can think of creating a plot of &lt;maple&gt;y=m*x+b&lt;/maple&gt; without actually telling Maple what m &amp; b are, would be to create an animation defining m &amp; b as interactive parameters within a specified range.

&lt;code&gt;with(plots);&lt;/code&gt;
&lt;code&gt;interactiveparams(plot, [m*x+b, x = 0 .. 10, y = 0 .. 10], m = -5 .. 5, b = -5 .. 5);&lt;/code&gt;

This way, you can view the plot given different values of m &amp; b.
But, ultimately, you have to specify some value for these constants before a plot is displayed. I don't see how else Maple could deal with it.

Anyone else have any ideas? 
I'm pretty curious myself!</itunes:summary>
      <description>The only way I can think of creating a plot of &lt;maple&gt;y=m*x+b&lt;/maple&gt; without actually telling Maple what m &amp; b are, would be to create an animation defining m &amp; b as interactive parameters within a specified range.

&lt;code&gt;with(plots);&lt;/code&gt;
&lt;code&gt;interactiveparams(plot, [m*x+b, x = 0 .. 10, y = 0 .. 10], m = -5 .. 5, b = -5 .. 5);&lt;/code&gt;

This way, you can view the plot given different values of m &amp; b.
But, ultimately, you have to specify some value for these constants before a plot is displayed. I don't see how else Maple could deal with it.

Anyone else have any ideas? 
I'm pretty curious myself!</description>
      <guid>78087</guid>
      <pubDate>Sat, 24 Feb 2007 02:44:03 Z</pubDate>
      <itunes:author>Nina</itunes:author>
      <author>Nina</author>
    </item>
    <item>
      <title>Thanks</title>
      <link>http://www.mapleprimes.com/questions/41810-Plotting-Woes?ref=Feed:MaplePrimes:Plotting Woes:Comments#answer78085</link>
      <itunes:summary>Thanks,

I'll try that.

respectfully,</itunes:summary>
      <description>Thanks,

I'll try that.

respectfully,</description>
      <guid>78085</guid>
      <pubDate>Sat, 24 Feb 2007 03:32:42 Z</pubDate>
      <itunes:author>dcasimir</itunes:author>
      <author>dcasimir</author>
    </item>
  </channel>
</rss>