Mathematica provides a number of tools for configuring and monitoring parallel computations. Some of these are accessed using menus from the Mathematica notebook front end. ...
Mathematica can run parallel kernels in a number of different ways; locally on the same machine or remote on other machines connected in a network. Furthermore, the network ...
This example demonstrates the benefit of supplementing Mathematica functionality with GUIKit user interface elements leveraging existing third-party graph model and editing ...
MultiPoissonDistribution has been renamed to MultivariatePoissonDistribution and is part of the built-in Mathematica kernel. HotellingTSquareDistribution has been added to ...
GraphLayout is an option to Graph and related functions that specifies what layout to use for graph components and collections of components.
PropertyValue[{obj, item}, name] gives the property value associated with name for item in obj.
RemoveProperty[{obj, item}] removes all properties associated with item in obj.RemoveProperty[{obj, item}, name] removes the property name associated with item in obj.
RootReduce[expr] attempts to reduce expr to a single Root object.
SetProperty[{obj, item}, name -> value] sets the property name -> value for item in obj.
StringPosition["string", " sub"] gives a list of the starting and ending character positions at which " sub" appears as a substring of " string". StringPosition["string", ...