<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Maple 2016 Posts and Questions</title>
    <link>http://www.mapleprimes.com/products/Maple/Maple 2016</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Mon, 13 Apr 2026 15:06:59 GMT</lastBuildDate>
    <pubDate>Mon, 13 Apr 2026 15:06:59 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>Maple 2016 Questions and Posts on MaplePrimes</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Maple 2016 Posts and Questions</title>
      <link>http://www.mapleprimes.com/products/Maple/Maple 2016</link>
    </image>
    <item>
      <title>Unable to connect to Matlab using openlink()</title>
      <link>http://www.mapleprimes.com/questions/240656-Unable-To-Connect-To-Matlab-Using-Openlink?ref=Feed:MaplePrimes:Version Maple 2016</link>
      <itunes:summary>&lt;p&gt;I have Maple 2016 and Matlab 2016b installed on my Windows destop.&lt;/p&gt;

&lt;p&gt;When I run&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
with(Matlab);
openlink()&lt;/pre&gt;

&lt;p&gt;in a Maple worksheet the following error window appears.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=240656_question/_2025-08-08_122053.png"&gt;&lt;/p&gt;

&lt;p&gt;After closing the window I also see the following error message,&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
Error, (in Matlab:-openlink) there was a problem finding or loading matlink.dll. Refer to &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=Matlab,setup' target='_new'&gt;?Matlab,setup&lt;/a&gt; for help configuring your system to work with the Matlab-link.&lt;/pre&gt;

&lt;p&gt;How to fix the connection from Maple to Matlab?&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;I have Maple 2016 and Matlab 2016b installed on my Windows destop.&lt;/p&gt;

&lt;p&gt;When I run&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
with(Matlab);
openlink()&lt;/pre&gt;

&lt;p&gt;in a Maple worksheet the following error window appears.&lt;/p&gt;

&lt;p&gt;&lt;img src="/view.aspx?sf=240656_question/_2025-08-08_122053.png" /&gt;&lt;/p&gt;

&lt;p&gt;After closing the window I also see the following error message,&lt;/p&gt;

&lt;pre class="prettyprint"&gt;
Error, (in Matlab:-openlink) there was a problem finding or loading matlink.dll. Refer to ?Matlab,setup for help configuring your system to work with the Matlab-link.&lt;/pre&gt;

&lt;p&gt;How to fix the connection from Maple to Matlab?&lt;/p&gt;
</description>
      <guid>240656</guid>
      <pubDate>Fri, 08 Aug 2025 04:25:12 Z</pubDate>
      <itunes:author>Youthdoo</itunes:author>
      <author>Youthdoo</author>
    </item>
    <item>
      <title>Error, invalid subscript selector</title>
      <link>http://www.mapleprimes.com/questions/240551-Error-Invalid-Subscript-Selector?ref=Feed:MaplePrimes:Version Maple 2016</link>
      <itunes:summary>&lt;p&gt;Good day, everyone&lt;/p&gt;

&lt;p&gt;I am trying to code HPM but it&amp;#39;s giving me the error code &amp;quot;Error, invalid subscript selector&lt;br&gt;
&amp;quot; once I increase the number of iterations above 2.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Attached below is the code.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=240551_question/HPM.mw"&gt;HPM.mw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Good day, everyone&lt;/p&gt;

&lt;p&gt;I am trying to code HPM but it&amp;#39;s giving me the error code &amp;quot;Error, invalid subscript selector&lt;br&gt;
&amp;quot; once I increase the number of iterations above 2.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Attached below is the code.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=240551_question/HPM.mw"&gt;HPM.mw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;
</description>
      <guid>240551</guid>
      <pubDate>Mon, 23 Jun 2025 18:51:33 Z</pubDate>
      <itunes:author>kencom1</itunes:author>
      <author>kencom1</author>
    </item>
    <item>
      <title>What is wrong that the command solve does not display an answer</title>
      <link>http://www.mapleprimes.com/questions/240075-What-Is-Wrong-That-The-Command-Solve?ref=Feed:MaplePrimes:Version Maple 2016</link>
      <itunes:summary>&lt;p&gt;Good day, all.&lt;/p&gt;

