RemoteServicesAgents[] returns a list of URLs for Lightweight Grid managers discovered on the local network.RemoteServicesAgents["agent"] returns a list of agent URLs known ...
MultiPoissonDistribution has been renamed to MultivariatePoissonDistribution and is part of the built-in Mathematica kernel. HotellingTSquareDistribution has been added to ...
ToCombinatoricaGraph[g] return the Combinatorica representation of the graph g.ToCombinatoricaGraph[g, n] return the graph g, adding additional unconnected vertices, if ...
Mathematica provides many options for customizing and annotating plots. Legends can be added to plots and customized with many of the same methods used to customize other ...
XMLGet["file"] returns the XML expression tree corresponding to the contents of " file".XMLGet["file", parser] uses the pre-initialized XMLParser object to parse the file. ...
EdgeShapeFunction is an option and property for Graph and related functions that specifies a function to use to generate primitives for rendering each edge.
RemoveProperty[{obj, item}] removes all properties associated with item in obj.RemoveProperty[{obj, item}, name] removes the property name associated with item in obj.
SetProperty[{obj, item}, name -> value] sets the property name -> value for item in obj.
ToeplitzMatrix[n] gives the n*n Toeplitz matrix with first row and first column being successive integers.ToeplitzMatrix[{c_1, c_2, ..., c_n}] gives the Toeplitz matrix whose ...
VertexShapeFunction is an option and property for Graph and related functions that specifies a function to use to generate primitives for rendering each vertex.