<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Lost kernel connection</title>
    <link>http://www.mapleprimes.com/questions/35895-Lost-Kernel-Connection</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:49:23 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 17:49:23 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Lost kernel connection</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Lost kernel connection</title>
      <link>http://www.mapleprimes.com/questions/35895-Lost-Kernel-Connection</link>
    </image>
    <item>
      <title>Corrupt worksheet</title>
      <link>http://www.mapleprimes.com/questions/35895-Lost-Kernel-Connection?ref=Feed:MaplePrimes:Lost kernel connection:Comments#answer59731</link>
      <itunes:summary>&lt;p&gt;You might try removing the output from the worksheet (under &lt;b&gt;Edit &lt;/b&gt;on the menu bar, &lt;b&gt;Remove Output&lt;/b&gt;, &lt;b&gt;From Worksheet&lt;/b&gt;) before trying to save.&amp;nbsp; This should be less likely to produce a corrupt worksheet.&lt;/p&gt;
&lt;p&gt;Under normal circumstances, that warning message occurs when you save a worksheet in .mws format from the Standard GUI.&amp;nbsp; Are you sure you're using Classic?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You might try removing the output from the worksheet (under &lt;b&gt;Edit &lt;/b&gt;on the menu bar, &lt;b&gt;Remove Output&lt;/b&gt;, &lt;b&gt;From Worksheet&lt;/b&gt;) before trying to save.&amp;nbsp; This should be less likely to produce a corrupt worksheet.&lt;/p&gt;
&lt;p&gt;Under normal circumstances, that warning message occurs when you save a worksheet in .mws format from the Standard GUI.&amp;nbsp; Are you sure you're using Classic?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>59731</guid>
      <pubDate>Mon, 25 Jan 2010 10:36:40 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Ahh, classic vs standard confusion</title>
      <link>http://www.mapleprimes.com/questions/35895-Lost-Kernel-Connection?ref=Feed:MaplePrimes:Lost kernel connection:Comments#answer59732</link>
      <itunes:summary>Thanks for helping!! 

Hmm, it seems I'm using standard gui, with the option for default format for new worksheet set to worksheet not document.

We have to submit mws files to our tutor for assignments and we were advised to use classic mode.

I originally had maple 11 supplied as part of my course, and it had an option "classic worksheet maple 11" in the menu, but I had some problems with it (64 bit issues) and since upgrading to maple 13 I don't have a "classic worksheet maple 13" option in the menu, just "command line maple 13" and "maple 13"..contrary to what is says here:
http://www.maplesoft.com/support/help/AddOns/view.aspx?path=versions

Removing the output doesn't seem to affect the "lost kernel connection" problem.

Thanks again.</itunes:summary>
      <description>Thanks for helping!! 

Hmm, it seems I'm using standard gui, with the option for default format for new worksheet set to worksheet not document.

We have to submit mws files to our tutor for assignments and we were advised to use classic mode.

I originally had maple 11 supplied as part of my course, and it had an option "classic worksheet maple 11" in the menu, but I had some problems with it (64 bit issues) and since upgrading to maple 13 I don't have a "classic worksheet maple 13" option in the menu, just "command line maple 13" and "maple 13"..contrary to what is says here:
http://www.maplesoft.com/support/help/AddOns/view.aspx?path=versions

Removing the output doesn't seem to affect the "lost kernel connection" problem.

Thanks again.</description>
      <guid>59732</guid>
      <pubDate>Mon, 25 Jan 2010 10:57:23 Z</pubDate>
      <itunes:author>longrob</itunes:author>
      <author>longrob</author>
    </item>
    <item>
      <title>unassigned variable</title>
      <link>http://www.mapleprimes.com/questions/35895-Lost-Kernel-Connection?ref=Feed:MaplePrimes:Lost kernel connection:Comments#answer59733</link>
      <itunes:summary>OK, so I found that the cause of the problem of Maple "losing the connection to the kernel" was that a variable in my ODE system was unassigned. Strange, and not convenient !</itunes:summary>
      <description>OK, so I found that the cause of the problem of Maple "losing the connection to the kernel" was that a variable in my ODE system was unassigned. Strange, and not convenient !</description>
      <guid>59733</guid>
      <pubDate>Mon, 25 Jan 2010 14:30:11 Z</pubDate>
      <itunes:author>longrob</itunes:author>
      <author>longrob</author>
    </item>
    <item>
      <title>is this normal ?</title>
      <link>http://www.mapleprimes.com/questions/35895-Lost-Kernel-Connection?ref=Feed:MaplePrimes:Lost kernel connection:Comments#answer59734</link>
      <itunes:summary>restart;
ross_x:=diff(x(t),t)=-y(t)-z(t):
ross_y:=diff(y(t),t)=x(t)+a*y(t):
ross_z:=diff(z(t),t)=b+x(t)*z(t)-c*z(t):
rossler_sys:=ross_x,ross_y,ross_z:
DEtools[DEplot3d]({rossler_sys},{x(t),y(t),z(t)},t=50..200,[[x(0)=1,y(0)=1,z(0)=1]],scene=[x(t),y(t),z(t)],stepsize=0.05,thickness=1,linecolor=blue,orientation=[40,120]);