&lt;p&gt;Please, I am working on the following code but found out that the command solve is not displaying any result. Your assistance and suggestions would be appreciated. Thank you, and best regards.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;restart;&lt;br&gt;
NULL;&lt;br&gt;
t := sum(a[j]*q^j, j = 0 .. 9);&lt;br&gt;
H := diff(t, q);&lt;br&gt;
F := diff(t, q $ 2);&lt;br&gt;
p1 := simplify(eval(t, q = x)) = y[n];&lt;br&gt;
p2 := simplify(eval(F, q = x)) = f[n];&lt;br&gt;
p3 := simplify(eval(F, q = x + h/4)) = f[n + 1/4];&lt;br&gt;
p4 := simplify(eval(F, q = x + h/2)) = f[n + 1/2];&lt;br&gt;
p5 := simplify(eval(F, q = x + (3*h)/4)) = f[n + 3/4];&lt;br&gt;
p6 := simplify(eval(F, q = x + h)) = f[n + 1];&lt;br&gt;
p7 := simplify(eval(F, q = x + (5*h)/4)) = f[n + 5/4];&lt;br&gt;
p8 := simplify(eval(F, q = x + (3*h)/2)) = f[n + 3/2];&lt;br&gt;
p9 := simplify(eval(F, q = x + (7*h)/4)) = f[n + 7/4];&lt;br&gt;
p10 := simplify(eval(F, q = x + 2*h)) = f[n + 2];&lt;br&gt;
r := seq(a[i], i = 0 .. 9);&lt;br&gt;
s := p || (1 .. 10);&lt;/p&gt;

&lt;p&gt;solve({s}, {r});&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Good day, all.&lt;/p&gt;

&lt;p&gt;Please, I am working on the following code but found out that the command solve is not displaying any result. Your assistance and suggestions would be appreciated. Thank you, and best regards.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;restart;&lt;br /&gt;
NULL;&lt;br /&gt;
t := sum(a[j]*q^j, j = 0 .. 9);&lt;br /&gt;
H := diff(t, q);&lt;br /&gt;
F := diff(t, q $ 2);&lt;br /&gt;
p1 := simplify(eval(t, q = x)) = y[n];&lt;br /&gt;
p2 := simplify(eval(F, q = x)) = f[n];&lt;br /&gt;
p3 := simplify(eval(F, q = x + h/4)) = f[n + 1/4];&lt;br /&gt;
p4 := simplify(eval(F, q = x + h/2)) = f[n + 1/2];&lt;br /&gt;
p5 := simplify(eval(F, q = x + (3*h)/4)) = f[n + 3/4];&lt;br /&gt;
p6 := simplify(eval(F, q = x + h)) = f[n + 1];&lt;br /&gt;
p7 := simplify(eval(F, q = x + (5*h)/4)) = f[n + 5/4];&lt;br /&gt;
p8 := simplify(eval(F, q = x + (3*h)/2)) = f[n + 3/2];&lt;br /&gt;
p9 := simplify(eval(F, q = x + (7*h)/4)) = f[n + 7/4];&lt;br /&gt;
p10 := simplify(eval(F, q = x + 2*h)) = f[n + 2];&lt;br /&gt;
r := seq(a[i], i = 0 .. 9);&lt;br /&gt;
s := p || (1 .. 10);&lt;/p&gt;

&lt;p&gt;solve({s}, {r});&lt;/p&gt;
</description>
      <guid>240075</guid>
      <pubDate>Wed, 26 Mar 2025 14:23:17 Z</pubDate>
      <itunes:author>abdulganiy</itunes:author>
      <author>abdulganiy</author>
    </item>
    <item>
      <title>ssystem("dir C:") result is in Spanish</title>
      <link>http://www.mapleprimes.com/questions/239974-Ssystemdir-C-Result-Is-In-Spanish?ref=Feed:MaplePrimes:Version Maple 2016</link>
      <itunes:summary>&lt;p&gt;i used:&amp;nbsp;&lt;br&gt;
