<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, analyzing a graph</title>
    <link>http://www.mapleprimes.com/questions/35587-Analyzing-A-Graph</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 18:24:54 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 18:24:54 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, analyzing a graph</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, analyzing a graph</title>
      <link>http://www.mapleprimes.com/questions/35587-Analyzing-A-Graph</link>
    </image>
    <item>
      <title>analyzing a graph</title>
      <link>http://www.mapleprimes.com/questions/35587-Analyzing-A-Graph?ref=Feed:MaplePrimes:analyzing a graph:Comments#answer44364</link>
      <itunes:summary>&lt;p&gt;Look at the help files for the plot command.&amp;nbsp; Type, or cut and paste the code below, and hit the enter key, or open the help browser and search for plot.&lt;/p&gt;
&lt;p&gt;?plot&lt;/p&gt;
&lt;p&gt;This is how you would define a function of x, using your first example.&amp;nbsp; Notice that I put a multiplication sign after the 9.&lt;/p&gt;
&lt;p&gt;f:=x-&amp;gt;x^3+3^2-9*x+5;&lt;/p&gt;
&lt;p&gt;so after doing the above, if you enter;&lt;/p&gt;
&lt;p&gt;f(3)&lt;/p&gt;
&lt;p&gt;Maple will answer with&lt;/p&gt;
&lt;p&gt;14&lt;/p&gt;
&lt;p&gt;The help files have examples exactly like what you are trying to do.&amp;nbsp; Start there, and see how far you get.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Look at the help files for the plot command.&amp;nbsp; Type, or cut and paste the code below, and hit the enter key, or open the help browser and search for plot.&lt;/p&gt;
&lt;p&gt;?plot&lt;/p&gt;
&lt;p&gt;This is how you would define a function of x, using your first example.&amp;nbsp; Notice that I put a multiplication sign after the 9.&lt;/p&gt;
&lt;p&gt;f:=x-&amp;gt;x^3+3^2-9*x+5;&lt;/p&gt;
&lt;p&gt;so after doing the above, if you enter;&lt;/p&gt;
&lt;p&gt;f(3)&lt;/p&gt;
&lt;p&gt;Maple will answer with&lt;/p&gt;
&lt;p&gt;14&lt;/p&gt;
&lt;p&gt;The help files have examples exactly like what you are trying to do.&amp;nbsp; Start there, and see how far you get.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;address&gt;Regards,&lt;br /&gt;
Georgios Kokovidis&lt;/address&gt;
&lt;address&gt;Dr&amp;auml;ger Medical&lt;/address&gt;
&lt;pre&gt;

&lt;/pre&gt;</description>
      <guid>44364</guid>
      <pubDate>Fri, 05 Mar 2010 05:18:17 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>plot</title>
      <link>http://www.mapleprimes.com/questions/35587-Analyzing-A-Graph?ref=Feed:MaplePrimes:analyzing a graph:Comments#answer44365</link>
      <itunes:summary>&lt;p&gt;Once you have created the procedure f, as Georgios described, you can plot it with&lt;/p&gt;
&lt;pre&gt;
plot(f, 0..1);
&lt;/pre&gt;
&lt;p&gt;where the 0..1 specifies the domain over which to evaluate f.&lt;/p&gt;
&lt;p&gt;An alternative is to forego creating a procedure and instead use an expression.&amp;nbsp; In that case you have to tell Maple what variable to vary:&lt;/p&gt;
&lt;pre&gt;
ex := x^2+1:
plot(ex, x = 0..1);
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Once you have created the procedure f, as Georgios described, you can plot it with&lt;/p&gt;
&lt;pre&gt;
plot(f, 0..1);
&lt;/pre&gt;
&lt;p&gt;where the 0..1 specifies the domain over which to evaluate f.&lt;/p&gt;
&lt;p&gt;An alternative is to forego creating a procedure and instead use an expression.&amp;nbsp; In that case you have to tell Maple what variable to vary:&lt;/p&gt;
&lt;pre&gt;
ex := x^2+1:
plot(ex, x = 0..1);
&lt;/pre&gt;</description>
      <guid>44365</guid>
      <pubDate>Fri, 05 Mar 2010 05:29:26 Z</pubDate>
      <itunes:author>Joe
 Riel
</itunes:author>
      <author>Joe
 Riel
</author>
    </item>
    <item>
      <title>sorry I didn't give all the</title>
      <link>http://www.mapleprimes.com/questions/35587-Analyzing-A-Graph?ref=Feed:MaplePrimes:analyzing a graph:Comments#answer44366</link>
      <itunes:summary>&lt;p&gt;sorry I didn't give all the information I am working on applications of the derivatie and using graphs&lt;/p&gt;
&lt;p&gt;I need to analyze the graph by finding the relative minimum and relative&amp;nbsp;maximum and the vertical asymptote point of inflection.&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;sorry I didn't give all the information I am working on applications of the derivatie and using graphs&lt;/p&gt;
&lt;p&gt;I need to analyze the graph by finding the relative minimum and relative&amp;nbsp;maximum and the vertical asymptote point of inflection.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>44366</guid>
      <pubDate>Fri, 05 Mar 2010 05:29:49 Z</pubDate>
      <itunes:author>Libbyqueen</itunes:author>
      <author>Libbyqueen</author>
    </item>
    <item>
      <title>i am using maple 13 don't</title>
      <link>http://www.mapleprimes.com/questions/35587-Analyzing-A-Graph?ref=Feed:MaplePrimes:analyzing a graph:Comments#answer44367</link>
      <itunes:summary>&lt;p&gt;i am using maple 13 don't know if that makes a different or not&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;i am using maple 13 don't know if that makes a different or not&lt;/p&gt;</description>
      <guid>44367</guid>
      <pubDate>Fri, 05 Mar 2010 05:34:08 Z</pubDate>
      <itunes:author>Libbyqueen</itunes:author>
      <author>Libbyqueen</author>
    </item>
    <item>
      <title>Here is the steps that i</title>
      <link>http://www.mapleprimes.com/questions/35587-Analyzing-A-Graph?ref=Feed:MaplePrimes:analyzing a graph:Comments#answer44368</link>
      <itunes:summary>&lt;p&gt;Here is the steps that i need to do&lt;/p&gt;
&lt;p&gt;Determine the domain and range of the funciton&lt;/p&gt;
&lt;p&gt;determine the intercepts and asymptotes of the graph&lt;/p&gt;
&lt;p&gt;locate the x-vaules where f'(x) and f''(x) are zero or undefined&lt;/p&gt;
&lt;p&gt;then determine where the relative extrema and the points of infection occur.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I hope this software can help me do this because I was sick for a week and have missed the classes that taught this information.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks for any and all help&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Here is the steps that i need to do&lt;/p&gt;
&lt;p&gt;Determine the domain and range of the funciton&lt;/p&gt;
&lt;p&gt;determine the intercepts and asymptotes of the graph&lt;/p&gt;
&lt;p&gt;locate the x-vaules where f'(x) and f''(x) are zero or undefined&lt;/p&gt;
&lt;p&gt;then determine where the relative extrema and the points of infection occur.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I hope this software can help me do this because I was sick for a week and have missed the classes that taught this information.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks for any and all help&lt;/p&gt;</description>
      <guid>44368</guid>
      <pubDate>Fri, 05 Mar 2010 05:40:46 Z</pubDate>
      <itunes:author>Libbyqueen</itunes:author>
      <author>Libbyqueen</author>
    </item>
  </channel>
</rss>