<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, intersect</title>
    <link>http://www.mapleprimes.com/questions/35582-Intersect</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 17:03:30 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 17:03:30 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, intersect</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, intersect</title>
      <link>http://www.mapleprimes.com/questions/35582-Intersect</link>
    </image>
    <item>
      <title>Roots</title>
      <link>http://www.mapleprimes.com/questions/35582-Intersect?ref=Feed:MaplePrimes:intersect:Comments#answer44356</link>
      <itunes:summary>&lt;p&gt;You wrote &amp;quot;equations&amp;quot;, but here's an example with two expressions f and g. If you really have equations, each with an equals-sign and a right- and left-hand-side, then you can form expressions from them using lhs(eq)-rhs(eq).&lt;/p&gt;
&lt;p&gt;Basically, you can find intersections by finding where their difference (f-g) is zero.&lt;/p&gt;
&lt;pre&gt;
f:=sin(x+5):
g:=1/45*((x-2)^3-10*(x-2)-1):
xpts:=Student:-Calculus1:-Roots(f-g,x=-10..10,numeric):
seq([t,eval(f,x=t)],t in xpts);
plot([f,g],x=-10..10,view=[-10..10,-1..1]);
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;You wrote &amp;quot;equations&amp;quot;, but here's an example with two expressions f and g. If you really have equations, each with an equals-sign and a right- and left-hand-side, then you can form expressions from them using lhs(eq)-rhs(eq).&lt;/p&gt;
&lt;p&gt;Basically, you can find intersections by finding where their difference (f-g) is zero.&lt;/p&gt;
&lt;pre&gt;
f:=sin(x+5):
g:=1/45*((x-2)^3-10*(x-2)-1):
xpts:=Student:-Calculus1:-Roots(f-g,x=-10..10,numeric):
seq([t,eval(f,x=t)],t in xpts);
plot([f,g],x=-10..10,view=[-10..10,-1..1]);
&lt;/pre&gt;</description>
      <guid>44356</guid>
      <pubDate>Sat, 06 Mar 2010 01:49:50 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
  </channel>
</rss>