Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I always run with the option "create a new engine for each document". which is a very nice feature in Maple.

The problem is that, when I have say 5 worksheets open and running, and one of them them hangs, I need to kill mserver.,exe from the task manager which is running this worksheet. 

most of the times I end up killing the wrong mserver.exe. I can sometimes guess by the CPU it is using. But if I have two running with high CPU it is not possible guess.

There is no ID or anything associated with the name. It will be nice if each process has in its name an ID which is also displayed in the worksheet bottom bar so one knows. This ID could be simply some random number. So the display will show  mserver-13847,exe ,   mserver-82739,exe and so on. And this name will be automtically displayed at the bottom bar of the worksheet where all time used, cpu used and memory used and so on is now displayed.  This will be a nice feature to add to Maple.  

If this is not possible, how about just displaying the PID (process ID)  of the mserver.exe connected to the worksheet in the bottom bar? This will also work, as task manager/details lists a processes with the PID there, so it will make it easy to find.

Meanwhile, while waiting for Maple 2033 to hopefully implement this feature, does anyone know of a method to help find which mserver.,exe is connected to which specific worksheet?

Windows 10.

Q1: In the above, why can I only convert radians to radians. Or: Why does the menu "Chose unit" not offer arcdeg?

Q2: In the above, why is nothing happening when I enter arcdeg in the field "Enter Unit"?

Q3: How to change the displayed symbol for arcdeg to ° (in the attachment are failed attempts)?

arcdeg.mw

Hi, 

How to determinate cartesian equation of Surface of revolution S ( obtained by rotation of curve around line 

) and how to illustrat it geometricly ?

Thanks
QuestionRev.mw

Do others see this problem? I do not understand what is going on. I am seeing this problem on many integrals

restart;
int(integrand)
   #Large output displayed
   #echo the input
int(...)
    #Large output displayed
    #echo the input 
int(...)
    #echo the input only. Large output gone
int(...)
   #echo the input only. Large output gone

restart;
int(...)
   #Large output displayed
   #echo the input 
int(...)
   #echo the input only. Large output gone
int(...)
   #echo the input only. Large output gone

In all the above, it is the same command used.

i.e. first time (sometimes needs two times), Maple displays large out. But looking at the end of this output, the very last line, we see the same integral/command is returned.

But second time and any attempt after that, it no longer gives that large output, but returns back/echos the command on the screen only.

Attached is worksheet showing this. This is new behaviour in Maple 2023 and I am baffled by it. Do others see it? Why does it happen. I will report it if others confirm it. I just wanted to make sure first it is not just me seeing this. 

Is it possible the large output is side effect and is being printed by error to the screen by internal Maple code? But why does it stop the second/third time?
 

interface(version);

`Standard Worksheet Interface, Maple 2023.0, Windows 10, March 6 2023 Build ID 1689885`

restart;

int((b*g*x+a*g)^2/(A+B*ln(e*(b*x+a)/(d*x+c))),x)

(a*d-b*c)*e*d*g^2*(a^2*d^2-2*a*b*c*d+b^2*c^2)*((1/6)*(2*B^2*b^2*e^2*ln((a*d-b*c)*e*_z/d+b*e/d)^2-6*B^2*b*d*e*ln((a*d-b*c)*e*_z/d+b*e/d)^2*((a*d-b*c)*e*_z/d+b*e/d)+6*B^2*d^2*ln((a*d-b*c)*e*_z/d+b*e/d)^2*((a*d-b*c)*e*_z/d+b*e/d)^2+4*A*B*b^2*e^2*ln((a*d-b*c)*e*_z/d+b*e/d)-12*A*B*b*d*e*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)+12*A*B*d^2*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)^2-3*B^2*b^2*e^2*ln((a*d-b*c)*e*_z/d+b*e/d)+7*B^2*b*d*e*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)-4*B^2*d^2*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)^2+2*A^2*b^2*e^2-6*A^2*b*d*e*((a*d-b*c)*e*_z/d+b*e/d)+6*A^2*d^2*((a*d-b*c)*e*_z/d+b*e/d)^2-3*A*B*b^2*e^2+7*A*B*b*d*e*((a*d-b*c)*e*_z/d+b*e/d)-4*A*B*d^2*((a*d-b*c)*e*_z/d+b*e/d)^2+2*B^2*b^2*e^2-4*B^2*b*d*e*((a*d-b*c)*e*_z/d+b*e/d)+2*B^2*d^2*((a*d-b*c)*e*_z/d+b*e/d)^2)/((-((a*d-b*c)*e*_z/d+b*e/d)*d+e*b)^3*(A+B*ln((a*d-b*c)*e*_z/d+b*e/d))^3*d^3)+(1/3)*intat(B*(B^2*_a^2+2*A*B*_a-3*B^2*_a+A^2-3*A*B+3*B^2)/((B*_a+A)^4*d^3*(e*b-exp(_a)*d)), _a = ln((a*d-b*c)*e*_z/d+b*e/d)))

