tijgertron

3 years, 110 days


These are answers submitted by tijgertron

solution

March 14 2011 by tijgertron 53

0

0

Of course I can create an if-then procedure, where I handle all cases separately, even though that means repeating some of the code. It's not very fancy, but it gets the job done.

ease of use

March 14 2011 by tijgertron 53

0

0

Because then it would just be a required parameter, and I want to remove as much of the complexity of the application as possible. More 'advanced' users might want to give their own symbols to certain parameters, but maybe not the average user.

Apart from that, though, there is the problem that the user is only allowed to specify one, because they cannot be used both at the same time in the procedure. Trying to specify both should give an error but when I have them...

unassigning NULL

March 14 2011 by tijgertron 53

0

0

Ah, but suppose I use S in the sequel, and that the user has not specified the symbol. In that case, S should simply be used in its place, but now it's been assigned NULL. Without unassigning it, I cannot use it. However, unassign('S') obviously leads to an error. Any ideas?

1D vs 2D

March 11 2011 by tijgertron 53

0

0

Thanks! I did not even consider the possibility of problems with 2D notation. Usually I do my programming in plain text files that I then read in Maple, so no problem there.

why?

March 11 2011 by tijgertron 53

0

0

Just out of curiosity, why do you want such an advanced application on your smartphone? Do you really want to be typing expressions on a touchscreen? I think you could hardly see any expressions, let alone do something useful with them...

alternative

March 11 2011 by tijgertron 53

0

0

Hi,

I'm not sure how to do it in Maple but in case you are interested to learn another symbolic language, then try FORM. All its objects are by default non-commutative, and it's fast.

Best,

Fred.

double seq

March 10 2011 by tijgertron 53

0

0

The double seq seems nice. I never realized you could place if statements inside them. Pretty neat.

expansion

April 09 2010 by tijgertron 53

0

0

reference

February 12 2010 by tijgertron 53

0

0

Page 1 of 1