"Calling .NET from Mathematica" describes using .NET/Link to allow you to call from Mathematica into .NET, thereby extending the Mathematica environment to include the ...
ExampleData["type"] gives a list of names of examples of the specified type.ExampleData[{" type", " name"}] gives the default form of the named example of the specified ...
AdjacencyMatrix[g] gives the vertex\[Dash]vertex adjacency matrix of the graph g.
IntegerPartitions[n] gives a list of all possible ways to partition the integer n into smaller integers. IntegerPartitions[n, k] gives partitions into at most k integers. ...
LogSeriesDistribution[\[Theta]] represents a logarithmic series distribution with parameter \[Theta].
Orthogonalize[{v_1, v_2, ...}] gives an orthonormal basis found by orthogonalizing the vectors v_i.Orthogonalize[{e_1, e_2, ...}, f] gives a basis for the e_i orthonormal ...
One of the most basic features of GUIKit is loading and executing an existing user interface application. This can be accomplished in one step in either a modal or modeless ...
BSplineBasis[d, x] gives the zeroth uniform B-spline basis function of degree d at x.BSplineBasis[d, n, x] gives the n\[Null]^th uniform B-spline basis function of degree ...
FindGeometricTransform[pts_1, pts_2] finds a geometric transformation between two geometries pts_1 and pts_2, returning the alignment error together with the transformation ...
KatzCentrality[g, \[Alpha]] gives a list of Katz centralities for the vertices in the graph g and weight \[Alpha].KatzCentrality[g, \[Alpha], \[Beta]] gives a list of Katz ...