e*(a*d-b*c)^3*d^3*((1/6)*(2*B^2*b^2*e^2*ln((a*d-b*c)*e*_z/d+b*e/d)^2-6*B^2*b*d*e*ln((a*d-b*c)*e*_z/d+b*e/d)^2*((a*d-b*c)*e*_z/d+b*e/d)+6*B^2*d^2*ln((a*d-b*c)*e*_z/d+b*e/d)^2*((a*d-b*c)*e*_z/d+b*e/d)^2+4*A*B*b^2*e^2*ln((a*d-b*c)*e*_z/d+b*e/d)-12*A*B*b*d*e*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)+12*A*B*d^2*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)^2-3*B^2*b^2*e^2*ln((a*d-b*c)*e*_z/d+b*e/d)+7*B^2*b*d*e*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)-4*B^2*d^2*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)^2+2*A^2*b^2*e^2-6*A^2*b*d*e*((a*d-b*c)*e*_z/d+b*e/d)+6*A^2*d^2*((a*d-b*c)*e*_z/d+b*e/d)^2-3*A*B*b^2*e^2+7*A*B*b*d*e*((a*d-b*c)*e*_z/d+b*e/d)-4*A*B*d^2*((a*d-b*c)*e*_z/d+b*e/d)^2+2*B^2*b^2*e^2-4*B^2*b*d*e*((a*d-b*c)*e*_z/d+b*e/d)+2*B^2*d^2*((a*d-b*c)*e*_z/d+b*e/d)^2)/((-((a*d-b*c)*e*_z/d+b*e/d)*d+e*b)^3*(A+B*ln((a*d-b*c)*e*_z/d+b*e/d))^3*d^3)+(1/3)*intat(B*(B^2*_a^2+2*A*B*_a-3*B^2*_a+A^2-3*A*B+3*B^2)/((B*_a+A)^4*d^3*(e*b-exp(_a)*d)), _a = ln((a*d-b*c)*e*_z/d+b*e/d)))

-g^2*((1/6)*(2*B^2*b^2*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)^2-6*B^2*b*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)+6*B^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)^2*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2+4*A*B*b^2*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)-12*A*B*b*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)+12*A*B*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2-3*B^2*b^2*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)+7*B^2*b*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)-4*B^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2+2*A^2*b^2*e^2-6*A^2*b*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)+6*A^2*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2-3*A*B*b^2*e^2+7*A*B*b*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)-4*A*B*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2+2*B^2*b^2*e^2-4*B^2*b*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)+2*B^2*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2)*e*(a*d-b*c)^3/((e*b-e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b))^3*(A+B*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d))^3)+(1/3)*intat(B*(B^2*_a^2+2*A*B*_a-3*B^2*_a+A^2-3*A*B+3*B^2)/((B*_a+A)^4*d^3*(e*b-exp(_a)*d)), _a = ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d))*d^3*e*(a*d-b*c)^3)/d^3

e*(a*d-b*c)*d*(a^2*d^2-2*a*b*c*d+b^2*c^2)*((1/6)*(2*B^2*b^2*e^2*ln((a*d-b*c)*e*_z/d+b*e/d)^2-6*B^2*b*d*e*ln((a*d-b*c)*e*_z/d+b*e/d)^2*((a*d-b*c)*e*_z/d+b*e/d)+6*B^2*d^2*ln((a*d-b*c)*e*_z/d+b*e/d)^2*((a*d-b*c)*e*_z/d+b*e/d)^2+4*A*B*b^2*e^2*ln((a*d-b*c)*e*_z/d+b*e/d)-12*A*B*b*d*e*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)+12*A*B*d^2*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)^2-3*B^2*b^2*e^2*ln((a*d-b*c)*e*_z/d+b*e/d)+7*B^2*b*d*e*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)-4*B^2*d^2*ln((a*d-b*c)*e*_z/d+b*e/d)*((a*d-b*c)*e*_z/d+b*e/d)^2+2*A^2*b^2*e^2-6*A^2*b*d*e*((a*d-b*c)*e*_z/d+b*e/d)+6*A^2*d^2*((a*d-b*c)*e*_z/d+b*e/d)^2-3*A*B*b^2*e^2+7*A*B*b*d*e*((a*d-b*c)*e*_z/d+b*e/d)-4*A*B*d^2*((a*d-b*c)*e*_z/d+b*e/d)^2+2*B^2*b^2*e^2-4*B^2*b*d*e*((a*d-b*c)*e*_z/d+b*e/d)+2*B^2*d^2*((a*d-b*c)*e*_z/d+b*e/d)^2)/((-((a*d-b*c)*e*_z/d+b*e/d)*d+e*b)^3*(A+B*ln((a*d-b*c)*e*_z/d+b*e/d))^3*d^3)+(1/3)*intat(B*(B^2*_a^2+2*A*B*_a-3*B^2*_a+A^2-3*A*B+3*B^2)/((B*_a+A)^4*d^3*(e*b-exp(_a)*d)), _a = ln((a*d-b*c)*e*_z/d+b*e/d)))

-((1/6)*(2*B^2*b^2*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)^2-6*B^2*b*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)+6*B^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)^2*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2+4*A*B*b^2*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)-12*A*B*b*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)+12*A*B*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2-3*B^2*b^2*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)+7*B^2*b*e^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)-4*B^2*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d)*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2+2*A^2*b^2*e^2-6*A^2*b*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)+6*A^2*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2-3*A*B*b^2*e^2+7*A*B*b*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)-4*A*B*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2+2*B^2*b^2*e^2-4*B^2*b*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)+2*B^2*e^2*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)^2)*e*(a*d-b*c)^3/((e*b-e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b))^3*(A+B*ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d))^3)+(1/3)*intat(B*(B^2*_a^2+2*A*B*_a-3*B^2*_a+A^2-3*A*B+3*B^2)/((B*_a+A)^4*d^3*(e*b-exp(_a)*d)), _a = ln(e*(a*d/(_z*d+c)-b*c/(_z*d+c)+b)/d))*d^3*e*(a*d-b*c)^3)/d^3

int((b*g*x+a*g)^2/(A+B*ln(e*(b*x+a)/(d*x+c))), x)

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))),x)

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

