Functions like Read and Find are most often used for processing text and data from external files. In some cases, however, you may find it convenient to use these same ...
Sound
(Mathematica Tutorial) On most computer systems, Mathematica can produce not only graphics but also sound. Mathematica treats graphics and sound in a closely analogous way. For example, just as you ...
The built-in functions of Mathematica implement a very large number of algorithms from computer science and mathematics. Some of these algorithms are fairly old, but the vast ...
Total differentiation operations. When you find the derivative of some expression f with respect to x, you are effectively finding out how fast f changes as you vary x. Often ...
SQLDropTable drops tables from a database. An alternative, using raw SQL, is demonstrated in "Dropping Tables with Raw SQL". If you find that the examples in this tutorial do ...
The Graph Utilities Package contains a number of functions useful for graph theory applications. Functions in the Graph Utilities Package. This loads the package.
GraphDistanceMatrix[g] gives the matrix of distances between vertices for the graph g.GraphDistanceMatrix[g, d] gives the matrix of distances between vertices of maximal ...
ReplacePart[expr, i -> new] yields an expression in which the i\[Null]\[Null]^th part of expr is replaced by new. ReplacePart[expr, {i_1 -> new_1, i_2 -> new_2, ...}] ...
CommunityStructurePartition[g] gives the partition of a graph g into communities.
AVI
(Mathematica Import/Export Format) Registered MIME type: video/avi Microsoft AVI format. Multimedia container format. Commonly used for archiving and exchanging video content. Stores audio and video content in ...