Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: ordergreat (<v_1>, ..., <v_n>)
Function: orderless (<v_1>, ..., <v_n>) ordergreat changes the canonical ordering of Maxima expressions such that <v_1> succeeds <v_2> succeeds ... succeeds <v_n>, and <v_n> succeeds any other symbol not mentioned as an argument.
orderless changes the canonical ordering of Maxima expressions such that <v_1> precedes <v_2> precedes ... precedes <v_n>, and <v_n> precedes any other variable not mentioned as an argument.
The order established by ordergreat and orderless is dissolved by unorder. ordergreat and orderless can be called only once each, unless unorder is called; only the last call to ordergreat and orderless has any effect.
See also ordergreatp.
There are also some inexact matches for ordergreat. Try ?? ordergreat to see them.
(%o1) true (%i2)