SQLCreateTable creates a new table in a database. An alternative, using raw SQL, is described in "Creating Tables with Raw SQL". If you find that the examples in this ...
OpenCLFunctionInformation[oclfun] returns information on OpenCLFunction oclfun such as build log, build options, source code, etc.
Widgets are the basic component of GUIs built with GUIKit. This tutorial discusses some of the basics of widgets and how they work. More detailed information on widgets can ...
SquareFreeQ, PrimePowerQ, KroneckerSymbol, ChineseRemainder and PrimitiveRoot have been added to the built-in Mathematica kernel functions. NextPrime and PreviousPrime are ...
This package provides an interactive tool for investigating the solutions of differential equations as well as other types of equations that have solutions that can be viewed ...
There are two ways to use the functions in this package to place a legend in a graphic: the first can only be used as an option to the built-in functions Plot, ListPlot and ...
Animate
(Built-in Mathematica Symbol) Animate[expr, {u, u_min, u_max}] generates an animation of expr in which u varies continuously from u_min to u_max. Animate[expr, {u, u_min, u_max, du}] takes u to vary in ...
BetaBinomialDistribution[\[Alpha], \[Beta], n] represents a beta binomial mixture distribution with beta distribution parameters \[Alpha] and \[Beta], and n binomial trials.
BetaDistribution[\[Alpha], \[Beta]] represents a continuous beta distribution with shape parameters \[Alpha] and \[Beta].
ChiSquareDistribution[\[Nu]] represents a \[Chi]^2 distribution with \[Nu] degrees of freedom.