GaussianQuadratureWeights[n, a, b] gives a list of the n pairs {x_i, w_i} of the elementary n-point Gaussian formula for quadrature on the interval a to b, where w_i is the ...
Mathematica contains a very powerful system of integration. It can do almost any integral that can be done in terms of standard mathematical functions.
DynamicMomentumIndex
BooleanTable[bf] gives a list of truth values for all possible combinations of variable values supplied to the Boolean function bf.BooleanTable[expr, {a_1, a_2, ...}] gives a ...
Dimensions[expr] gives a list of the dimensions of expr. Dimensions[expr, n] gives a list of the dimensions of expr down to level n.
FileNames[] lists all files in the current working directory. FileNames[form] lists all files in the current working directory whose names match the string pattern form. ...
GraphComplement[g] gives the graph complement of the graph g.
JacobiSN[u, m] gives the Jacobi elliptic function sn(u | m).
LatticeData[lattice, " property"] gives the specified property for a lattice.LatticeData[n] gives a list of named lattices of dimension n.
PowersRepresentations[n, k, p] gives the distinct representations of the integer n as a sum of k non-negative p\[Null]^th integer powers.