Y := ssystem(&amp;quot;dir C:&amp;quot;); print(Y)&lt;br&gt;
result is&lt;/p&gt;

&lt;p&gt;[0,&amp;quot;\&amp;quot; El volumen de la unidad C es OS\n El n&amp;pound;mero de serie del volumen es: 54A9-09DA\n\n Directorio de C:\\Program Files\\Maple 2016&amp;quot;&lt;/p&gt;

&lt;p&gt;Windows operating system English version but Maple shows Spanish result&lt;br&gt;
I want result is English. Please help me&lt;/p&gt;

&lt;form name="worksheet_form"&gt;&lt;input name="md.ref" type="hidden" value="3294D91BE73F5D139C2530D71889E041"&gt;
&lt;table align="center" width="1920"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;
			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="Y := ssystem(&amp;quot;dir C:&amp;quot;):" height="23" src="/view.aspx?sf=239974_question/c6c24e4ca6074d1dd6ecf122a391b132.gif" style="vertical-align:-6px" width="211"&gt;&lt;/p&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img align="middle" alt="[0, &amp;quot; El volumen de la unidad C es OS
 El nÂ£mero de serie del volumen es: 54A9-09DA

 Directorio de C:\Program Files\Maple 2016

21/02/2025  07:53 AM    &amp;lt;DIR&amp;gt;          .
22/02/2025  08:34 AM    &amp;lt;DIR&amp;gt;          ..
21/02/2025  07:50 AM    &amp;lt;DIR&amp;gt;          afm
21/02/2025  07:55 AM    &amp;lt;DIR&amp;gt;          bin.X86_64_WINDOWS
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          data
13/02/2025  07:46 AM    &amp;lt;DIR&amp;gt;          eBookTools
21/02/2025  07:50 AM    &amp;lt;DIR&amp;gt;          etc
02/02/2016  05:05 AM            73,861 EULA.html
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          examples
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          examplesclassic
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          Excel
21/02/2025  07:50 AM    &amp;lt;DIR&amp;gt;          extern
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          Fonts
13/01/2016  06:39 AM           223,499 Install.html
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          java
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          jre
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          lib
21/02/2025  07:55 AM    &amp;lt;DIR&amp;gt;          license
27/01/2011  11:13 PM             6,296 Maple Cloud Terms of Service.html
17/02/2016  02:54 PM         5,490,560 MapleToolbox2016.0WindowsX64Installer.exe
13/02/2025  07:48 AM           317,257 Maple_2016_Install_2025_02_13_08_46_07.log
21/02/2025  07:52 AM           317,834 Maple_2016_Install_2025_02_21_08_47_47.log
21/02/2025  07:50 AM    &amp;lt;DIR&amp;gt;          profiles
21/02/2025  07:52 AM             5,396 readme.txt
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          redist
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          samples
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          uninstall
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          update
13/02/2025  07:46 AM    &amp;lt;DIR&amp;gt;          Users
               7 archivos      6,434,703 bytes
              22 dirs  148,583,636,992 bytes libres&amp;quot;]" height="618" src="/view.aspx?sf=239974_question/caab5b97b7a03afcdeb327c3e75deb1a.gif" style="vertical-align:-601px" width="1890"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(1)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="``" height="23" src="/view.aspx?sf=239974_question/3af257e2e9297ae4d5ad38eb203ae6bf.gif" style="vertical-align:-6px" width="11"&gt;&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;input name="sequence" type="hidden" value="1"&gt; &lt;input name="cmd" type="hidden" value="none"&gt;&lt;/form&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=239974_question/language_maple.mw"&gt;Download language_maple.mw&lt;/a&gt;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;i used:&amp;nbsp;&lt;br&gt;
Y := ssystem(&amp;quot;dir C:&amp;quot;); print(Y)&lt;br&gt;
result is&lt;/p&gt;

