Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Overview of the ExpressionTools Package

 

Calling Sequence

Description

List of ExpressionTools Package Commands

Compatibility

Calling Sequence

ExpressionTools:-command(arguments)

command(arguments)

Description

• 

The ExpressionTools package is a collection of tools for investigating the differences between pairs of expressions, typically an expected expression and another to be compared against the expected one.

• 

The main command in this package is Compare, which compares two expressions and displays their differences.

• 

The command Options can be used to query and set the default values for the options used by Compare.

• 

Each command in the ExpressionTools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

• 

The long form, ExpressionTools:-command, is always available. The short form can be used after loading the package.

List of ExpressionTools Package Commands

  

The following is a list of available commands.

Compare

Options

 

 

  

To display the help page for a particular ExpressionTools command, see Getting Help with a Command in a Package.

Compatibility

• 

The ExpressionTools package was introduced in Maple 2025.

• 

For more information on Maple 2025 changes, see Updates in Maple 2025.

See Also

UsingPackages

verify

VerifyTools

with