EdgeIndex[g, e] gives the integer index for the edge e in the graph g.
ImageTransformation[image, function] gives an image in which each pixel at position {x, y} corresponds to the position function[{x, y}] in image.ImageTransformation[image, ...
IncidenceMatrix[g] gives the vertex-edge incidence matrix of the graph g.
Information[symbol] prints information about a symbol.
MatrixRank[m] gives the rank of the matrix m.
Radon
(Built-in Mathematica Symbol) Radon[image] gives an image representing the discrete Radon transform of image.Radon[image, {w, h}] specifies the width w and the height h of the resulting image.Radon[image, ...
String
(Built-in Mathematica Symbol) String is the head of a character string " text".
VectorAngle[u, v] gives the angle between the vectors u and v.
LayeredGraphPlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a layered plot of the graph in which vertex v_ik is connected to vertex v_jk.LayeredGraphPlot[{{v i 1 -> v j ...
The IDA package is part of the SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers) developed at the Center for Applied Scientific Computing of Lawrence ...