Previous Up Next

6.12.15  Automatic simplification: autosimplify

The autosimplify command determines how much simplification Xcas will do automatically when you enter an expression. Note that autosimplify only works with Xcas, it doesn’t work with icas or any other frontend.

By default, Xcas will apply the regroup command (see Section 6.12.12) to your input, but the autosimplify command can change this to applying another rewriting command to your input, such as simplify (see Section 6.12.14), factor (see Section 6.12.10), or even nop for no simplification. With no arguments, autosimplify will return the current rewriting command. Otherwise:


Examples.


Previous Up Next