<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How would I write the procedure?</title>
    <link>http://www.mapleprimes.com/questions/144515-How-Would-I-Write-The-Procedure</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 10:03:20 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 10:03:20 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How would I write the procedure?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How would I write the procedure?</title>
      <link>http://www.mapleprimes.com/questions/144515-How-Would-I-Write-The-Procedure</link>
    </image>
    <item>
      <title>Some hints</title>
      <link>http://www.mapleprimes.com/questions/144515-How-Would-I-Write-The-Procedure?ref=Feed:MaplePrimes:How would I write the procedure?:Comments#answer144519</link>
      <itunes:summary>&lt;p&gt;Make p1 the plot of the curve:&lt;/p&gt;
&lt;pre&gt;p1 := plot( f(x), x=... ):&lt;/pre&gt;
&lt;p&gt;Now make a list of plots, consisting of several (many) normal lines:&lt;/p&gt;
&lt;pre&gt;N := [ seq( plot( normal(i), ... ), i= ... ) ]:&lt;/pre&gt;
&lt;p&gt;The animation of these normals:&lt;/p&gt;
&lt;pre&gt;p2 := plots:-display( N, insequence=true ):&lt;/pre&gt;
&lt;p&gt;and the final picture:&lt;/p&gt;
&lt;pre&gt;plots:-display( {p1,p2}, scaling=constrained, view= ... );&lt;/pre&gt;
&lt;p&gt;The scaling option is important, to see that the normal is perpendicular to the curve!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Make p1 the plot of the curve:&lt;/p&gt;
&lt;pre&gt;p1 := plot( f(x), x=... ):&lt;/pre&gt;
&lt;p&gt;Now make a list of plots, consisting of several (many) normal lines:&lt;/p&gt;
&lt;pre&gt;N := [ seq( plot( normal(i), ... ), i= ... ) ]:&lt;/pre&gt;
&lt;p&gt;The animation of these normals:&lt;/p&gt;
&lt;pre&gt;p2 := plots:-display( N, insequence=true ):&lt;/pre&gt;
&lt;p&gt;and the final picture:&lt;/p&gt;
&lt;pre&gt;plots:-display( {p1,p2}, scaling=constrained, view= ... );&lt;/pre&gt;
&lt;p&gt;The scaling option is important, to see that the normal is perpendicular to the curve!&lt;/p&gt;</description>
      <guid>144519</guid>
      <pubDate>Tue, 12 Mar 2013 18:47:31 Z</pubDate>
      <itunes:author>Adri van der Meer</itunes:author>
      <author>Adri van der Meer</author>
    </item>
  </channel>
</rss>