&lt;p&gt;[0,&amp;quot;\&amp;quot; El volumen de la unidad C es OS\n El n&amp;pound;mero de serie del volumen es: 54A9-09DA\n\n Directorio de C:\\Program Files\\Maple 2016&amp;quot;&lt;/p&gt;

&lt;p&gt;Windows operating system English version but Maple shows Spanish result&lt;br&gt;
I want result is English. Please help me&lt;/p&gt;

&lt;form name="worksheet_form"&gt;&lt;input name="md.ref" type="hidden" value="3294D91BE73F5D139C2530D71889E041"&gt;
&lt;table align="center" width="1920"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;
			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="Y := ssystem(&amp;quot;dir C:&amp;quot;):" height="23" src="/view.aspx?sf=239974_question/c6c24e4ca6074d1dd6ecf122a391b132.gif" style="vertical-align:-6px" width="211"&gt;&lt;/p&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img align="middle" alt="[0, &amp;quot; El volumen de la unidad C es OS
 El nÂ£mero de serie del volumen es: 54A9-09DA

 Directorio de C:\Program Files\Maple 2016

21/02/2025  07:53 AM    &amp;lt;DIR&amp;gt;          .
22/02/2025  08:34 AM    &amp;lt;DIR&amp;gt;          ..
21/02/2025  07:50 AM    &amp;lt;DIR&amp;gt;          afm
21/02/2025  07:55 AM    &amp;lt;DIR&amp;gt;          bin.X86_64_WINDOWS
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          data
13/02/2025  07:46 AM    &amp;lt;DIR&amp;gt;          eBookTools
21/02/2025  07:50 AM    &amp;lt;DIR&amp;gt;          etc
02/02/2016  05:05 AM            73,861 EULA.html
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          examples
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          examplesclassic
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          Excel
21/02/2025  07:50 AM    &amp;lt;DIR&amp;gt;          extern
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          Fonts
13/01/2016  06:39 AM           223,499 Install.html
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          java
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          jre
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          lib
21/02/2025  07:55 AM    &amp;lt;DIR&amp;gt;          license
27/01/2011  11:13 PM             6,296 Maple Cloud Terms of Service.html
17/02/2016  02:54 PM         5,490,560 MapleToolbox2016.0WindowsX64Installer.exe
13/02/2025  07:48 AM           317,257 Maple_2016_Install_2025_02_13_08_46_07.log
21/02/2025  07:52 AM           317,834 Maple_2016_Install_2025_02_21_08_47_47.log
21/02/2025  07:50 AM    &amp;lt;DIR&amp;gt;          profiles
21/02/2025  07:52 AM             5,396 readme.txt
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          redist
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          samples
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          uninstall
21/02/2025  07:52 AM    &amp;lt;DIR&amp;gt;          update
13/02/2025  07:46 AM    &amp;lt;DIR&amp;gt;          Users
               7 archivos      6,434,703 bytes
              22 dirs  148,583,636,992 bytes libres&amp;quot;]" height="618" src="/view.aspx?sf=239974_question/caab5b97b7a03afcdeb327c3e75deb1a.gif" style="vertical-align:-601px" width="1890"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(1)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="``" height="23" src="/view.aspx?sf=239974_question/3af257e2e9297ae4d5ad38eb203ae6bf.gif" style="vertical-align:-6px" width="11"&gt;&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;input name="sequence" type="hidden" value="1"&gt; &lt;input name="cmd" type="hidden" value="none"&gt;&lt;/form&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=239974_question/language_maple.mw"&gt;Download language_maple.mw&lt;/a&gt;&lt;/p&gt;
