Movatterモバイル変換


[0]ホーム

URL:


MaplePrimes
Advanced Search

Maple 2025 Questions and Posts

These are Posts and Questions associated with the product,Maple 2025

Do not know if this is new or not.

I have found about 12 Maple crashes so far in just 2 days running a test in Maple 2025.2

But this one I am not sure if it is new or not as never seen it before.

Could someone please just run this in Maple 2025.1 and see if you get same crash? So I know if it is new or not. Only have Maple 2025.2 on this new PC.

Calling solve causes Maple server to crash. Save your work before just in case.

restart;

interface(version);

`Standard Worksheet Interface, Maple 2025.2, Windows 10, November 11 2025 Build ID 1971053`

Physics:-Version();

`The "Physics Updates" version in the MapleCloud is 1881 and is the same as the version installed in this computer, created 2025, October 7, 16:4 hours Pacific Time.`

SupportTools:-Version();

`The Customer Support Updates version in the MapleCloud is 29 and is the same as the version installed in this computer, created June 23, 2025, 10:25 hours Eastern Time.`

sol:=ln( (y-1)^(1/3)* (y^2+y+1)^(1/3) ) - ln(y) = 2/5* ln(t^2+1)+_C1;

ln((y-1)^(1/3)*(y^2+y+1)^(1/3))-ln(y) = (2/5)*ln(t^2+1)+_C1

infolevel[solve]:=5;

5

solve( sol,y);

Main: Entering solver with 1 equation in 1 variable

Dispatch: dispatching to Radicals handler

Transformer:   solving for linear equation in y

Recurse: recursively solving 1 equations and 4 inequations in 1 variables

Dispatch: dispatching to ln handler (extension)

Dispatch: logarithm substitution _S000002 = ln(_S000001)

Recurse: recursively solving 1 equations and 4 inequations in 1 variables

Dispatch: dispatching to ln handler (extension)

Dispatch: logarithm substitution _S000003 = ln(t^2+1)

Transformer:   solving for linear equation in _S000003

Recurse: recursively solving 1 equations and 3 inequations in 1 variables

Dispatch: dispatching to ln handler (extension)

Dispatch: logarithm substitution _S000004 = ln(exp(_S000002)^3+1)

Recurse: recursively solving 2 equations and 3 inequations in 2 variables

Dispatch: dispatching to ln handler (extension)

Dispatch: logarithm substitution _S000005 = ln(exp(_S000002)^6+3*exp(_S000002)^3+3)

Recurse: recursively solving 3 equations and 3 inequations in 3 variables

Dispatch: dispatching to Exponentials handler

Transformer:   solving for linear equation in _S000005

Recurse: recursively solving 3 equations and 4 inequations in 4 variables

Dispatch: dispatching to Exponentials handler

Transformer:   solving for linear equation in _S000004

Recurse: recursively solving 3 equations and 5 inequations in 5 variables

Dispatch: dispatching to Exponentials handler

Transformer:   solving for linear equation in _S000002

Recurse: recursively solving 3 equations and 6 inequations in 6 variables

Dispatch: dispatching to Rename handler

Dispatch: renaming exp(5/2*_C1) = _S000012, exp(-5/2*_C1) = 1/_S000012

Recurse: recursively solving 3 equations and 6 inequations in 6 variables

Dispatch: handling polynomials of the form a*x^n-b

Dispatch: dispatching to PolynomialSystem handler

Main: polynomial system split into 1 parts under preprocessing

Main: using RegularChains based methods

SolverVariableOrder: using the variable order  _S000008 > _S000006 > _S000010

TriangularDecomposition: using deterministic algorithm for decomposition

Download calling_solve_crashes_maple_2025_2_nov_28_2025.mw

Note that this crash happens even when removing Physics update and SupportTools from libname.

I only have Maple 2025.2 on this new PC. Could someone just run this code on earlier Maple version and see if they get same crash?

I am finding many crashes in Maple 2025.2 (3 so far) and I am only 25% in my test.  But not sure if this is new or was there in Maple 2025.1 or earlier. 

I am trying to document all the new problems in Maple 2025.2.

Here is the worksheet (save all your work just in case).

restart;

interface(version);