-(a*d-b*c)*e^3*b*g^2*(a^2*d^2-2*a*b*c*d+b^2*c^2)*(-(1/6)*(2*B^2*d^2*e^2*ln(-(a*d-b*c)*e*_z/b+d*e/b)^2+4*A*B*d^2*e^2*ln(-(a*d-b*c)*e*_z/b+d*e/b)+2*B^2*b^2*ln(-(a*d-b*c)*e*_z/b+d*e/b)*(-(a*d-b*c)*e*_z/b+d*e/b)^2-5*B^2*b*d*e*ln(-(a*d-b*c)*e*_z/b+d*e/b)*(-(a*d-b*c)*e*_z/b+d*e/b)+3*B^2*d^2*e^2*ln(-(a*d-b*c)*e*_z/b+d*e/b)+2*A^2*d^2*e^2+2*A*B*b^2*(-(a*d-b*c)*e*_z/b+d*e/b)^2-5*A*B*b*d*e*(-(a*d-b*c)*e*_z/b+d*e/b)+3*A*B*d^2*e^2+2*B^2*b^2*(-(a*d-b*c)*e*_z/b+d*e/b)^2-4*B^2*b*d*e*(-(a*d-b*c)*e*_z/b+d*e/b)+2*B^2*d^2*e^2)/(d^2*e^2*(A+B*ln(-(a*d-b*c)*e*_z/b+d*e/b))^3*b*((-(a*d-b*c)*e*_z/b+d*e/b)*b-d*e)^3)-(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln(-(a*d-b*c)*e*_z/b+d*e/b)))

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

(-a*d+b*c)^3*e^3*b*(-(1/6)*(2*B^2*d^2*e^2*ln((-a*d+b*c)*e*_z/b+d*e/b)^2+4*A*B*d^2*e^2*ln((-a*d+b*c)*e*_z/b+d*e/b)+2*B^2*b^2*ln((-a*d+b*c)*e*_z/b+d*e/b)*((-a*d+b*c)*e*_z/b+d*e/b)^2-5*B^2*b*d*e*ln((-a*d+b*c)*e*_z/b+d*e/b)*((-a*d+b*c)*e*_z/b+d*e/b)+3*B^2*d^2*e^2*ln((-a*d+b*c)*e*_z/b+d*e/b)+2*A^2*d^2*e^2+2*A*B*b^2*((-a*d+b*c)*e*_z/b+d*e/b)^2-5*A*B*b*d*e*((-a*d+b*c)*e*_z/b+d*e/b)+3*A*B*d^2*e^2+2*B^2*b^2*((-a*d+b*c)*e*_z/b+d*e/b)^2-4*B^2*b*d*e*((-a*d+b*c)*e*_z/b+d*e/b)+2*B^2*d^2*e^2)/(d^2*e^2*(A+B*ln((-a*d+b*c)*e*_z/b+d*e/b))^3*b*(((-a*d+b*c)*e*_z/b+d*e/b)*b-d*e)^3)-(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln((-a*d+b*c)*e*_z/b+d*e/b)))

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

-g^2*((1/6)*(2*B^2*d^2*e^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)^2+4*A*B*d^2*e^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)+2*B^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)^2-5*B^2*d*e^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)+3*B^2*d^2*e^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)+2*A^2*d^2*e^2+2*A*B*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)^2-5*A*B*d*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)+3*A*B*d^2*e^2+2*B^2*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)^2-4*B^2*d*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)+2*B^2*d^2*e^2)*e*(a*d-b*c)^3/(d^2*(A+B*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b))^3*(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)-d*e)^3)+(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b))*b*(a*d-b*c)^3*e^3)/b

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

-(a*d-b*c)*e^3*b*(a^2*d^2-2*a*b*c*d+b^2*c^2)*(-(1/6)*(2*B^2*d^2*e^2*ln(-(a*d-b*c)*e*_z/b+d*e/b)^2+4*A*B*d^2*e^2*ln(-(a*d-b*c)*e*_z/b+d*e/b)+2*B^2*b^2*ln(-(a*d-b*c)*e*_z/b+d*e/b)*(-(a*d-b*c)*e*_z/b+d*e/b)^2-5*B^2*b*d*e*ln(-(a*d-b*c)*e*_z/b+d*e/b)*(-(a*d-b*c)*e*_z/b+d*e/b)+3*B^2*d^2*e^2*ln(-(a*d-b*c)*e*_z/b+d*e/b)+2*A^2*d^2*e^2+2*A*B*b^2*(-(a*d-b*c)*e*_z/b+d*e/b)^2-5*A*B*b*d*e*(-(a*d-b*c)*e*_z/b+d*e/b)+3*A*B*d^2*e^2+2*B^2*b^2*(-(a*d-b*c)*e*_z/b+d*e/b)^2-4*B^2*b*d*e*(-(a*d-b*c)*e*_z/b+d*e/b)+2*B^2*d^2*e^2)/(d^2*e^2*(A+B*ln(-(a*d-b*c)*e*_z/b+d*e/b))^3*b*((-(a*d-b*c)*e*_z/b+d*e/b)*b-d*e)^3)-(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln(-(a*d-b*c)*e*_z/b+d*e/b)))

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