</description>
      <guid>239974</guid>
      <pubDate>Mon, 03 Mar 2025 05:05:11 Z</pubDate>
      <itunes:author>minhhieuh2003</itunes:author>
      <author>minhhieuh2003</author>
    </item>
    <item>
      <title>How can I display the symbol and the line for one line  together in the legend box?</title>
      <link>http://www.mapleprimes.com/questions/239567-How-Can-I-Display-The-Symbol-And-The?ref=Feed:MaplePrimes:Version Maple 2016</link>
      <itunes:summary>&lt;p&gt;How can I display the symbol (blue solid circle) and the line (blue line) together in the legend box (( from&amp;nbsp;&lt;img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAwCAYAAABT9ym6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABdaVRYdFNuaXBNZXRhZGF0YQAAAAAAeyJjbGlwUG9pbnRzIjpbeyJ4IjowLCJ5IjowfSx7IngiOjUwLCJ5IjowfSx7IngiOjUwLCJ5Ijo0OH0seyJ4IjowLCJ5Ijo0OH1dfZc/6F0AAAC1SURBVGhD7di9DcMgFEZRyESMYEZgNRZhBDwCGyXBekWKEMlKwQV9pwG78hX4R/bPN7eBh43LUwiNQmgUQqMQmuGbPefsSil2xDdckR7RWrMjvuGKxBivsdZ6jXS62WkUQqMQGoXQKIRmm5Bb31rHYZPJztMmH26FeG+Tyb5dsbbWTH9vLTI9fmkUQqMQGoXQKIRmm5Cf31r9J3YIwc6wDVckpbRMRDdckdXoZqdRCM0mIc69ALV1RrotW8HcAAAAAElFTkSuQmCC"&gt;&amp;nbsp; to&lt;img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAwCAYAAABT9ym6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABdaVRYdFNuaXBNZXRhZGF0YQAAAAAAeyJjbGlwUG9pbnRzIjpbeyJ4IjowLCJ5IjowfSx7IngiOjUwLCJ5IjowfSx7IngiOjUwLCJ5Ijo0OH0seyJ4IjowLCJ5Ijo0OH1dfZc/6F0AAAI8SURBVGhD7dhPSJNhHAfw79yr7J0GoUGLCEECCyJ2K1LJURARGOsQghc9GASBXjpHCnXxNOiUaKeoDr3HFILZJSJQdujioSIoUFTUbe7131rvM384pffZnpf3fcez8XxgvL/fw9je754/GwsULKgDDXSteSqIbFQQ2aggslFBZMP9Zk8kEjAMgzr5cWeEhUilUtTJjzsjsViseE0mk8Wr7NRml40KIhsVRNR69u/hYy1z8PCDb8fvk9cZTH008Xs1TyMlnWc1PLwdxkhfM42458uMPJ5OY+xN1jYEs/hnH6OTadx7tk4j7nkexNwtYMLYoq4848s2Zhd2qHPH8yAL3/eoEjP+NkuVO54HKbdcmkMBqkpSP50F53G02Xt7qeBYajSxqG9QJ64nHbE+0f9D8szNUXGEoyCBSu/VngMub1LjwMxpYE98cdjdsbdLa0ujgmyLvrz4bPB4urSYry0rMBv2i3XQusE8bF/+mK5MBFqhiktLxMvZHB68cLa8su8itgeBE56fWsO3wrjfHaKusqB1B25DMJ4HYbouNlFV2eCNMFXu+BJk6GYYWpCaIy61Hz8M2HMe3ZE4yAk9gIHrOnUl334dHALM+TMaPj1vQ7SjkUbc8SUI82r0JK522t9kf4+OmaetuHZBfAlW4tvPeGYzV8D7zyY+zO/gx3Ie504FrT2h4+4V8cNAlK9Bqsm3pVVtKohs6iZI2c3O/sSORqM0IjfujMTj8ZoJwXBnpNaozS4bFUQ2dRIE+Acy2MZIE97q3wAAAABJRU5ErkJggg=="&gt;&amp;nbsp;))?&lt;/p&gt;

