ParticleData[name, " property"] gives the specified property for a subatomic particle or family of particles with the specified name. ParticleData[{name, q}, " property"] ...
\[Rule]
(Mathematica Character Name) Unicode: F522. Alias: Esc -> Esc. Infix operator with built-in evaluation rules. x y is by default interpreted as x->y or Rule[x,y]. x y z groups as x (y z). ...
$AssertFunction specifies a function to apply to assertions that fail.
$DynamicEvaluation is a symbol whose value is True if it is evaluated as part of the evaluation of a Dynamic.
IsotopeData[{Z, A}, " property"] gives the value of the specified property for the isotope with atomic number Z and mass number A.IsotopeData["name", " property"] gives the ...
Database connection pools are a common way to improve the performance of database operations. They can be useful because creating a new connection can easily take several ...
This example demonstrates various techniques for designing a progress bar dialog and a number of options available to wrap the reusable widget involved. Here is one technique ...
EulerEquations[f, u[x ], x] returns the Euler\[Dash]Lagrange differential equation obeyed by u[x] derived from the functional f, where f depends on the function u[x] and its ...
You can export XML data from Mathematica using the standard Export function. Exporting files. The first argument of the function specifies the file to which the data should ...