 |
|
List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] Maple crashing with odeplot
| [MUG] Maple crashing with odeplot |
|
Author: John Robert Kitchin
Posted: Mon, 11 Nov 2002 14:53:55 -0500
|
>> From: John Robert Kitchin "jkitchin"
Hi,
I have been experiencing very annoying crashes when saving worksheets with
odeplot in them. It happens in maple 7 and 8 in both Linux and Windows
(2000) versions. It appears that everything above the odeplot is saved,
but everything below it in the worksheet is lost when the worksheet is
reopened. It doesn't crash everytime, and I haven't been able to figure
out what causes it, other than I only see it when using odeplot. This
makes it very difficult to work with. Any patches or solutions?
j
|
| [MUG] Re: Maple crashing with odeplot |
|
Author: Allan Wittkopf
Posted: Thu, 14 Nov 2002 21:41:36 -0800
|
>> From: Allan Wittkopf "awittkop"
Hello John,
I have seen occasional problems with saving worksheets with odeplots and
dsolve/numeric solutions, but for me these seemed to go away if I turned the
display off for the dsolve/numeric solution.
So, for example, instead of:
> ds := dsolve(..., numeric);
ds := proc(x_rkf45) ... end proc
> plots[odeplot](ds,...);
<displayed plot>
I would type:
> ds := dsolve(..., numeric):
> plots[odeplot](ds,...);
<displayed plot>
Please let me know if this takes care of the problem, or alternatively if you
have an example worksheet with output removed, you could send it to MUG.
Sincerely,
Allan Wittkopf
| >> From: John Robert Kitchin "jkitchin"
|
| I have been experiencing very annoying crashes when saving worksheets with
| odeplot in them. It happens in maple 7 and 8 in both Linux and Windows
| (2000) versions. It appears that everything above the odeplot is saved,
| but everything below it in the worksheet is lost when the worksheet is
| reopened. It doesn't crash everytime, and I haven't been able to figure
| out what causes it, other than I only see it when using odeplot.
|
Previous by date: [MUG] bug in funding the reduced form of functions?, Antony Davies, Ph D
Next by date: [MUG] Re: maple ps plotoutput and other graphics programs, Maple User Group
Previous thread: [MUG] Lebesgue-Integral, Classen, Manfred
Next thread: [MUG] maple ps plotoutput and other graphics programs, Dr U Kasper
|
|
|