&lt;form name="worksheet_form"&gt;&lt;input name="md.ref" type="hidden" value="0EE790D961D0FC09CF111B3FB91B6F62"&gt;
&lt;table align="center" width="768"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;
			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: Courier New,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="plot(sin(x), x = -3 .. 3, colour = [blue], style = pointline, symbol = [solidcircle], numpoints = 20, legend = [&amp;quot;sin(x)&amp;quot;])" height="23" src="/view.aspx?sf=239567_question/d216a2fb1ee88707dc027a753ea5fb16.gif" style="vertical-align:-6px" width="709"&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p&gt;&amp;nbsp;&lt;/p&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img align="middle" height="400" src="/view.aspx?sf=239567_question/32e90be6733ea17d7c96dd9e9bc2c9e1.gif" style="border:none" width="400"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;&amp;nbsp;&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&amp;nbsp;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="``" height="23" src="/view.aspx?sf=239567_question/d8ee406e630a82b383493b7c92ccce41.gif" style="vertical-align:-6px" width="11"&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;input name="sequence" type="hidden" value="1"&gt; &lt;input name="cmd" type="hidden" value="none"&gt;&lt;/form&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=239567_question/Plot1.mw"&gt;Download Plot1.mw&lt;/a&gt;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;How can I display the symbol (blue solid circle) and the line (blue line) together in the legend box (( from&amp;nbsp;&lt;img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAwCAYAAABT9ym6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABdaVRYdFNuaXBNZXRhZGF0YQAAAAAAeyJjbGlwUG9pbnRzIjpbeyJ4IjowLCJ5IjowfSx7IngiOjUwLCJ5IjowfSx7IngiOjUwLCJ5Ijo0OH0seyJ4IjowLCJ5Ijo0OH1dfZc/6F0AAAC1SURBVGhD7di9DcMgFEZRyESMYEZgNRZhBDwCGyXBekWKEMlKwQV9pwG78hX4R/bPN7eBh43LUwiNQmgUQqMQmuGbPefsSil2xDdckR7RWrMjvuGKxBivsdZ6jXS62WkUQqMQGoXQKIRmm5Bb31rHYZPJztMmH26FeG+Tyb5dsbbWTH9vLTI9fmkUQqMQGoXQKIRmm5Cf31r9J3YIwc6wDVckpbRMRDdckdXoZqdRCM0mIc69ALV1RrotW8HcAAAAAElFTkSuQmCC"&gt;&amp;nbsp; to&lt;img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAwCAYAAABT9ym6AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABdaVRYdFNuaXBNZXRhZGF0YQAAAAAAeyJjbGlwUG9pbnRzIjpbeyJ4IjowLCJ5IjowfSx7IngiOjUwLCJ5IjowfSx7IngiOjUwLCJ5Ijo0OH0seyJ4IjowLCJ5Ijo0OH1dfZc/6F0AAAI8SURBVGhD7dhPSJNhHAfw79yr7J0GoUGLCEECCyJ2K1LJURARGOsQghc9GASBXjpHCnXxNOiUaKeoDr3HFILZJSJQdujioSIoUFTUbe7131rvM384pffZnpf3fcez8XxgvL/fw9je754/GwsULKgDDXSteSqIbFQQ2aggslFBZMP9Zk8kEjAMgzr5cWeEhUilUtTJjzsjsViseE0mk8Wr7NRml40KIhsVRNR69u/hYy1z8PCDb8fvk9cZTH008Xs1TyMlnWc1PLwdxkhfM42458uMPJ5OY+xN1jYEs/hnH6OTadx7tk4j7nkexNwtYMLYoq4848s2Zhd2qHPH8yAL3/eoEjP+NkuVO54HKbdcmkMBqkpSP50F53G02Xt7qeBYajSxqG9QJ64nHbE+0f9D8szNUXGEoyCBSu/VngMub1LjwMxpYE98cdjdsbdLa0ujgmyLvrz4bPB4urSYry0rMBv2i3XQusE8bF/+mK5MBFqhiktLxMvZHB68cLa8su8itgeBE56fWsO3wrjfHaKusqB1B25DMJ4HYbouNlFV2eCNMFXu+BJk6GYYWpCaIy61Hz8M2HMe3ZE4yAk9gIHrOnUl334dHALM+TMaPj1vQ7SjkUbc8SUI82r0JK522t9kf4+OmaetuHZBfAlW4tvPeGYzV8D7zyY+zO/gx3Ie504FrT2h4+4V8cNAlK9Bqsm3pVVtKohs6iZI2c3O/sSORqM0IjfujMTj8ZoJwXBnpNaozS4bFUQ2dRIE+Acy2MZIE97q3wAAAABJRU5ErkJggg=="&gt;&amp;nbsp;))?&lt;/p&gt;

