Dmitry Lyakhov

110 Reputation

5 Badges

10 years, 268 days

MaplePrimes Activity


These are questions asked by Dmitry Lyakhov

I have denotation like A[0], A[1], A[2], A[3]... But one package doesn't allow to use indexed variables.

I'd like to change denotation. For example, to A0, A1, A2, A3, but I don't know how to do it automatically...

I have a long expression with different order derrivatives, that is written in form like that:

-(D[1](f))(x, y)

I'd like to transform it into standard maple form like:

diff(f(x,y),x)

Is there any special procedure to achieve this goal?

I am running a huge symbolic problem in Maple 18. At the moment, I dont even know if there is enough computational power to suceed the computation.

 

However, I'd like to save a progress. And maybe to continue computation later.

Is there any way to save progress?

1 2 3 4 Page 4 of 4