C_R

2752 Reputation

19 Badges

5 years, 54 days

MaplePrimes Activity


These are replies submitted by C_R

@mmcdara 

That is a step in the right direction. The colorsheme option is of value when the animation is stopped.
Thank you!

 

Nice examples. 

I played a bit with integration methods

Used for the plot above:

sol := dsolve({sys, x(0) = 1.1, y(0) = 1.1, z(0) = -0.01}, {x(t), y(t), z(t)}, numeric);
sol2 := dsolve({sys, x(0) = 1.1, y(0) = 1.1, z(0) = -0.01}, numeric, method=classical[foreuler],maxfun=100000);
p1:= odeplot(sol, [x(t), y(t), z(t)], t = 0 .. 50, axes = boxed, numpoints = 50000, labels = [x, y, z], title = "Thomas Attractor", color = red):
p2:=odeplot(sol2, [x(t), y(t), z(t)], t = 0 .. 50, axes = boxed, numpoints = 50000, labels = [x, y, z], title = "Thomas Attractor",color=blue):
plots:-display(p1,p2,title="rkf45 (red) vs. forward Euler (blue)");

 

Before the loop, try

interface(warnlevel=0)

After the loop you can set it back to 3.

@Ronan 

I have two Laptops connected via UBS docs to large monitors. My current observations have be made in this configuration. Can't say yet if this is also valid in laptop mode without mouse. I will have an eye on it next time I am traveling.

I have also enabled windows screen saver. That you don't see it fits to my observation.

Thanks for sharing this detail

 @rlopez @Carl Love 

I have found a way to disappear submenus: Power buton -> sleep

 

Interstingly, turning of by hibernation did not show the effect. Submenus did not dissapear.

Can some confirm that sleep triggers the effect? If so, developers should be informed.

Have you tried it and got any usefull answer? Look at this

This is what you get when you ask Chat GPT directly and it is not working in Maple. Maple's AI assistant is better in the sense that it does not give you wrong commands (for this example). You get trig identities for simplifcation but no commands.

@Carl Love  @Thomas Richard 

I have never seen combine from this perspective (making arguments more complicated). For me it was so far the inverse operation of expand, which I learned now is not the case for ordinary polynominals. I did not pay attention to this.

Expand most of the time enlarges expressions in size, which is not the case for the example above. Common sense interpretation fails in this case.

Altough I do not often use the context pannel, it gives a quick overview about "what could be tried else" before consulting help pages. In this case the context pannel was indeed proposing the effective command, which I did not try because I though it must be expand,trig (i.e. the opposite of combine,trig). I am not sure if expand,trig is needed at all in newer versions of Maple.

In this case even combine,trig is not needed but offered by the context pannel:

   Using commands expand does the inverse of combine

   Using the context pannel expand does the inverse of combine,trig

I still think simplify or simplify,size or simplify,trig are worth discussing as supplementary ways but leave this open for annother time.

Thank you for clarifying.

 

@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.

First 7 8 9 10 11 12 13 Last Page 9 of 54