<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Intersection of points of two equations</title>
    <link>http://www.mapleprimes.com/questions/39416-Intersection-Of-Points-Of-Two-Equations</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 17:24:51 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 17:24:51 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Intersection of points of two equations</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Intersection of points of two equations</title>
      <link>http://www.mapleprimes.com/questions/39416-Intersection-Of-Points-Of-Two-Equations</link>
    </image>
    <item>
      <title>Intersection of points of two equations</title>
      <link>http://www.mapleprimes.com/questions/39416-Intersection-Of-Points-Of-Two-Equations?ref=Feed:MaplePrimes:Intersection of points of two equations:Comments#answer71822</link>
      <itunes:summary>&lt;p&gt;See attached.&amp;nbsp; Answer is in polar coordinates. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://www.mapleprimes.com/files/221_polar_intersect.mws"&gt;Download 221_polar_intersect.mws&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.mapleprimes.com/viewfile/2552"&gt;View file details&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&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;See attached.&amp;nbsp; Answer is in polar coordinates. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://www.mapleprimes.com/files/221_polar_intersect.mws"&gt;Download 221_polar_intersect.mws&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.mapleprimes.com/viewfile/2552"&gt;View file details&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&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>71822</guid>
      <pubDate>Fri, 09 May 2008 18:59:43 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>Getting the point</title>
      <link>http://www.mapleprimes.com/questions/39416-Intersection-Of-Points-Of-Two-Equations?ref=Feed:MaplePrimes:Intersection of points of two equations:Comments#answer71816</link>
      <itunes:summary>&lt;p&gt;If you click on a 2D plot, the plot toolbar should show the (cartesian) coordinates of the current position of the cursor.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;One of the new features of Maple 12 is the ability to have Maple capture those coordinates from an embedded Plot component.&amp;nbsp; That takes some work to set up.&amp;nbsp; For example:&lt;/p&gt;
&lt;p&gt;Insert a Plot component from the Components palette.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Right-click the Plot component and select Component Properties&lt;/p&gt;
&lt;p&gt;In the Plot Expression field, enter some 2D plotting command, e.g.&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp;&amp;nbsp; plot([(t+1)*cos(t),(t+1)*sin(t), t = -2*Pi .. 2*Pi]);  
&lt;/pre&gt;
&lt;p&gt;Click on the check box for&amp;nbsp; &amp;quot;Make &amp;quot;execute code&amp;quot; the default manipulator&amp;quot;.&lt;/p&gt;
&lt;p&gt;Click on the Edit button for &amp;quot;Action When Clicked&amp;quot;.&amp;nbsp; Before the &amp;quot;end use;&amp;quot; enter&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; Do( P = [%Plot0(clickx), %Plot0(clicky)]);
&lt;/pre&gt;
&lt;p&gt;(assuming the name of this Plot component, as shown in Component Properties, is &lt;b&gt;Plot0&lt;/b&gt;).&lt;/p&gt;
&lt;p&gt;Click OK to accept this edit, and OK again to accept all changes.&lt;/p&gt;
&lt;p&gt;Now after clicking on a point in the plot, the variable &lt;b&gt;P&lt;/b&gt; should contain the x and y coordinates of the point where you clicked.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If you click on a 2D plot, the plot toolbar should show the (cartesian) coordinates of the current position of the cursor.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;One of the new features of Maple 12 is the ability to have Maple capture those coordinates from an embedded Plot component.&amp;nbsp; That takes some work to set up.&amp;nbsp; For example:&lt;/p&gt;
&lt;p&gt;Insert a Plot component from the Components palette.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Right-click the Plot component and select Component Properties&lt;/p&gt;
&lt;p&gt;In the Plot Expression field, enter some 2D plotting command, e.g.&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp;&amp;nbsp; plot([(t+1)*cos(t),(t+1)*sin(t), t = -2*Pi .. 2*Pi]);  
&lt;/pre&gt;
&lt;p&gt;Click on the check box for&amp;nbsp; &amp;quot;Make &amp;quot;execute code&amp;quot; the default manipulator&amp;quot;.&lt;/p&gt;
&lt;p&gt;Click on the Edit button for &amp;quot;Action When Clicked&amp;quot;.&amp;nbsp; Before the &amp;quot;end use;&amp;quot; enter&lt;/p&gt;
&lt;pre&gt;
&amp;nbsp; Do( P = [%Plot0(clickx), %Plot0(clicky)]);
&lt;/pre&gt;
&lt;p&gt;(assuming the name of this Plot component, as shown in Component Properties, is &lt;b&gt;Plot0&lt;/b&gt;).&lt;/p&gt;
&lt;p&gt;Click OK to accept this edit, and OK again to accept all changes.&lt;/p&gt;
&lt;p&gt;Now after clicking on a point in the plot, the variable &lt;b&gt;P&lt;/b&gt; should contain the x and y coordinates of the point where you clicked.&lt;/p&gt;</description>
      <guid>71816</guid>
      <pubDate>Fri, 09 May 2008 21:11:26 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>