ODS
(Mathematica Import/Export Format) MIME type: application/vnd.oasis.opendocument.spreadsheet OpenDocument spreadsheet file. Used for storage and exchange of spreadsheet data and formulas. Is part of the OASIS ...
SXC
(Mathematica Import/Export Format) MIME type: application/nd.sun.xml.calc OpenOffice 1.0 spreadsheet file. Stores spreadsheet data and formulas. SXC is an acronym for Sun XML Calc. Native spreadsheet format of ...
GraphPeriphery[g] gives the set of vertices with maximum eccentricity in the graph g.
NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.
NumericFunction is an attribute that can be assigned to a symbol f to indicate that f[arg_1, arg_2, ...] should be considered a numeric quantity whenever all the arg_i are ...
Signature[list] gives the signature of the permutation needed to place the elements of list in canonical order.
StringCount["string", " sub"] gives a count of the number of times " sub" appears as a substring of " string". StringCount["string", patt] gives the number of substrings in " ...
VertexList[g] gives the list of vertices for the graph g.VertexList[g, patt] gives a list of vertices that match the pattern patt.
DatabaseLink provides two styles of commands for working with data: one for those who are familiar with Mathematica and the other for those who are familiar with SQL. ...
This loads packages containing some test problems and utility functions. One of the first and simplest methods for solving initial value problems was proposed by Euler: ...