`Standard Worksheet Interface, Maple 2025.2, Windows 10, November 11 2025 Build ID 1971053`

SupportTools:-Version();

`The Customer Support Updates version in the MapleCloud is 29 and is the same as the version installed in this computer, created June 23, 2025, 10:25 hours Eastern Time.`

Physics:-Version();

`The "Physics Updates" version in the MapleCloud is 1881 and is the same as the version installed in this computer, created 2025, October 7, 16:4 hours Pacific Time.`

ode:=(4+2*x-y(x))*diff(y(x),x)+5+x-2*y(x) = 0;

(4+2*x-y(x))*(diff(y(x), x))+5+x-2*y(x) = 0

sol:=y(x) = ((2*(x+11)*(x+1)^4*exp(12*_C1)-29*(x+103/29)*(x+1)^2*exp(6*_C1)+27*x+81)
*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^4+(-2*(x-4)
*(x+1)^4*exp(12*_C1)-34*(x+1)^2*(x+67/17)*exp(6*_C1)+54*x+162)*RootOf(2+(exp(6*
_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2-(x-1)*(x+1)^4*exp(12*_C1)-\
14*(x+1)^2*(x+29/7)*exp(6*_C1)+27*x+81)/((10*(x+1)^4*exp(12*_C1)+27-37*(x+1)^2*
exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^
4+(5*(x+1)^4*exp(12*_C1)+54-50*(x+1)^2*exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*
exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2+(x+1)^4*exp(12*_C1)+27-22*(x+1)^2*exp
(6*_C1));

y(x) = ((2*(x+11)*(x+1)^4*exp(12*_C1)-29*(x+103/29)*(x+1)^2*exp(6*_C1)+27*x+81)*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^4+(-2*(x-4)*(x+1)^4*exp(12*_C1)-34*(x+1)^2*(x+67/17)*exp(6*_C1)+54*x+162)*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2-(x-1)*(x+1)^4*exp(12*_C1)-14*(x+1)^2*(x+29/7)*exp(6*_C1)+27*x+81)/((10*(x+1)^4*exp(12*_C1)+27-37*(x+1)^2*exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^4+(5*(x+1)^4*exp(12*_C1)+54-50*(x+1)^2*exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2+(x+1)^4*exp(12*_C1)+27-22*(x+1)^2*exp(6*_C1))

infolevel[odetest]:=5;

5

odetest(sol,ode);

odetest: Performing an implicit solution test

odetest: Trying to eliminate constants using the order: [_C1]

odetest: Trying to eliminate _C1

 

 

Download maple_crash_odetest_2025_2_nov_26_2025.mw

Update

Based on comment below, I just checked. If I remove "C:Usersmemaple\toolbox2025Maple Customer Support Updateslib" and "C:Usersmemaple\toolbox2025Physics Updateslib"  from libname, then the crash goes away !

restart;

interface(version);

`Standard Worksheet Interface, Maple 2025.2, Windows 10, November 11 2025 Build ID 1971053`

SupportTools:-Version();

`The Customer Support Updates version in the MapleCloud is 29 and is the same as the version installed in this computer, created June 23, 2025, 10:25 hours Eastern Time.`

Physics:-Version();

`The "Physics Updates" version in the MapleCloud is 1881 and is the same as the version installed in this computer, created 2025, October 7, 16:4 hours Pacific Time.`

libname

"C:\Users\me\maple\toolbox\2025\Physics Updates\lib", "C:\Users\me\maple\toolbox\2025\Maple Customer Support Updates\lib", "C:\Program Files\Maple 2025\lib"

libname:=libname[3];

"C:\Program Files\Maple 2025\lib"

ode:=(4+2*x-y(x))*diff(y(x),x)+5+x-2*y(x) = 0;

(4+2*x-y(x))*(diff(y(x), x))+5+x-2*y(x) = 0

sol:=y(x) = ((2*(x+11)*(x+1)^4*exp(12*_C1)-29*(x+103/29)*(x+1)^2*exp(6*_C1)+27*x+81)
*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^4+(-2*(x-4)
*(x+1)^4*exp(12*_C1)-34*(x+1)^2*(x+67/17)*exp(6*_C1)+54*x+162)*RootOf(2+(exp(6*
_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2-(x-1)*(x+1)^4*exp(12*_C1)-\
14*(x+1)^2*(x+29/7)*exp(6*_C1)+27*x+81)/((10*(x+1)^4*exp(12*_C1)+27-37*(x+1)^2*
exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^
4+(5*(x+1)^4*exp(12*_C1)+54-50*(x+1)^2*exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*
exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2+(x+1)^4*exp(12*_C1)+27-22*(x+1)^2*exp
(6*_C1));

y(x) = ((2*(x+11)*(x+1)^4*exp(12*_C1)-29*(x+103/29)*(x+1)^2*exp(6*_C1)+27*x+81)*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^4+(-2*(x-4)*(x+1)^4*exp(12*_C1)-34*(x+1)^2*(x+67/17)*exp(6*_C1)+54*x+162)*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2-(x-1)*(x+1)^4*exp(12*_C1)-14*(x+1)^2*(x+29/7)*exp(6*_C1)+27*x+81)/((10*(x+1)^4*exp(12*_C1)+27-37*(x+1)^2*exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^4+(5*(x+1)^4*exp(12*_C1)+54-50*(x+1)^2*exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2+(x+1)^4*exp(12*_C1)+27-22*(x+1)^2*exp(6*_C1))

infolevel[odetest]:=5;

5

odetest(sol,ode);

odetest: Performing an implicit solution test

odetest: Trying to eliminate constants using the order: [_C1]

odetest: Trying to eliminate _C1

odetest: Successful elimination of c__1

odetest: length of implicit solutions after isolating _Cn constants: 164

odetest: length after collecting objects and simplifying coefficients: 126

odetest: length after Solve w.r.t yn: 66

odetest: length after collect @ normal @ eval the ODE at the implicit solution: 0

Successful implicit test

0

 

 

Download maple_crash_odetest_2025_2_nov_26_2025_V2.mw

I also checked if libname had PHYSICS on it but no SUPPORT tools, and the crash also goes away. So the bug seems to be when adding SUPPORT tools. 


 

restart;

interface(version);

`Standard Worksheet Interface, Maple 2025.2, Windows 10, November 11 2025 Build ID 1971053`

SupportTools:-Version();

`The Customer Support Updates version in the MapleCloud is 29 and is the same as the version installed in this computer, created June 23, 2025, 10:25 hours Eastern Time.`

Physics:-Version();

`The "Physics Updates" version in the MapleCloud is 1881 and is the same as the version installed in this computer, created 2025, October 7, 16:4 hours Pacific Time.`

libname

"C:\Users\me\maple\toolbox\2025\Physics Updates\lib", "C:\Users\me\maple\toolbox\2025\Maple Customer Support Updates\lib", "C:\Program Files\Maple 2025\lib"

libname:=libname[1],libname[3]

"C:\Users\me\maple\toolbox\2025\Physics Updates\lib", "C:\Program Files\Maple 2025\lib"

libname

"C:\Users\me\maple\toolbox\2025\Physics Updates\lib", "C:\Program Files\Maple 2025\lib"

ode:=(4+2*x-y(x))*diff(y(x),x)+5+x-2*y(x) = 0;

(4+2*x-y(x))*(diff(y(x), x))+5+x-2*y(x) = 0

sol:=y(x) = ((2*(x+11)*(x+1)^4*exp(12*_C1)-29*(x+103/29)*(x+1)^2*exp(6*_C1)+27*x+81)
*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^4+(-2*(x-4)
*(x+1)^4*exp(12*_C1)-34*(x+1)^2*(x+67/17)*exp(6*_C1)+54*x+162)*RootOf(2+(exp(6*
_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2-(x-1)*(x+1)^4*exp(12*_C1)-\
14*(x+1)^2*(x+29/7)*exp(6*_C1)+27*x+81)/((10*(x+1)^4*exp(12*_C1)+27-37*(x+1)^2*
exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^
4+(5*(x+1)^4*exp(12*_C1)+54-50*(x+1)^2*exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*
exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2+(x+1)^4*exp(12*_C1)+27-22*(x+1)^2*exp
(6*_C1));

y(x) = ((2*(x+11)*(x+1)^4*exp(12*_C1)-29*(x+103/29)*(x+1)^2*exp(6*_C1)+27*x+81)*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^4+(-2*(x-4)*(x+1)^4*exp(12*_C1)-34*(x+1)^2*(x+67/17)*exp(6*_C1)+54*x+162)*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2-(x-1)*(x+1)^4*exp(12*_C1)-14*(x+1)^2*(x+29/7)*exp(6*_C1)+27*x+81)/((10*(x+1)^4*exp(12*_C1)+27-37*(x+1)^2*exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^4+(5*(x+1)^4*exp(12*_C1)+54-50*(x+1)^2*exp(6*_C1))*RootOf(2+(exp(6*_C1)*x^2+2*exp(6*_C1)*x+exp(6*_C1)-1)*_Z^6+3*_Z^2)^2+(x+1)^4*exp(12*_C1)+27-22*(x+1)^2*exp(6*_C1))

infolevel[odetest]:=5;

5

odetest(sol,ode);

odetest: Performing an implicit solution test

odetest: Trying to eliminate constants using the order: [_C1]

odetest: Trying to eliminate _C1

odetest: Successful elimination of c__1

odetest: length of implicit solutions after isolating _Cn constants: 164

odetest: length after collecting objects and simplifying coefficients: 126

odetest: length after Solve w.r.t yn: 66

odetest: length after collect @ normal @ eval the ODE at the implicit solution: 0

Successful implicit test

0

 

 

Download maple_crash_odetest_2025_2_nov_26_2025_V3.mw

The crash only happens when SUPPORT tools is added:

Using Maple 2025.2, I need to run my test in command line (for other reasons).

Only problem is that plottools:-exportplot does not work as well as in the GUI.  The gridlines do not show.

I reported this to Maplesoft years ago. Was hoping may be it is fixed in Maple 2025.2 but it does not seem to be.

Anyone knows of a trick to show gridlines in plot (2D) when using cmaple.exe?

Here is example. Started cmaple.exe from command line (which on windows is 

c:/Program Files/Maple 2025/bin.X86_64_WINDOWS/cmaple.exe
> p:=plot(x^3, x = -8 .. 8, color = "blue",axis=[gridlines=[10,color="red"]]):> plottools:-exportplot("filename2.png",p);

You might want to use setdirectory() to some folder such as c:\tmp to save the plot to.

But the plot is missing the gridlines

In the UI it looks like this

This is really a big problem for me. I have to run the program in command line, but the plots geneated from command line do not look as good as when running the same program in maplew.exe vs. cmaple.exe.

This is a problem in Maple for years and years and no one in Maplesoft seems to care to fix it.

So I am asking hoping someone will have a trick to make gridline show using cmaple.exe.

Updated

I just found the case number. Actually I only reported this to Maplesoft 6 months ago. I thought it was longer than this.

Maybe they will fix it in Maple 2026?

I know Maplesoft is very busy with A.I. stuff these days, but hopefully someone will be able to have 1-2 hrs spare time from AI work and look at this and fix it.

It should not be hard to fix I would imagine, since code works in worksheet so someone just needs to use /copy same code that works in worksheet and make sure it works in cmaple.exe

Case - 00177734 | exporting plot using command line maple 2025 losses gridlines.Hello,Thank you for contacting Maplesoft.I have forwarded this inquiry to our Math Team / R&D Team. Once they review the situation and provide any further updates and/or insights, we will contact you. Thank you for your patience.Best Regards,HarishTechnical Support AnalystMaplesofthttps://www.maplesoft.com--------------- Original Message ---------------Sent: 2025-04-01, 3:34 a.m.To: support@maplesoft.comSubject: exporting plot using command line maple 2025 losses gridlines.When I export a plot to postscript using command line Maple 2025,the generated plot is missing gridlines.Same exact code executed inside GUI Maple 2025 shows the grid linesas expected.What to do to obtain same plot from command line Maple as fromthe GUI?I am using Linux Arch based distribution with Maple 2025 linux.Here is the command I used/home/me/maple2025/bin/maple A.mplHere is A.mpl----------------------p:=plot(25*t^2+10*t+20,axes=boxed,labels=[t,x(t)],axis=[gridlines=[color=lightblue]],'color' = 'red'):plotsetup(ps, plotoutput="p.ps",plotoptions=`color,noborder`);print(p);------------------------If you run the above, you will see p.ps file generated.But looking at the plot inside it, shows no gridlines.Could this be fixed or do I need different options tomake gridlines show running command line Maple?

I am trying to see if installing Physics update package will fix a problem I am having as describedhere by having a fix that maybe not included in Maple 2025.2

But I do not know how to do that. When doing Physics:-Version(); or Physics:-Version(latest); Maple says

             `The "Physics Updates" package is not available for the version of Maple under development`

Does this mean Physics update package is not needed in Maple 2025.2?  Otherwise, what are the instructions to install Physics package now?

May be someone could clarify the status of Physics package and if it is something that one should still install along with SupportTools which in Maple 2025.2 was there automatically and did not need to install it.

Update 

JUst verified that Physics update package V 1881 is still needed in Maple 2025.2 as it has important fixes not merged in Maple 2025.2.

To install Physics package in Maple 2025.2 had to click on the top right corner of the worksheet (the down arrow) near the "sign in".

Then go down to "packages" and select and click on the install button next to Physics package.  (first in list).

This will download and install it.

Now closed all of Maple and restarted it.

Now Physics package V 1881 is installed and have fixes in it that are missing from Maple 2025.2.  This is why my test was failing. Now the test do not fail.

So first time, the command Physics:-Version(latest) does not work. But from now on it should work.

I would have expected all fixes made in Physics update to have been merged into the new Maple release.

In 2025.2, I found that calling Physics:-Setup causes code of `convert/diff` to change (on the fly) causing error.

I removed from my code the places I was calling Physics:-Setup explicitly, but the error still shows up. Which means there is still places in the code to cause Physics to come into play.

I just installed 2025.2 and have not done anything yet. Just running a test. 

Does one need to install Physics package?

First, let me give an example showing that calling Physics:-Setup changes `convert/diff` which ends up causing an internal Maple error

interface(version);

`Standard Worksheet Interface, Maple 2025.2, Windows 10, November 11 2025 Build ID 1971053`

SupportTools:-Version();

`The Customer Support Updates version in the MapleCloud is 29 and is the same as the version installed in this computer, created June 23, 2025, 10:25 hours Eastern Time.`

Physics:-Version();

`The "Physics Updates" package is not available for the version of Maple under development`

restart;

Original result. No problem

 

print(`convert/diff`);

proc (a, { useeval::truefalse := false }) local ee, zD; ee := `PDEtools/usediff`(a); zD := indets(ee, 'And(function, satisfies(proc (f) options operator, arrow; (op(0, f))::`PDEtools/D/structure` end proc))'); if zD = {} then ee else _Env_t_in_use := `tools/get_symbols`(a); if useeval then zD := map(`convert/diff/D_to_eval@diff`, zD, ':-useEval'); zD := map(proc (u) options operator, arrow; lhs(u) = subsop(0 = eval, rhs(u)) end proc, zD); subs(zD, ee) else subs(map(`convert/diff/D_to_eval@diff`, zD), a) end if end if end proc

T:=D(x)(infinity):

PDEtools:-difforder(convert(T,diff))

1

 

 

 

After call Physics:-Setup

 

restart;

Physics:-Setup('assumingusesAssume' = false):

print(`convert/diff`);

proc () local ans; ans := usepdiff(args); if has([ans], 'D') then ans := Physics:-OriginalValue["convert/diff"](ans, args[2 .. -1]) end if; ans end proc

T:=D(x)(infinity):

PDEtools:-difforder(convert(T,diff))

Error, (in unknown) invalid input: diff received infinity, which is not valid for its 2nd argument

 

 

 

 

Download why_code_changes_calling_Physics_maple_2025_2_nov_24_2025.mw

Notice that now calling PDEtools:-difforder(convert(T,diff))  fail because Physics:- was called.

But my code now has no calls to Physics:-, I made sure to comment all those out. 

But I still get same error when I run my test program. Not able to find where Physics is "activated" again to cause the code change in `convert/diff` that happens dynamically when Physics is loaded.

It must be happining on different call internally. But have no idea why and where.

This is all on new PC. I have no Maple ini files or anything like this that can cause this.

Will installing Physics package explicity fixes this?   

 

Update

I think I know why this happens. Not all fixes made by Edgardo S. Cheb-Terrab in last Physics update are included in Maple 2025.2 !

See https://mapleprimes.com/questions/240843-Why-PDEtoolsSolve-Fail-On-This-Equation  where fix is made in Physics  v.1880 which I confirmed in Maple 2025.1.

But now I checked and this problem is back in Maple 2025.2. which means that fix was not merged into Maple 2025.2. How could this happen?


 

interface(version);

`Standard Worksheet Interface, Maple 2025.2, Windows 10, November 11 2025 Build ID 1971053`

Physics:-Version();

`The "Physics Updates" package is not available for the version of Maple under development`

SupportTools:-Version();

`The Customer Support Updates version in the MapleCloud is 29 and is the same as the version installed in this computer, created June 23, 2025, 10:25 hours Eastern Time.`

restart;

eq:=D(y)(0)+1 = 0;
solve(eq,D(y)(0));

(D(y))(0)+1 = 0

-1

PDEtools:-Solve(eq,D(y)(0));

Error, (in PDEtools:-Solve) required an indication of the solving variables for the given system

 


 

Download fixed_in_2025_1_but_missing_in_2025_2.mw

So I am hoping that figuring how to install Physics update in Maple 2025.2 will fix the current problem with convert and also bring that old fix for PDEtools:-Solve back into Maple 2025.2.

This is something that Maplesoft should have taken care of.

Update 

Figured how install Physics update package V 1881 and doing so fixed this problem in Maple 2025.2 !

This tells me that all fixes that were in Physics update package were not merged into Maple 2025.2

This worksheet shows that now code works OK, but need to make sure to install Physics update package in Maple 2025.2

interface(version);

`Standard Worksheet Interface, Maple 2025.2, Windows 10, November 11 2025 Build ID 1971053`

SupportTools:-Version();

`The Customer Support Updates version in the MapleCloud is 29 and is the same as the version installed in this computer, created June 23, 2025, 10:25 hours Eastern Time.`

Physics:-Version();

`The "Physics Updates" version in the MapleCloud is 1881 and is the same as the version installed in this computer, created 2025, October 7, 16:4 hours Pacific Time.`

restart;

Original result. No problem

 

print(`convert/diff`);

proc (a, { useeval::truefalse := false }) local ee, zD; ee := `PDEtools/usediff`(a); zD := indets(ee, 'And(function, satisfies(proc (f) options operator, arrow; (op(0, f))::`PDEtools/D/structure` end proc))'); if zD = {} then ee else _Env_t_in_use := `tools/get_symbols`(a); if useeval then zD := map(`convert/diff/D_to_eval@diff`, zD, ':-useEval'); zD := map(proc (u) options operator, arrow; lhs(u) = subsop(0 = eval, rhs(u)) end proc, zD); subs(zD, ee) else subs(map(`convert/diff/D_to_eval@diff`, zD), a) end if end if end proc

T:=D(x)(infinity):

PDEtools:-difforder(convert(T,diff))

1

 

 

 

After call Physics:-Setup. now works OK since Physics update is installed

 

restart;

Physics:-Setup('assumingusesAssume' = false):

print(`convert/diff`);

proc () local ans; ans := usepdiff(args); if has([ans], 'D') then ans := Physics:-OriginalValue["convert/diff"](ans, args[2 .. -1]) end if; ans end proc

T:=D(x)(infinity):

PDEtools:-difforder(convert(T,diff))

1

 

 

 

Download why_code_changes_calling_Physics_maple_2025_2_nov_24_2025_V2.mw

 

The new default in Maple 2025 is to hide the Execution Group Boundaries inWorksheet mode.
In order to make them visible one has to use the menu

View > Show/Hide Contents > Execution Group Boundaries F9

or to press theF9 key.

The question: is there a method to have again visible boundaries by default? 

(Hiding the boundaries does not seem to be a good idea because an execution group can have (it is not clear why!) multiple prompts.)

Is it possible to install and operate Maple toolbox 2025.2 with MATLAB R2025b on Linux (Ubuntu 24.04)  platform?

On Ubuntu 24.04 installation process hangs after location of Maple and Matlab folders at installer window.

Any idea what is wrong?

Of course, I know that actual Maple 2025 system requirements mention support only for MATLAB R2024b, but this is an obsolete version of MATLAB.

And finally, Is there any reliable and effective way how to switch between Maple and MATLAB symbolic engine?

My maple version is 2025.2 and is extremely slow when typing. If i type fast then half a second goes by and the text appears. My pc has quite decent specs so limited performance is likely not the issue.

Having started learning Maple about a year ago as a beginner, and now having mastered my preferred area of ​​"ordinary differential equations" fairly independently, I'd like to explore "elliptic curves" in Maple. For practice, I've chosen two problems, for each of which I only know one solution:

y^2 = x^3  -51*x^2 + 867*x - 4792    (17;11)

y^2 - 2*y + 14 = 2*x^3 + 11*x^2 - 29*x - 17    (3;7)

My attempts using commands like "algcurves", "ThueSolve", and "parametrization" have failed. How does one approach such problems in Maple? I'm also particularly interested in the group-theoretically based graphical secant method.

(I'm familiar with the book by Silverman/Tate.)

I get this message:

Why is itnot working using the menu?

We have just released updates to Maple and MapleSim.

Maple 2025.2 improvements include fixes to print layout, PDF export, tooltips for keyboard shortcuts, Plot Builder, and more. We recommend that all Maple 2025 users install this update. This update is available throughTools>Check for Updates in Maple, and is also available from theMaple 2025.2 download page, where you can find more details.

At the same time, we have also released an update to MapleSim, which includes enhanced tools for comparing models and analyzing simulation data, and improved runtime performance for MapleSim connectors.You can find more information on theMapleSim 2025.2 download page.

When working with units in Maple, There seem to be a glitch. Can someone explain, where there might be a mistake here: Sorry for the language, but You will hopefully understand.

In the attached document (an excerpt from a larger document) is a call to the interactive plotbuilder.
The call is somewhere hidden in a document block but the document block with the redline is empty. Deleting the document block only moves the red line to another block. 

Executing the entire document (with !!!) starts the plot builder, execution step by step (with !) does not.

How to delete the call to the plotbuilder?

Interactive_plotbuilder.mw

I am working in Maple 2025:

I executed the following code:

restart:p:=int(x ** 3 + 2 * x, x);

Maple replied with:

(x^2 + 2)^2/4

I was expecting :

x^4/4+x^2

Did Maple do this integration incorrectly?

Hello! I have a simple system of linear ODEs and I am trying to solve them much like the above link ODEs were solved but I keep getting a pesky problem and no matter what I do, I can't seem to make Maple happy! Could someone take a look & see what I am doing wrong.

Thank you.

Download SimpleMarsEntryAndAeroBrakingModel.mw

1234567LastPage 1 of 13


Share via:
Share via e-mail:


From:
To:
Custom Message (optional):
Share on Facebook:

You must be logged into your Facebook account in order to share via Facebook.


Share via GooglePlus:


Click the button below to share this on Google+. A new window will open.


Share via Twitter:

You must be logged in to your Twitter account in order to share. Click the button below to login (a new window will open.)



Your message was sent!

Please log-in to your MaplePrimes account.

Wrong Email/Password. Please try again.

Automatically sign in on future visits

Save this setting as your default sorting preference?

Note: You can change your preference any time in your account settings
Don't show this again

Please log-in to your MaplePrimes account.

Wrong Email/Password. Please try again.

Automatically sign in on future visits

Connect with Maplesoft:
Questions  | Posts  | Tags  | Users  | Unanswered  | Maplesoft Blog  | Badges  |  Recent
About  | MaplePrimes Help  | Support
© Maplesoft, a division of Waterloo Maple Inc. .  | maplesoft.com  | Terms of Use  |  Privacy  | Trademarks


Generating PDF…

loading
PDF ready for download.

Error occurred during PDF generation. Please refresh the page and try again

Login to Your MaplePrimes Account

Wrong Email/Password. Please try again.

E-Mail Address:
Password:
Remember Me:
Automatically sign in on future visits

[8]ページ先頭

©2009-2025 Movatter.jp