-((1/6)*(2*B^2*d^2*e^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)^2+4*A*B*d^2*e^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)+2*B^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)^2-5*B^2*d*e^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)+3*B^2*d^2*e^2*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b)+2*A^2*d^2*e^2+2*A*B*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)^2-5*A*B*d*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)+3*A*B*d^2*e^2+2*B^2*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)^2-4*B^2*d*e^2*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)+2*B^2*d^2*e^2)*e*(a*d-b*c)^3/(d^2*(A+B*ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b))^3*(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)-d*e)^3)+(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln(e*(-a*d/(_z*b+a)+b*c/(_z*b+a)+d)/b))*b*(a*d-b*c)^3*e^3)/b

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))), x)

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))),x)

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))), x)

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))),x)

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))), x)

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))),x)

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))), x)

restart;

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))),x)

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

-e^3*(a*d-b*c)*b*g^2*(a^2*d^2-2*a*b*c*d+b^2*c^2)*(-(1/6)*(2*B^2*d^2*e^2*ln(-e*(a*d-b*c)*_z/b+d*e/b)^2+4*A*B*d^2*e^2*ln(-e*(a*d-b*c)*_z/b+d*e/b)+2*B^2*b^2*ln(-e*(a*d-b*c)*_z/b+d*e/b)*(-e*(a*d-b*c)*_z/b+d*e/b)^2-5*B^2*b*d*e*ln(-e*(a*d-b*c)*_z/b+d*e/b)*(-e*(a*d-b*c)*_z/b+d*e/b)+3*B^2*d^2*e^2*ln(-e*(a*d-b*c)*_z/b+d*e/b)+2*A^2*d^2*e^2+2*A*B*b^2*(-e*(a*d-b*c)*_z/b+d*e/b)^2-5*A*B*b*d*e*(-e*(a*d-b*c)*_z/b+d*e/b)+3*A*B*d^2*e^2+2*B^2*b^2*(-e*(a*d-b*c)*_z/b+d*e/b)^2-4*B^2*b*d*e*(-e*(a*d-b*c)*_z/b+d*e/b)+2*B^2*d^2*e^2)/(d^2*e^2*(A+B*ln(-e*(a*d-b*c)*_z/b+d*e/b))^3*b*((-e*(a*d-b*c)*_z/b+d*e/b)*b-d*e)^3)-(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln(-e*(a*d-b*c)*_z/b+d*e/b)))

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

e^3*(-a*d+b*c)^3*b*(-(1/6)*(2*B^2*d^2*e^2*ln(e*(-a*d+b*c)*_z/b+d*e/b)^2+4*A*B*d^2*e^2*ln(e*(-a*d+b*c)*_z/b+d*e/b)+2*B^2*b^2*ln(e*(-a*d+b*c)*_z/b+d*e/b)*(e*(-a*d+b*c)*_z/b+d*e/b)^2-5*B^2*b*d*e*ln(e*(-a*d+b*c)*_z/b+d*e/b)*(e*(-a*d+b*c)*_z/b+d*e/b)+3*B^2*d^2*e^2*ln(e*(-a*d+b*c)*_z/b+d*e/b)+2*A^2*d^2*e^2+2*A*B*b^2*(e*(-a*d+b*c)*_z/b+d*e/b)^2-5*A*B*b*d*e*(e*(-a*d+b*c)*_z/b+d*e/b)+3*A*B*d^2*e^2+2*B^2*b^2*(e*(-a*d+b*c)*_z/b+d*e/b)^2-4*B^2*b*d*e*(e*(-a*d+b*c)*_z/b+d*e/b)+2*B^2*d^2*e^2)/(d^2*e^2*(A+B*ln(e*(-a*d+b*c)*_z/b+d*e/b))^3*b*((e*(-a*d+b*c)*_z/b+d*e/b)*b-d*e)^3)-(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln(e*(-a*d+b*c)*_z/b+d*e/b)))

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

-g^2*((1/6)*(2*B^2*d^2*e^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)^2+4*A*B*d^2*e^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)+2*B^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)^2-5*B^2*d*e^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)+3*B^2*d^2*e^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)+2*A^2*d^2*e^2+2*A*B*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)^2-5*A*B*d*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)+3*A*B*d^2*e^2+2*B^2*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)^2-4*B^2*d*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)+2*B^2*d^2*e^2)*e*(a*d-b*c)^3/(d^2*(A+B*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b))^3*(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)-d*e)^3)+(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b))*b*(a*d-b*c)^3*e^3)/b

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

-e^3*(a*d-b*c)*b*(a^2*d^2-2*a*b*c*d+b^2*c^2)*(-(1/6)*(2*B^2*d^2*e^2*ln(-e*(a*d-b*c)*_z/b+d*e/b)^2+4*A*B*d^2*e^2*ln(-e*(a*d-b*c)*_z/b+d*e/b)+2*B^2*b^2*ln(-e*(a*d-b*c)*_z/b+d*e/b)*(-e*(a*d-b*c)*_z/b+d*e/b)^2-5*B^2*b*d*e*ln(-e*(a*d-b*c)*_z/b+d*e/b)*(-e*(a*d-b*c)*_z/b+d*e/b)+3*B^2*d^2*e^2*ln(-e*(a*d-b*c)*_z/b+d*e/b)+2*A^2*d^2*e^2+2*A*B*b^2*(-e*(a*d-b*c)*_z/b+d*e/b)^2-5*A*B*b*d*e*(-e*(a*d-b*c)*_z/b+d*e/b)+3*A*B*d^2*e^2+2*B^2*b^2*(-e*(a*d-b*c)*_z/b+d*e/b)^2-4*B^2*b*d*e*(-e*(a*d-b*c)*_z/b+d*e/b)+2*B^2*d^2*e^2)/(d^2*e^2*(A+B*ln(-e*(a*d-b*c)*_z/b+d*e/b))^3*b*((-e*(a*d-b*c)*_z/b+d*e/b)*b-d*e)^3)-(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln(-e*(a*d-b*c)*_z/b+d*e/b)))

