itsme

769 Reputation

14 Badges

17 years, 111 days

MaplePrimes Activity


These are questions asked by itsme

What is the equivalent of

Shift+Tab = move the cursor to the previous region

on linux?? it is listed as working on windowns/macs but not on linux.

Also is there a way to customize keyboard shortucts? I am a vim user and navigating around a document in maple's gui is really painful (by the way I work in the "worksheet" mode)

thank you.

Using the Physics package I am trying to define commutation rules between operators. However it looks like when the commutator involves a Dagger, it is not "remembered" properly. Here is a (contrived) example (you might have to run it on your machine in case not clear from copy/paste what's going on):


restart:
with(Physics):

Setup(quantumoperators={a, b, c});
                ...


Hi:

How do I tell maple that some of my variables do not commute with each other?

For example i may have variables a_p and a_m which do not commute with each other, as well as s_x and s_y which also don't commute with each other... but a and s do commute. So basically I want maple to recognize that

a_m * a_p != a_p * a_m

but

a_m * x_s = x_s * a_m, etc..

... and be able to keep these rules when simplifying expressions.

Note,...

Hi:

exponentiating a matrix seems very slow. Consider this:

with(LinearAlgebra):

M:=RandomMatrix(10,10, generator=0.0..1.0):

st:=time():
MatrixExponential(M, -I*t):
time()-st;
                                   17.251

the same code takes ~0.1 second in MMA.

Hi:

I often need to change a few parameters and rerun the whole worksheet. In some cases however, some of the sections should not be executed. Is there a way to quickly comment/uncomment out a given section? If so, how?

thanks.

First 10 11 12 Page 12 of 12