LocatorPane[{x, y}, back] represents a pane with a locator at position {x, y} and background back.LocatorPane[Dynamic[pt], back] takes the locator position to be the ...
Resultant[poly_1, poly_2, var] computes the resultant of the polynomials poly_1 and poly_2 with respect to the variable var. Resultant[poly_1, poly_2, var, Modulus -> p] ...
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 ...
CountryData["tag", " property"] gives the value of the specified property for the country, country-like entity, or group of countries specified by " tag".CountryData["tag", ...
The ability to generate pseudorandom numbers is important for simulating events, estimating probabilities and other quantities, making randomized assignments or selections, ...
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 ...
Widget["CheckBox"] represents a checkbox.
The symbolic architecture of Mathematica notebooks allows immediate interoperability with a wide range of document, web, graphics and other formats. Mathematica automatically ...
ParametricPlot3D[{f_x, f_y, f_z}, {u, u_min, u_max}] produces a three-dimensional space curve parametrized by a variable u which runs from u_min to u_max. ...
SquareFreeQ, PrimePowerQ, KroneckerSymbol, ChineseRemainder and PrimitiveRoot have been added to the built-in Mathematica kernel functions. NextPrime and PreviousPrime are ...