Warning, if e is meant to be the exponential e, use command/symbol completion or palettes to enter this special symbol, or use the exp function

-((1/6)*(2*B^2*d^2*e^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)^2+4*A*B*d^2*e^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)+2*B^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)^2-5*B^2*d*e^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)+3*B^2*d^2*e^2*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b)+2*A^2*d^2*e^2+2*A*B*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)^2-5*A*B*d*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)+3*A*B*d^2*e^2+2*B^2*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)^2-4*B^2*d*e^2*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)+2*B^2*d^2*e^2)*e*(a*d-b*c)^3/(d^2*(A+B*ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b))^3*(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)-d*e)^3)+(1/3)*intat(B*(B^2*_a^2+2*A*B*_a+3*B^2*_a+A^2+3*A*B+3*B^2)/(d^2*e^2*(B*_a+A)^4*b*(exp(_a)*b-d*e)), _a = ln(e*(-a*d/(_z*b+a)+c*b/(_z*b+a)+d)/b))*b*(a*d-b*c)^3*e^3)/b

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))), x)

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))),x)

int((b*g*x+a*g)^2/(A+B*ln(e*(d*x+c)/(b*x+a))), x)

 

 


 

Download int_stops_working_march_11_2023.mw

 

Update

Do you want to see something more bizzar? Try this command on same integral

restart;
res:=int((b*g*x+a*g)^2/(A+B*ln(e*(b*x+a)/(d*x+c))),x,method=_RETURNVERBOSE)

It prints to the screen results with ~ all over. But this seems to be internal leaked output and not part of the actual output returned.

By issuing the command as follows instead

restart;
res:=int((b*g*x+a*g)^2/(A+B*ln(e*(b*x+a)/(d*x+c))),x,method=_RETURNVERBOSE):

notice the at the end!  I still see the same output as above printed displayed.

This tells me this is a leaked printout from an internal integration function.

Could others confirm this?

How would I produce output from ShowSolution in Latex form?

For example, if I run the following command.

$ maple2022/bin/maple -q problem.mpl

where problem.mpl is the following:

with(Student[Calculus1]):
ShowSolution(Diff(ln(x),x));

I get the following output.

Differentiation Steps
    Diff(ln(x),x)
▫    1. Apply the natural logarithm rule
        ◦ Recall the definition of the natural logarithm rule
        Diff(ln(x),x) = x^(-1)
    This gives:
    x^(-1)

I want the solver to show the steps in Latex form. How can I achieve this?

First issue I see in Maple 2023 integrate

Example 1

restart;
int( (e*x+d)^(3/2)*(c*x^2+a)^(3/2),x)

Example 2

restart;
int((1+x)^(3/2)*(x^2-x+1)^(3/2),x);

Example 3

restart;
int((c*x^4+b*x^2)^(3/2)/x^(3/2),x)

 

Worksheet below for 2023 and also for 2022.2 showing this did not have this problem in 2022.2. Internally for me, this cause other problem when post-processing this, that is why I found it. Any one knows what caused it?  Maple 2022.2 result is much longer, but it does have this "undefined" issue in the result.


 

interface(version);

`Standard Worksheet Interface, Maple 2023.0, Windows 10, March 6 2023 Build ID 1689885`

restart;

int( (e*x+d)^(3/2)*(c*x^2+a)^(3/2),x)

(e*x+d)^(1/2)*(c*x^2+a)^(1/2)*undefined*x*(3*c*e*x^3+4*c*d*x^2+6*a*e*x+12*a*d)/(c*e*x^3+c*d*x^2+a*e*x+a*d)^(1/2)

restart;

int((1+x)^(3/2)*(x^2-x+1)^(3/2),x);

(1+x)^(1/2)*(x^2-x+1)^(1/2)*undefined*x*(x^3+4)/(x^3+1)^(1/2)

restart;

int((c*x^4+b*x^2)^(3/2)/x^(3/2),x)

undefined*(c*x^2+2*b)*(c*x^4+b*x^2)^(3/2)/(x^(1/2)*(c*x^2+b)*(x*(c*x^2+b))^(1/2))

 


 

Download bug_3_maple_2023_int_march_10_2023.mw

 

interface(version);

`Standard Worksheet Interface, Maple 2022.2, Windows 10, October 23 2022 Build ID 1657361`

restart;

int( (e*x+d)^(3/2)*(c*x^2+a)^(3/2),x)

