UserDefinedVariableOrderingΒΆ
setorder.spad line 90 [edit on github]
This packages provides functions to allow the user to select the ordering on the variables and operators for displaying polynomials, fractions and expressions. The ordering affects the display only and not the computations.
- getVariableOrder: () -> Record(high: List Symbol, low: List Symbol)
getVariableOrder()
returns[[b1, ..., bm], [a1, ..., an]]
such that the ordering on the variables was given bysetVariableOrder([b1, ..., bm], [a1, ..., an])
.
- resetVariableOrder: () -> Void
resetVariableOrder()
cancels any previous use of setVariableOrder and returns to the default system ordering.