C_R

3757 Reputation

21 Badges

6 years, 223 days

MaplePrimes Activity


These are replies submitted by C_R

Note, MaplePrimes is not moderated by Maplesoft. It's moderated by its users. Maplesoft only provides the infrastructure.

Did you also contact MapleSoft by email or via this webform?

@Geoff 

not perfect

int(int(int(``, z = x*y .. 1), y = 0 .. 1), x = 0 .. 1)

(3/4)*``

(1)

subs(`` = 1, (3/4)*``)

3/4

(2)

int(``, [z = x*y .. 1, y = 0 .. 1, x = 0 .. 1]);

(3/4)*``

(3)

Int(Int(Int(``, x = y*z .. 1), y = 0 .. 1), z = 0 .. 1)

Int(Int(Int(``, x = y*z .. 1), y = 0 .. 1), z = 0 .. 1)

(4)

((proc (x) options operator, arrow; x end proc) = value)(Int(Int(Int(``, x = y*z .. 1), y = 0 .. 1), z = 0 .. 1))

Int(Int(Int(``, x = y*z .. 1), y = 0 .. 1), z = 0 .. 1) = (3/4)*``

(5)

subs(`` = 1, Int(Int(Int(``, x = y*z .. 1), y = 0 .. 1), z = 0 .. 1) = (3/4)*``)

Int(Int(Int(1, x = y*z .. 1), y = 0 .. 1), z = 0 .. 1) = 3/4

(6)

NULL

Download int_wo_integrand_2.mw

Where the prompts and the model you were using. I get no errors here: geodesics_AI.mw

This produces the output you want

NULLInt(``, x)

Int(``, x)

(1)

I still do not understand, in which context you want to use this and why non-executable math is not an option.

int(x)NULL

Download int_wo_integrand.mw

@aroche 
Yes, everything disappeared. 

20:03:57.3019898    javaw.exe    19512    Process Exit        SUCCESS    Exit Status: 1, User Time: 121.7812500 seconds, Kernel Time: 37.6093750 seconds, Private Bytes: 761’651’200, Peak Private Bytes: 987’222’016, Working Set: 789’114’880, Peak Working Set: 994’050’048

 

PackageTools:-Install(4797495082876928)

did not work. I had to use the command I used before

The OS is Windows 11

 

@aroche 

I did

PackageTools:-Uninstall("Maple Customer Support Updates");

and the package was successfully uninstalled.

After restart, I installed from the cloud and got the same installation crash.

For both crashes screenshots are not possible. The tasks are killed.

@aroche 
I cannot reproduce it either on a different computer "B".

On this machine the flie creation date of the Maple 2026 installation shows 13th of march. I will now try uninstalling on the other computer where the problem occured.

 

On the other computer "A" (with supportools version 35) uninstalling does not work. Maple crashes when I do
 

SupportTools:-RemoveUpdates()

Creation date (mouse over on bin folder on Windows 11) of this installation is March 14th. 

 

This is what I get when uninstalling on computer "B"

@dharr 

I remember @Scot Gould complaining about Smart Equation Editing introduced with Maple 2025 but have troubles finding his post. Maybe I am wrong. In any case, "!" is not on the list of enchancements that make

"entering complex expressions faster and more fluid, letting you focus on your work without interruption"

Yes, looks like a bug.

@Ronan 

I do not remember where and when I learned from this feature. It's only listed here but not described.

I probably discovered it by accident.

Since also AI does not know it I think "hidden" is justified.

@acer 

Yes, first time. Thank you!

@Scot Gould 

Your reply is valuable because you have direct feedback from new users (which I do not have). Its important that they like it and I have expressed this earlier. I still think the new UI can be improved without screwing it up. 

After giving up with the 2025 version (because it was not well integrated into Windows window manager) I do an effort to get used to the new UI. It still feels like these modern cars with a big screen and without hardware keys. I simply want to turn on the wiper with one click and not digging through menus and not beeing distracted with functions that I rarely use. And I want to turn it of with one click. That's why I think customization off quick access buttons could be a way to make everyone happy and me not using F5. I do not care how Maplesoft improves the usabilty in terms of less clicks and less mouse meters. If they have something better, why not.

The toolbars and the quick acces buttons were introduced in the former UI for a good reason. I do not think that the reasons have changed. Maybe they have been forgotten.

Coimming back to F5: I still do not understand why worksheet and document mode function differently when is comes to displaying the state of the entry mode. This could be harmonized.

@Scot Gould 

I have just seen your answer. Here are more details for Maplesoft why I described these indicators as "out of focus".

@Maplesoft: The animated "quick access" buttons in the upper right corner require me to move my head to see them sharp because they are small and have low contrast (dark blue on grey back ground with tiny white details). I avoid these head movements. They make me sick (probably caused by the magnification of my computer glasses which distorts perspective). This is a result of presbyopia which about one third of the population has to deal with. I use other ribbon applications that emphasize details with color to make them easier perceivable. 

@dharr 

Where do you see "and I see the change to "non-executable"" this?

Do you mean in the status bar?

This does not indicate the exact mode and I end up with executable math in text passage (conceptually I always thought that document blocks were introduced for this).

 

Edit:

I overlooked where you saw the change of mode. The extra click to edit tab is one of the too many clicks (as compared to the Maple 2024 UI). So I do not do this whenever I can avoid it. An option to save this extract click could be to swtich automatically to the edit tab after inserting a text paragraph with

(Inserting a text paragraph also often requires an extra click which was not required in the former UI.)

Thank you for verifying.

@Ronan 

I checked with Maple 2024. In worksheet mode, a text table is inserted as you described it. In document mode a table with 2-D Math input is inserted.

1 2 3 4 5 6 7 Last Page 1 of 76