GXL
(Mathematica Import/Export Format) GXL graph data format. Used for the storage and exchange of graphs. GXL is an acronym derived from Graph Exchange Language. XML-based format. Represents typed, attributed, ...
Restriction scripts can be very useful in managing sitewide installations of Mathematica. They can be used to prevent access to Mathematica by unauthorized users on the ...
Probability[pred, x \[Distributed] dist] gives the probability for an event that satisfies the predicate pred under the assumption that x follows the probability distribution ...
$PathnameSeparator is a string used as a separator when full file and directory names are constructed.
Except
(Built-in Mathematica Symbol) Except[c] is a pattern object which represents any expression except one that matches c. Except[c, p] represents any expression that matches p but not c.
CUDAFluidDynamics[] demonstrates computational fluid dynamics using CUDALink.
ArcSinDistribution[{x min, x max}] represents the arc sine distribution supported between x min and x max.
RandomVariate[dist] gives a pseudorandom variate from the symbolic distribution dist.RandomVariate[dist, n] gives a list of n pseudorandom variates from the symbolic ...
NArgMax
(Built-in Mathematica Symbol) NArgMax[f, x] gives a position x_max at which f is numerically maximized.NArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is numerically ...
ParallelSubmit[expr] submits expr for evaluation on the next available parallel kernel and returns an EvaluationObject expression representing the submitted ...