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

Online Help

All Products    Maple    MapleSim


Advanced Math

Maple 2018 includes numerous cutting-edge updates in a variety of branches of mathematics.

 

Integration

PolynomialTools

Simplification

Summation

Sturm Sequences

signum

is, coulditbe

Re, Im

max, min

arctan

SMTLIB

Integration

The int command has seen improvements to various methods. The following new results come from the asymptotic method:

(1.1)

(1.2)

This new result results from an improvement in the elliptic integration code:

(1.3)

The next two examples are due to improvements to the Risch algorithm:

(1.4)

(1.5)

This previously unsolved example is due to an improvement in the hyperexponential algorithm:

(1.6)

PolynomialTools

Two new commands, Homogenize and IsHomogeneous, for performing and testing (weighted) homogenization were added to the PolynomialTools package.

(2.1)

(2.2)

(2.3)

(2.4)

(2.5)

Simplification

The simplify command has been enhanced with respect to logarithms whose arguments are constant radical expressions. Some examples:

(3.1)

(3.2)

(3.3)

simplify can now recognize more trig and exp simplifications:

(3.4)

(3.5)

(3.6)

simplify now tries harder to simplify constants that appear as subexpressions:

(3.7)

Summation

The sum command with the parametric option has been improved for the case of hypergeometric sums with more than one parameter. The following sums used to return unevaluated in Maple 2017.

(4.1)

(4.2)

(4.3)

Sturm Sequences

The commands sturm and sturmseq have been extended to support polynomials with real algebraic number coefficients.

(5.1)

(5.2)

(5.3)

(5.4)

signum

The signum command has had various improvements made. The following examples previously returned with unevaluated signum calls:

(6.1)

(6.2)

(6.3)

(6.4)

is, coulditbe

The is and coulditbe commands have had various improvements made. is performs more simplification than it did previously:

(7.1)

(7.2)

and takes into account more function properties:

(7.3)

and operation properties:

(7.4)

The internal solver for systems of inequalities in is and coulditbe has been improved:

(7.5)

Re, Im

The Re and Im commands have had various improvements made. The following examples previously returned with unevaluated Re and Im calls:

(8.1)

(8.2)

max, min

In some cases, the max and min commands can now recognize numbers as real even though they are composed from nonreal ingredients:

(9.1)

(9.2)

(9.3)

arctan

The arctan command now performs some more automatic simplifications:

(10.1)

(10.2)

(10.3)

Furthermore, combine performs more simplifications on arctan functions:

(10.4)

(10.5)

 

SMTLIB

The SMTLIB package has been extended to support satisfiability queries on Boolean combinations of polynomial equations and inequalities.

Consider the following description of a set:

 

We can use first use SMTLIB[Satisfiable] to verify that a solution exists:

(11.1)

 

In this simple two-dimensional case, we can use plots[inequal] to visualize the solution space:

The new command SMTLIB[Satisfy] offers an efficient method of finding a concrete example for a point in the solution space:

(11.2)

To produce a satisfying point within the visual bounds of the plot above, we can simply augment our system with a bounding rectangle:

(11.3)


Download Help Document