(2/1155)*(e*x+d)^(1/2)*(c*x^2+a)^(1/2)*(372*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticF((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*c*a^3*d*e^6+245*x^6*c^4*d*e^6+300*x^5*a*c^3*e^7+145*x^5*c^4*d^2*e^5-x^4*c^4*d^3*e^4+255*x^3*a^2*c^2*e^7+2*x^3*c^4*d^4*e^3+8*x^2*c^4*d^5*e^2+60*x*a^3*c*e^7+360*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticF((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*c^2*a^2*d^3*e^4-12*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticF((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*c^3*a*d^5*e^2-16*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticF((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*(-c*a)^(1/2)*c^3*d^6*e-432*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticE((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*c*a^3*d*e^6-336*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticE((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*c^2*a^2*d^3*e^4+112*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticE((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*c^3*a*d^5*e^2+766*x^4*a*c^3*d*e^6+16*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticE((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*c^4*d^7+60*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticF((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*(-c*a)^(1/2)*a^3*e^7+518*x^3*a*c^3*d^2*e^5+581*x^2*a^2*c^2*d*e^6+46*x^2*a*c^3*d^3*e^4+373*x*a^2*c^2*d^2*e^5+2*x*a*c^3*d^4*e^3+60*a^3*c*d*e^6+47*a^2*c^2*d^3*e^4+8*a*c^3*d^5*e^2+105*x^7*c^4*e^7-24*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticF((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*(-c*a)^(1/2)*a^2*c*d^2*e^5-100*(-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2)*((-x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e+d*c))^(1/2)*((x*c+(-c*a)^(1/2))*e/((-c*a)^(1/2)*e-d*c))^(1/2)*EllipticF((-(e*x+d)*c/((-c*a)^(1/2)*e-d*c))^(1/2), (-((-c*a)^(1/2)*e-d*c)/((-c*a)^(1/2)*e+d*c))^(1/2))*(-c*a)^(1/2)*a*c^2*d^4*e^3)/(c^2*e^5*(c*e*x^3+c*d*x^2+a*e*x+a*d))

restart;

int((1+x)^(3/2)*(x^2-x+1)^(3/2),x);

-(1/55)*(1+x)^(1/2)*(x^2-x+1)^(1/2)*(-10*x^7+(27*I)*3^(1/2)*(-2*(1+x)/(-3+I*3^(1/2)))^(1/2)*((I*3^(1/2)-2*x+1)/(I*3^(1/2)+3))^(1/2)*((I*3^(1/2)+2*x-1)/(-3+I*3^(1/2)))^(1/2)*EllipticF((-2*(1+x)/(-3+I*3^(1/2)))^(1/2), (-(-3+I*3^(1/2))/(I*3^(1/2)+3))^(1/2))-81*(-2*(1+x)/(-3+I*3^(1/2)))^(1/2)*((I*3^(1/2)-2*x+1)/(I*3^(1/2)+3))^(1/2)*((I*3^(1/2)+2*x-1)/(-3+I*3^(1/2)))^(1/2)*EllipticF((-2*(1+x)/(-3+I*3^(1/2)))^(1/2), (-(-3+I*3^(1/2))/(I*3^(1/2)+3))^(1/2))-38*x^4-28*x)/(x^3+1)

 


 

Download maple_2022_int_march_10_2023.mw

When will the PDF Maple User Manual be released for Maple 2023. Also I hope the Programming guide is updated too as it is still at 2020.

I know that this is not really a question regarding core Maple package, but I am running into problems during the installation process.

After having upgraded Maple networktools as mentioned, I am unable to run the activation program due to an error.

"Java Virtual Machine Launcher: Error: Could not create the Java Virtual Machine."

I've never had that problem before in previous versions. There was no Java installed on the (virtual) server, so I installed the latest OpenJDK to check if that solved the problem.

Unfortunately it didn't.

Any hints would be appreciated.

Windows Server 2012R2

The command for doing syntactical exact-match substitutions is subs, however, subs applies transformation rules throughout an expression only once. The documentation of eval claims that the (recursive) evaluation is repeated until either the result does not change, the documentation of applyrule claims that applyrule … applies the rules until no rule can be applied any more, and the documentation of MmaTranslator[Mma][ReplaceRepeated] claims that the single ReplaceRepeated command performs replacements until expression no longer changes.
So, if I comprehend correctly, 

restart;
x := [[[[]]]]: # Remove empty lists from x repeatedly.
(*⒈*) eval['recurse'](x, [[] = 'NULL']);
(*⒉*) applyrule([[] = 'NULL'], x);
(*⒊*) MmaTranslator:-Mma:-ReplaceRepeated(x, [[] = NULL])

should all return NULL, but in fact, 

eval['recurse'](x, [[] = 'NULL']);
 = 
                            [[[[]]]]

applyrule([[] = 'NULL'], x);
Error, (in PatternMatching:-AlgStruct:-TableLookup) invalid input: unknown uses a 1st argument, x, which is missing
MmaTranslator:-Mma:-ReplaceRepeated(x, [[] = NULL]);
 = 
                            () = ()

In other words, none of these replacements is feasible. 

Have I missed something? (It seems to me that an explicit procedural do...until loop can be actually avoidable here!) 

My main question is: How to change the font used in worksheet by Maple for 1D input from Courier to another font say times new roman? Is there a setting for this so it applies all the time?

ps. I found Can-I-Change-the-Default-Fonts-or-Style-for-Maple-Worksheets-and-Documents?language=en_US  (very hard to follow and confusing, but it seems that is only way to fix this problem now is to change the default font).

-----------------------------------------------------------------------------------------------------------------

I noticed strange font problem using Maple 2023 on windows 10. This problem does not show on Maple 2022.2 (at least I do not think I've seen it or noticed it before). 

Variables with _ between the names, will have the underscore not display sometimes as I move the cursor around (movie at end).

When scrolling back up, the underscores no longer become visible. 

But as I move the cursor over the variable name which containes the underscore, they will now show up.

I am sure this is a font issue. The zoom is set at 100%. I made no changes at all other than making the input 1D math as I normally do and set the default to worksheet. Some of my setting are below.

This could be a DPI issue settings of some sort. My monitor is standard monitor (not a 4K one) and again, I have not changed any settings on my PC after I installed Maple 2023 and did not change any hardware.

 

 

 

 

Here is some system information also

 

 

Here is the movie showing the problem

 

 

As I play more with it, I notice a common theme. This happens when I hit the UP ARROW to go to the line above. Then suddenly the underscroes no longer visible. Once I hit the LEFT arrow (now I am at the above line), they show up again.

Here is another movie which more clearly shows this.

This makes it very hard to work with the code in the worksheet. But I am sure this can be fixed as it looks like just a font configuration issue with Maple on windows. But I do not know what it is and how to fix it.

 

I found something new. When setting the ZOOM at 125% instead of 100% as above, I notice the underscores do not completely disappear but become THINNER but one can still see them. This affects only the underscores. When the ZOOM at 150%, they do not change at all.  Here is a movie. first part at 125%. Notice how they become little thinner when doing the same thing as above. But at 150% they remain visible because they do not change thinkness. When going back to 100% zoom, they  no longer show.

So the problem is that they are there all the time, but depending on the ZOOM level, they beome thinner and thinner until they become invisible to the eye.

 

I found some related issue on windows 10 with some application where this problem shows up.

some-characters-missing-or-cut-off-when-displayed-on-screen

 "When you view your document in Microsoft Word, some characters may be missing, or the top (or bottom) of some characters may be cut off.

This problem may affect the following types of characters:

Underscore"

The above is about WORD, but it could as well apply to Maple?

I also found  underscore not rendering with courier

"Underscore characters are not rendered in new Google Docs in the Courier
New 11pt or 12pt fonts."

My question is: How to change the font used in worksheet by Maple? Now it is using Courier. May be if I change the font, this problem will go away?

 

Update: Found a workaround!  It is the font used!  I changed from Courier to Times New Roman and now the underscore do not change thinkness!  I just need a way to make this permenant for all 1D Maple input.   Here is a new movie showing it is fixed. You can see the underscores remain visible, all at 100% ZOOM level. Once I change to Courier, the problem show up again. 

I am not sure if this is a Maple issue or windows.

 

 

 

restart

with(plottools)

with(plots)

with(CurveFitting)

Digits := 10

NULL

"f(t):=7.0*(e)^((-(t-13180)^(2))/(2000000))+4.7*(e)^((-(t-16000)^(2))/(3200000)):"

p1 := plot(f(t), t = 0 .. 20000, color = green); plots[display]({p1})

 

NULL

D1 := 15

epsilon := 200000

L := 6500

n := 200

t := 1000

1000

(1)

lambda := simplify(evalf(n*Pi*sqrt((1/2)*D1+sqrt((1/4)*D1^2+epsilon*(n*Pi/L)^2))/L))

.6928578233

(2)

b := 2*(int(f(t)*sin(m*Pi*x/L), x = 0 .. L))/L

-0.6366197724e-1*(0.1409730543e-28*cos(3.141592654*m)-0.1409730543e-28)/m

(3)

C(x, t) = sum(b*exp^(-lambda^2*t)*sin(m*Pi*x/L), m = 1 .. 2)

C(x, 1000) = 0.1794924675e-29*sin(0.4833219466e-3*x)/exp^(4800519633/10000000)

(4)

uu1000 := [seq(evalf(C(L-i, t)), i = 0 .. 6500, 100)]

[C(6500, 1000), C(6400, 1000), C(6300, 1000), C(6200, 1000), C(6100, 1000), C(6000, 1000), C(5900, 1000), C(5800, 1000), C(5700, 1000), C(5600, 1000), C(5500, 1000), C(5400, 1000), C(5300, 1000), C(5200, 1000), C(5100, 1000), C(5000, 1000), C(4900, 1000), C(4800, 1000), C(4700, 1000), C(4600, 1000), C(4500, 1000), C(4400, 1000), C(4300, 1000), C(4200, 1000), C(4100, 1000), C(4000, 1000), C(3900, 1000), C(3800, 1000), C(3700, 1000), C(3600, 1000), C(3500, 1000), C(3400, 1000), C(3300, 1000), C(3200, 1000), C(3100, 1000), C(3000, 1000), C(2900, 1000), C(2800, 1000), C(2700, 1000), C(2600, 1000), C(2500, 1000), C(2400, 1000), C(2300, 1000), C(2200, 1000), C(2100, 1000), C(2000, 1000), C(1900, 1000), C(1800, 1000), C(1700, 1000), C(1600, 1000), C(1500, 1000), C(1400, 1000), C(1300, 1000), C(1200, 1000), C(1100, 1000), C(1000, 1000), C(900, 1000), C(800, 1000), C(700, 1000), C(600, 1000), C(500, 1000), C(400, 1000), C(300, 1000), C(200, 1000), C(100, 1000), C(0, 1000)]

(5)

``

xx := [seq(k, k = 0 .. 6500, 100)]

NULL

p2 := plot(xx, uu1000, color = cyan)

Error, (in plot) two lists or Vectors of numerical values expected

 

plots[display]({p2})

Error, (in plots:-display) expecting plot structures but received: {p2}

 

NULL

Download easy_way.mw

 

The moment we've all been waiting for has arrived: Maple 2023 is here!

With this release we continue to pursue our mission to provide powerful technology to explore, derive, capture, solve and disseminate mathematical problems and their applications, and to make math easier to learn, understand, and use. Bearing this in mind, our team of mathematicians and developers have dedicated the last year to adding new features and enhancements that not only improve the math engine but make that math engine more easily accessible within a user-friendly interface.

And if you ever wonder where our team gets inspiration, you don't need to look further than Maple Primes. Many of the improvements that went into Maple 2023 came as a direct result of feedback from users. I’ll highlight a few of those user-requested features below, and you can learn more about these, and many, many other improvements, in What’s New in Maple 2023.

  • The Plot Builder in Maple 2023 now allows you to build interactive plot explorations where parameters are controlled by sliders or dials, and customize them as easily as you can other plots

Plot Builder Explore

 

  • In Maple 2023, 2-D contour and density plots now feature a color bar to show the values of the gradations.


  • For those who write a lot of code:  You can now open your .mpl Maple code files directly in Maple’s code editor, where you can  view and edit the file from inside Maple using the editor’s syntax highlighting, command completion, and automatic indenting.

Programming Improvements

  • Integration has been improved in many ways. Here’s one of them:  The definite integration method that works via MeijerG convolutions now does a better job of checking conditions on parameters so that they are only applied under proper assumptions. It also tells you the conditions under which the method could have produced an answer, so if your problem does meet those conditions, you can add the appropriate assumptions to get your result.
  • Many people have asked that we make it easier for them to create more complex interactive Math Apps and applications that require programming, such as interactive clickable plots, quizzes that provide feedback, examples that provide solution steps. And I’m pleased to announce that we’ve done that in Maple 2023 with the introduction of the Quiz Builder and the Canvas Scripting Gallery.
    • The new Quiz Builder comes loaded with sample quizzes and makes it easy to create your own custom quiz questions. Launch the quiz builder next time you want to author interactive quizzes with randomized questions, different response types, hints, feedback, and show the solution. It’s probably one of my favorite features in Maple 2023.

  • The Scripting Gallery in Maple 2023 provides 44 templates and modifiable examples that make it easier to create more complex Math Apps and interactive applications that require programming. The Maple code used to build each application in the scripting gallery can be easily viewed, copied and modified, so you can customize specific applications or use the code as a starting point for your own work

  • Finally, here’s one that is bound to make a lot of people happy: You can finally have more than one help page open at the same time!

For more information about all the new features and enhancements in Maple 2023, check out the What’s New in Maple 2023.

P.S. In case you weren’t aware - in addition to Maple, the Maplesoft Mathematics Suite includes a variety of other complementary software products, including online and mobile solutions, that help you teach and learn math and math-related courses.  Even avid Maple users may find something of interest!

The new command ArrayTools[GeneralOuterProduct] (introduced in Maple 2021) computes the generalized outer product of two rtables, and again, there exists a similar function Outer in Mma (cf. the end of this question). But in practice, it appears that this Maple command is not so fast as Mma's one. To begin with, we need to generate four lists: w, x, y, and z. Our goal is forming all possible combinations of the lowest‐level elements in a nested structure (rather than a flat structure). Now let us start the test.

In Mathematica (the real time is about ): 

And in Maple (the real time is about ): 
 

restart;

w := [`$`](0 .. 1e4):
x := [`$`](0 .. 2e3):
y := [`$`](0 .. 3e2):
z := [`$`](0 .. 4e1):

"time[real]((p1:=MmaTranslator:-Mma:-ReplaceRepeated(convert(ArrayTools:-GeneralOuterProduct(convert([w,x],Array,fill=NULL),()->`if`(nargs=2,`[]`(args),NULL),convert([y,z],Array,fill=NULL)),listlist),[]=NULL)))"

199.880

(1)

"time[real]((p2:=(s4->(s3->(s2->(s1->`[]`(s3,s1))~(s2))~([y,z]))~(s4))~([w,x])))"

7.699

(2)

p3 := parse(StringTools:-CharacterMap("{}", "[]", FileTools:-Text:-ReadFile("E:/data.txt")))

evalb(p1 = p2 and p2 = p3) = trueNULL


 

Download Outer.mw

As you can see, Maple and Mathematica returns identical results (∵p1p3); nevertheless, Maple consumes too much time: the ratio is 199.880/0.784176 ≈ 254.892. (What a wide gap between them!) 
So, is there any possibility of speeding up Maple's ArrayTools:-GeneralOuterProduct? Or any ideas of obtaining the same results in Maple efficiently?

Explanatory notes. Here is an illustrative animation: 

Let L be a list like

L:=[[3, 2], [2, 1], [1, 2], [1, 2], [2, 3], [2, 1], [1, 2], [1, 1], [2, 1], [1, 2], [1, 1], [2, 1], [1, 1], [1, 3], [1, 2], [2, 1], [1, 3], [1, 3], [1, 3], [1, 2], [2, 2], [2, 3]]

Now we consider [3,1] and [1,3] as same 

First we form a list gives us 

Lk:=[[[1,3],4],[[1.2],11],[[2,3],3],[[2,2],1],[[1,1],3]]

That is [1,3] appears 4 times in L

[1,2] appears 11 times in L

[2,3] appears 3 times in L

[1,1] appears.3 times in L

[2,2] appears 1 times in L

now we do addtion in [1,3] which is 1+3=4 therefore [[1,3],4] become [4,4]

[2,2] becomes 2+2=4 therefore [[2,2],1] is [4,1]

[[1,2],11] become [3,11]

[[2,3],3] becomes [5,3]

[[1,1],3] becomes [2,3]

So new list is [[4,4],[3,11],[5,3],[2,3],[4,1]]

so answer is from [4,4] we get 4 *4 , from [3,11] we get 3*11 , from [5,3] we get 5*3 and from [2,3] we get 2*3 from [4,1] we get 4*1

final required answer is (4*4)*(3*11)*(5*3)*(2*3)*(4*1)  =190080

Any list L like above if given kind help with a function which can do the above operation and give the final answer that is in above case 190080

Hi,

 Is it possible to write the Maple code to reach the partial differential equation from the following answer and reach the equation?

 

 Examples of it 

First 102 103 104 105 106 107 108 Last Page 104 of 2097