WeatherData[loc, " property"] gives the most recent measurement for the specified weather property at the location corresponding to loc.WeatherData[loc, " property", date] ...
ContinuousWaveletTransform[{x_1, x_2, ...}] gives the continuous wavelet transform of a list of values x_i.ContinuousWaveletTransform[data, wave] gives the continuous wavelet ...
ElementData["name", " property"] gives the value of the specified property for the chemical element " name".ElementData[n, " property"] gives the specified property for the ...
ListVectorPlot3D[array] generates a 3D vector plot from a 3D array of vector field values.ListVectorPlot3D[{{{x_1, y_1, z_1}, {vx_1, vy_1, vz_1}}, ...}] generates a 3D vector ...
Formatting lists as tables and matrices. Here is a list. Grid gives the list typeset in a tabular format.
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient search methods use ...
In addition to importing ZIP files stored on your machine, Mathematica can also import ZIP files directly from a URL. In most cases, processing data in ZIP files is ...
Exists
(Built-in Mathematica Symbol) Exists[x, expr] represents the statement that there exists a value of x for which expr is True. Exists[x, cond, expr] states that there exists an x satisfying the condition ...
The main equations that Solve and related Mathematica functions deal with are polynomial equations. It is easy to solve a linear equation in x. One can also solve quadratic ...
It is often useful to be able to detect and precisely locate a change in a differential system. For example, with the detection of a singularity or state change, the ...