AiryAiPrime[z] gives the derivative of the Airy function Ai^\[Prime] (z).
DateListLogPlot[{{date_1, v_1}, {date_2, v_2}, ...}] makes a log plot with values v_i at a sequence of dates.DateListLogPlot[{v_1, v_2, ...}, datespec] makes a log plot with ...
The leading term of a polynomial can be chosen in many different ways. For multivariate polynomials, sorting by the total degree of the monomials is often useful. Different ...
DeclarePackage["context`", {"name_1", "name_2", ...}] declares that Needs["context`"] should automatically be executed if a symbol with any of the specified names is ever ...
DateListPlot[{{date_1, v_1}, {date_2, v_2}, ...}] plots points with values v i at a sequence of dates.DateListPlot[{v_1, v_2, ...}, datespec] plots points with dates at equal ...
BezierCurve[{pt_1, pt_2, ...}] is a graphics primitive that represents a Bézier curve with control points pt_i.
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 ...
ParticleData[name, " property"] gives the specified property for a subatomic particle or family of particles with the specified name. ParticleData[{name, q}, " property"] ...
Mathematica has over 3000 built-in functions and other objects, all based on a single unified framework, and all carefully designed to work together, both in simple ...
BubbleChart3D[{{x_1, y_1, z_1, u_1}, {x_2, y_2, z_2, u_2}, ...}] makes a 3D bubble chart with bubbles at positions {x_i, y_i, z_i} with sizes u_i.BubbleChart3D[{..., ...