Numerics Updates in Maple 13
evalf(Int(...))
Numeric integration through int
ATLAS on Mac OS X
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 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
int(x^2, x=0..1, 'numeric', 'digits'=3);
0.333
int(x->x^2, 0..1, 'numeric', 'digits'=3);
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
Download Help Document