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

Online Help

All Products    Maple    MapleSim


Numerics Updates in Maple 13

 

evalf(Int(...))

Numeric integration through int

ATLAS on Mac OS X

evalf(Int(...))

A new maxintervals option to evalf(Int(...)) allows control over the maximal number of subintervals that may be used by the _d01ajc solver and the _d01akc oscillatory solver.

Numeric integration through int

Numeric integration routines can be accessed from the int command with the numeric option.  All the numeric integration options are supported.

int(x^2, x=0..1, 'numeric');

0.3333333333

(1)

int(x^2, x=0..1, 'numeric', 'digits'=3);

0.333

(2)

int(x->x^2, 0..1, 'numeric', 'digits'=3);

0.333

(3)

ATLAS on Mac OS X

The fast ATLAS implementation of the Basic LinearAlgebra Subprograms (BLAS) is now in use by Maple on the supported family of Mac OS X platforms.

See Also

Enhancements to Symbolic Capabilities in Maple 13

Index of New Maple 13 Features