C_R

3412 Reputation

21 Badges

5 years, 315 days

MaplePrimes Activity


These are replies submitted by C_R

@nm 

Actually I tried simplify first. I missed to say that to expand cos(x)^2 one must use combine,trig, which is also counter intuitive and feels inverted. New user should at least get a solution from the context pannel and by doing so learning the seemingly inverted commands for this case. The context plannel is a good way to learn Maple.

As you said, it required some tries for me to get the desirded transformation.

@nm  I used

https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer

@nm 

You said:

If the problem with the graphics adaptor, then I would see this in other applications, right? But it is only Maple which does this. But restarting Maple fixes it for few hrs until it happens again.

I don't think so. You can expect to see it in other applications running under under the same JDK

which interfaces to the operating system. E.g. an older version of Maple.

I would check also whether the drivers are updated. (If this has an effect, it is not Java) 

If the same system did not show this before, I think it has something to do with the windows installation.

 

Could you check in the device manager which graphic apaters are available and properly installed.

If NVIDIA is installed you can check/modify in the NVIDIA control panel prefered graphic processors.

In the taskmanager you could also check if a GPU is used for Maple.

@Carl Love 
Do you use any non default GUI options?

If it is that frequent for you, you could maybe test

  • if cursor control of menus works. I.e.: does arrow right on your keyboard opens the sub menues.
  • does my workarround also work for you
  • does it depend on the mouse you are using (I don't think so, but I am waiting for an occasion that I can check myself)

Update. I could test:
Menus can still be controlled with the keyboard cursor.
I could not see a dependency on the computer mouse.

In your worksheet solve returns the 3 roots of period_eqn.
One real valued and two complex solutions.

Maybe its clearer this way
 

restartNULL

mu := 398600

398600

(1)

T := 2*3600

7200

(2)

period_eqn := T = 2*Pi*sqrt(a^3/mu)

7200 = (1/19930)*Pi*3986^(1/2)*(a^3)^(1/2)

(3)

sol_a := solve(period_eqn, {a})

{a = 600*23916^(1/3)/Pi^(2/3)}, {a = -300*23916^(1/3)/Pi^(2/3)+(300*I)*3^(1/2)*23916^(1/3)/Pi^(2/3)}, {a = -300*23916^(1/3)/Pi^(2/3)-(300*I)*3^(1/2)*23916^(1/3)/Pi^(2/3)}

(4)

whattype(sol_a)

exprseq

(5)

NULL

NULL


 

Download hw8_reply.mw

@vv 

Not in 2D (what I tried before asking). Thanks

@Axel Vogt 

This is what I meant: the File Explorer of Windows.

Before Windows 8, the File Explorer was termed Windows Explorer.

I will correct this.

@Carl Love 

I could not paste it as 1D. Pasting it in a Codeedit region works and produces a list of all files. 

Thank you for the answer.

 

I could not figure out what "?:=" does. Is that documented?

 

 

@zenterix 

The only documentation I read was the programming guide. To me it is more than a programming guide because it explains for a good extend Maples foundation. Maybe you should ask for a recommendation in a separate thread.

 

@salim-barzani 

Generate a plot for each parameter and then use plots:-display to plot all in once. Additionally you can use the legend option to label the plot, see ?plot,options

@salim-barzani 

I do not have time to look at it. What I see from the screen shots is that the solution does not look strucurally identical

I those situations I would enter the text book solution first and see how it plots. Then I would investigate the own solution.

@nm 

I am not aware of such a setting but I see that it could make sense as a GUI option. Maple has control over the cursor position since it is needed for editing. I assume that the initial cursor setting is unsing a Java default. Only Maplesoft can tell if this is correct.

Rondom jumps of the cursor position is something which should not happen. Maybe it is the cause that I get from time to time a split of 1D input into two lines of an execution group. I.e. enter is working as "shift enter" and creates a new line inside and execution group. I have to use "!" to execute. I never understood  why and when this happens.

@zenterix 
You must do it by hand, because the output of solve is a simplification endpoint of Maple (what Maple considers as "simple"). Compare
 

sqrt(-2*gamma__b^2 + 4*omega__0^2)/2;
(%^2)^(1/2);

 

It did not change with 2024.1. I tested it with 2024.0 which I could install in parallel.

However, a test with Maple 2018 shows that the former Java runtime environement sets the cursor at the start as you remembered.

 

First 20 21 22 23 24 25 26 Last Page 22 of 67