&lt;form name="worksheet_form"&gt;&lt;input name="md.ref" type="hidden" value="0EE790D961D0FC09CF111B3FB91B6F62"&gt;
&lt;table align="center" width="768"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;
			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: Courier New,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="plot(sin(x), x = -3 .. 3, colour = [blue], style = pointline, symbol = [solidcircle], numpoints = 20, legend = [&amp;quot;sin(x)&amp;quot;])" height="23" src="/view.aspx?sf=239567_question/d216a2fb1ee88707dc027a753ea5fb16.gif" style="vertical-align:-6px" width="709"&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p&gt;&amp;nbsp;&lt;/p&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img align="middle" height="400" src="/view.aspx?sf=239567_question/32e90be6733ea17d7c96dd9e9bc2c9e1.gif" style="border:none" width="400"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;&amp;nbsp;&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&amp;nbsp;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="``" height="23" src="/view.aspx?sf=239567_question/d8ee406e630a82b383493b7c92ccce41.gif" style="vertical-align:-6px" width="11"&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;input name="sequence" type="hidden" value="1"&gt; &lt;input name="cmd" type="hidden" value="none"&gt;&lt;/form&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=239567_question/Plot1.mw"&gt;Download Plot1.mw&lt;/a&gt;&lt;/p&gt;
</description>
      <guid>239567</guid>
      <pubDate>Sat, 21 Dec 2024 11:00:47 Z</pubDate>
      <itunes:author>moh111</itunes:author>
      <author>moh111</author>
    </item>
    <item>
      <title>TEST.m in lib not run</title>
      <link>http://www.mapleprimes.com/questions/239563-TESTm-In-Lib-Not-Run?ref=Feed:MaplePrimes:Version Maple 2016</link>
      <itunes:summary>&lt;p&gt;I have a file TEST.m. How can I make it so that every time I start Maple, all the subprograms in the TEST.m file will run first? Then I just need to type the function with(TEST): sumpro(2,3,4) to get the result 9. I copied the TEST.m file into Maple&amp;#39;s lib directory, but it doesn&amp;#39;t run after starting Maple.&lt;/p&gt;

&lt;p&gt;I just need to type sumvip(2, 3, 4) to get the result, but Maple doesn&amp;#39;t understand it.&lt;/p&gt;

&lt;p&gt;Please help.&lt;/p&gt;

&lt;form name="worksheet_form"&gt;&lt;input name="md.ref" type="hidden" value="B90237B36C4BCA4E99910AD5AC334847"&gt;
&lt;table align="center" width="768"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;
			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img align="middle" alt="TEST := module () local sumpro; export sumvip; option package;  sumpro := proc (a, b, c) local sumex; sumex := a+b+c; printf(&amp;quot;sum of %A , %A and %A is %A&amp;quot;, a, b, c, sumex) end proc; sumvip := proc () sumpro(args) end proc end module:" height="127" src="/view.aspx?sf=228213_post/085d437d81ae5a6e9d5afdd3d3cad9a8.gif" style="vertical-align:-110px" width="768"&gt;&lt;/p&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="save TEST, &amp;quot;TEST.m&amp;quot;" height="23" src="/view.aspx?sf=228213_post/393e2a539e1b8ba41521424c3d63bea7.gif" style="vertical-align:-6px" width="139"&gt;&lt;/p&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="with(TEST)" height="23" src="/view.aspx?sf=228213_post/0fc4136280458be7adb1a85046977c90.gif" style="vertical-align:-6px" width="79"&gt;&lt;/p&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[sumvip]" height="23" src="/view.aspx?sf=228213_post/9bb865d1cf15e5da69e0b0abf440e496.gif" style="vertical-align:-6px" width="61"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(1)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="sumvip(2, 3, 4)" height="6" src="/view.aspx?sf=228213_post/4a4e2b20433caa4d56f1da67891a5304.gif" style="vertical-align:-6px" width="768"&gt;&lt;/p&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;span style="color:#0000ff;font-size: 100%;font-family: Courier New,monospace;font-weight:normal;font-style:normal;"&gt;sum of 2 , 3 and 4 is 9&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;&amp;nbsp;&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="NULL" height="23" src="/view.aspx?sf=228213_post/e61521861660c7fedd2caebf371c554f.gif" style="vertical-align:-6px" width="6"&gt;&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;input name="sequence" type="hidden" value="1"&gt; &lt;input name="cmd" type="hidden" value="none"&gt;&lt;/form&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=228213_post/TEST.mw"&gt;Download TEST.mw&lt;/a&gt;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;I have a file TEST.m. How can I make it so that every time I start Maple, all the subprograms in the TEST.m file will run first? Then I just need to type the function with(TEST): sumpro(2,3,4) to get the result 9. I copied the TEST.m file into Maple&amp;#39;s lib directory, but it doesn&amp;#39;t run after starting Maple.&lt;/p&gt;