I have created a worksheet with just the above commands (mw and mws)

On my system it results in a lost kernel connection, and then a corrupt worksheet using both mw and mws worksheets.

I know that the cause of the problem is that a, b and c are not assigned values when DEplot3d is called, but it doesn't seem right that this then causes Maple to lose it's kernel connection and corrupts the worksheet if I attempt to save it.

:(</itunes:summary>
      <description>restart;
ross_x:=diff(x(t),t)=-y(t)-z(t):
ross_y:=diff(y(t),t)=x(t)+a*y(t):
ross_z:=diff(z(t),t)=b+x(t)*z(t)-c*z(t):
rossler_sys:=ross_x,ross_y,ross_z:
DEtools[DEplot3d]({rossler_sys},{x(t),y(t),z(t)},t=50..200,[[x(0)=1,y(0)=1,z(0)=1]],scene=[x(t),y(t),z(t)],stepsize=0.05,thickness=1,linecolor=blue,orientation=[40,120]);

I have created a worksheet with just the above commands (mw and mws)

On my system it results in a lost kernel connection, and then a corrupt worksheet using both mw and mws worksheets.

I know that the cause of the problem is that a, b and c are not assigned values when DEplot3d is called, but it doesn't seem right that this then causes Maple to lose it's kernel connection and corrupts the worksheet if I attempt to save it.

:(</description>
      <guid>59734</guid>
      <pubDate>Mon, 25 Jan 2010 15:04:46 Z</pubDate>
      <itunes:author>longrob</itunes:author>
      <author>longrob</author>
    </item>
    <item>
      <title>Classic</title>
      <link>http://www.mapleprimes.com/questions/35895-Lost-Kernel-Connection?ref=Feed:MaplePrimes:Lost kernel connection:Comments#comment59737</link>
      <itunes:summary>&lt;p&gt;There is no Classic in the 64-bit version of Maple.&amp;nbsp;&amp;nbsp; It ought to be possible to use a 32-bit version of Maple in a 64-bit operating system, but problems have been reported with that too (see e.g. &lt;a href="http://www.mapleprimes.com/forum/wheresclassic"&gt;www.mapleprimes.com/forum/wheresclassic&lt;/a&gt;).&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;There is no Classic in the 64-bit version of Maple.&amp;nbsp;&amp;nbsp; It ought to be possible to use a 32-bit version of Maple in a 64-bit operating system, but problems have been reported with that too (see e.g. &lt;a href="http://www.mapleprimes.com/forum/wheresclassic"&gt;www.mapleprimes.com/forum/wheresclassic&lt;/a&gt;).&lt;/p&gt;</description>
      <guid>59737</guid>
      <pubDate>Mon, 25 Jan 2010 20:57:33 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Bug?</title>
      <link>http://www.mapleprimes.com/questions/35895-Lost-Kernel-Connection?ref=Feed:MaplePrimes:Lost kernel connection:Comments#comment59735</link>
      <itunes:summary>&lt;p&gt;That is a bug in the Standard GUI.&amp;nbsp; I hope you'll submit an SCR.&amp;nbsp; The problem, it seems, is that you get a CURVES plot structure with all its points [undefined, undefined, undefined].&amp;nbsp; But this should not crash the GUI.&amp;nbsp; Classic just produces &lt;/p&gt;
&lt;p&gt;Warning, The use of global variables in numerical ODE problems is deprecated, and will be removed in a future release. Use the 'parameters' argument instead (see ?dsolve,numeric,parameters)&lt;br /&gt;
&lt;br /&gt;
Warning, plot may be incomplete, the following errors(s) were issued:&lt;br /&gt;
&amp;nbsp;&amp;nbsp; parameter 'a' must be assigned a numeric value before obtaining a solution&lt;br /&gt;
Plotting error, VIEW must contain numeric ranges&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;That is a bug in the Standard GUI.&amp;nbsp; I hope you'll submit an SCR.&amp;nbsp; The problem, it seems, is that you get a CURVES plot structure with all its points [undefined, undefined, undefined].&amp;nbsp; But this should not crash the GUI.&amp;nbsp; Classic just produces &lt;/p&gt;
&lt;p&gt;Warning, The use of global variables in numerical ODE problems is deprecated, and will be removed in a future release. Use the 'parameters' argument instead (see ?dsolve,numeric,parameters)&lt;br /&gt;
&lt;br /&gt;
Warning, plot may be incomplete, the following errors(s) were issued:&lt;br /&gt;
&amp;nbsp;&amp;nbsp; parameter 'a' must be assigned a numeric value before obtaining a solution&lt;br /&gt;
Plotting error, VIEW must contain numeric ranges&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</description>
      <guid>59735</guid>
      <pubDate>Mon, 25 Jan 2010 20:50:22 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>