MaximalBipartiteMatching[g] gives the maximal matching of the bipartite graph g.
Export
(Built-in Mathematica Symbol) Export["file. ext", expr] exports data to a file, converting it to the format corresponding to the file extension ext. Export[file, expr, " format"] exports data in the ...
CDFInformation[expr] gives a list of properties relevant to a CDF deployed with the content expr.CDFInformation[notebook] gives usage properties for a CDF to be deployed from ...
Evaluating integrals is much more difficult than evaluating derivatives. For derivatives, there is a systematic procedure based on the chain rule that effectively allows any ...
KML
(Mathematica Import/Export Format) KML map data format. Standard GIS file format. Stores the geometry and data of cartographic map features. KML is an acronym for Keyhole Markup Language. Used by Google Earth. ...
Mathematica supports a broad range of measures that characterize graphs, from simple measures, such as the number of vertices and edges that tell the size and sparsity of a ...
Length
(Built-in Mathematica Symbol) Length[expr] gives the number of elements in expr.
The Part function allows you to access specific parts of Mathematica expressions. But particularly when your expressions have fairly uniform structure, it is often convenient ...
ViewCenter is an option for Graphics3D and related functions which gives the scaled coordinates of the point which should appear at the center of the final image.
Derived distributions are modifications to existing distributions. There is a variety of ways in which you can arrive at modified distributions, including functions of random ...