&lt;p&gt;I just need to type sumvip(2, 3, 4) to get the result, but Maple doesn&amp;#39;t understand it.&lt;/p&gt;

&lt;p&gt;Please help.&lt;/p&gt;

&lt;form name="worksheet_form"&gt;&lt;input name="md.ref" type="hidden" value="B90237B36C4BCA4E99910AD5AC334847"&gt;
&lt;table align="center" width="768"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;
			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img align="middle" alt="TEST := module () local sumpro; export sumvip; option package;  sumpro := proc (a, b, c) local sumex; sumex := a+b+c; printf(&amp;quot;sum of %A , %A and %A is %A&amp;quot;, a, b, c, sumex) end proc; sumvip := proc () sumpro(args) end proc end module:" height="127" src="/view.aspx?sf=228213_post/085d437d81ae5a6e9d5afdd3d3cad9a8.gif" style="vertical-align:-110px" width="768"&gt;&lt;/p&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="save TEST, &amp;quot;TEST.m&amp;quot;" height="23" src="/view.aspx?sf=228213_post/393e2a539e1b8ba41521424c3d63bea7.gif" style="vertical-align:-6px" width="139"&gt;&lt;/p&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="with(TEST)" height="23" src="/view.aspx?sf=228213_post/0fc4136280458be7adb1a85046977c90.gif" style="vertical-align:-6px" width="79"&gt;&lt;/p&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[sumvip]" height="23" src="/view.aspx?sf=228213_post/9bb865d1cf15e5da69e0b0abf440e496.gif" style="vertical-align:-6px" width="61"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(1)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="sumvip(2, 3, 4)" height="6" src="/view.aspx?sf=228213_post/4a4e2b20433caa4d56f1da67891a5304.gif" style="vertical-align:-6px" width="768"&gt;&lt;/p&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;span style="color:#0000ff;font-size: 100%;font-family: Courier New,monospace;font-weight:normal;font-style:normal;"&gt;sum of 2 , 3 and 4 is 9&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;&amp;nbsp;&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="NULL" height="23" src="/view.aspx?sf=228213_post/e61521861660c7fedd2caebf371c554f.gif" style="vertical-align:-6px" width="6"&gt;&lt;/p&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;input name="sequence" type="hidden" value="1"&gt; &lt;input name="cmd" type="hidden" value="none"&gt;&lt;/form&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=228213_post/TEST.mw"&gt;Download TEST.mw&lt;/a&gt;&lt;/p&gt;
</description>
      <guid>239563</guid>
      <pubDate>Sat, 21 Dec 2024 01:19:16 Z</pubDate>
      <itunes:author>minhhieuh2003</itunes:author>
      <author>minhhieuh2003</author>
    </item>
  </channel>
</rss>