Is there a way to change default order of series in Maple?

64 Views Asked by At

The default order when expanding in the software Maple is 6 (six!!!). This is very awkward and annoying because one rarely need even the second (non-trivial) order. In any case, is there a way to change this default number in preferences somewhere? I know I can write a command and specify the order, but I'm talking about the "right-click" thing.

1

There are 1 best solutions below

4
On

Maple has an environment variable Order which controls this.

So, after,

Order := 3:

you can use the right-click context-menu action for series, and see the effect.

See its help-page here.