<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, run my maplet from maple</title>
    <link>http://www.mapleprimes.com/questions/142962-Run-My-Maplet-From-Maple</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 09:41:09 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 09:41:09 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, run my maplet from maple</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, run my maplet from maple</title>
      <link>http://www.mapleprimes.com/questions/142962-Run-My-Maplet-From-Maple</link>
    </image>
    <item>
      <title>use a Library</title>
      <link>http://www.mapleprimes.com/questions/142962-Run-My-Maplet-From-Maple?ref=Feed:MaplePrimes:run my maplet from maple:Comments#answer142992</link>
      <itunes:summary>&lt;p&gt;One way to make this work in other Maple worksheets would be to save the definition of m5 in a library file. Then you can include it in other sheets using with(library_file);.LibTools has the routines you need to create libraries. I use something like this:&lt;/p&gt;
&lt;p&gt;LibraryTools:-Save(MathPad,cat(libname[1],"/MathPad.mla"));&lt;/p&gt;
&lt;p&gt;where "MathPad" is a module defined before the call to LibTools:-Save (so "m5" in your case) and "MathPad.mla" is the library the module gets save into (you chose your own name). The cat with libname[1] is to get to the right directory (which happens to be in libname[1] for me).&lt;/p&gt;
&lt;p&gt;I find that for rarely used simple routines good old copy-paste works just as well. &lt;/p&gt;
&lt;p&gt;You can also save a whole Maple sheet as Maplet, but that gets you one specific maplet application that a user interacts with.&lt;/p&gt;
&lt;p&gt;Mac Dude&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;One way to make this work in other Maple worksheets would be to save the definition of m5 in a library file. Then you can include it in other sheets using with(library_file);.LibTools has the routines you need to create libraries. I use something like this:&lt;/p&gt;
&lt;p&gt;LibraryTools:-Save(MathPad,cat(libname[1],"/MathPad.mla"));&lt;/p&gt;
&lt;p&gt;where "MathPad" is a module defined before the call to LibTools:-Save (so "m5" in your case) and "MathPad.mla" is the library the module gets save into (you chose your own name). The cat with libname[1] is to get to the right directory (which happens to be in libname[1] for me).&lt;/p&gt;
&lt;p&gt;I find that for rarely used simple routines good old copy-paste works just as well. &lt;/p&gt;
&lt;p&gt;You can also save a whole Maple sheet as Maplet, but that gets you one specific maplet application that a user interacts with.&lt;/p&gt;
&lt;p&gt;Mac Dude&lt;/p&gt;</description>
      <guid>142992</guid>
      <pubDate>Sun, 03 Feb 2013 02:05:39 Z</pubDate>
      <itunes:author>Mac Dude</itunes:author>
      <author>Mac Dude</author>
    </item>
  </channel>
</rss>