Bicomponents[g] gives the biconnected components of the undirected graph g.
Dynamic and Manipulate have holding attributes that are vital in making them work properly. However, those holding attributes can interfere with other structural operations ...
MBOX
(Mathematica Import/Export Format) Unix mailbox format. Holds a collection of electronic mail messages. Native archive format of email clients such as Unix mail, Eudora, Mozilla, Netscape, and Thunderbird. ...
ImageCrop[image] crops image by removing borders of uniform color. ImageCrop[image, {w, h}] crops image to pixel width w and pixel height h.ImageCrop[image, size] crops image ...
MonomialList[poly] gives the list of all monomials in the polynomial poly.MonomialList[poly, {x_1, x_2, ...}] gives the list of monomials with respect to the variables x_i in ...
NumberFieldRootsOfUnity[a] gives the roots of unity for the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
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. ...
HSQLDB is a relational database engine written in Java that is bundled with DatabaseLink, which also contains a JDBC driver and necessary configuration. It offers a small ...
NETTypeInfo[type] prints information about the specified type, including its inheritance hierarchy, assembly name, and its public members (constructors, methods, properties, ...
$NETExceptionHandler allows you to control how exceptions thrown in .NET are handled in Mathematica.