Jamie128

120 Reputation

6 Badges

0 years, 254 days

MaplePrimes Activity


These are questions asked by Jamie128

Is there a way in the physics package to get my index to run from 0 to 3 instead of 1 to 4/0?

When I am setting up the coordinates in the physics package, I use the following command. And it sets it to (r,theta,phi,t).

Setup(dimension = 4, mathematicalnotation = true, coordinates = spherical)

Is there a way to change it to (t,r,theta,phi)?

It gets a bit more confusing when we are looking at rank 2 objects.

I have this tedious looking function that I want to write in terms of the other expression but the command i usually use does not work here because the expressions are not polynomials. I am wondering if there is an alternative to doing this manually.
Temp.mw

I would like to use the forget command to make maple forget all the things it remembers in each iteration of the loop.

Could someone help me with that?

More details:  I use ansatz to try to solve systems of pdes. sometimes i put the ansatzs in a list and run a loop to try to solve the set of pdes for each ansatz. Sometimes this takes up a lot of memory and maple says kernel connection is lost.

I use PDsolve to solve sets of PDEs analytically.

I have had tremendous success with this but recently realized that for PDEs if you manually factor out common expressions , it makes it much easier for maple to solve it.

I was wondering if there were other "tricks" like these that I might be unaware of.

Also I found this link comparing how maple compares to mathematica in solving known PDES just in case the maple developers are interested.
Results (12000.org)

1 2 3 Page 1 of 3