Mathematica provides a number of tools for configuring and monitoring parallel computations. Some of these are accessed using menus from the Mathematica notebook front end. ...
Jewish
(Calendar Package Symbol) Jewish represents the Jewish calendar system.
J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...
This package implements Hamilton's quaternion algebra. Quaternions have the form a+bi+cj+dk where a, b, c, and d are real numbers. The symbols i, j, and k are multiplied ...
Grid
(Built-in Mathematica Symbol) Grid[{{expr_11, expr_12, ...}, {expr_21, expr_22, ...}, ...}] is an object that formats with the expr_ij arranged in a two-dimensional grid.
There are a number of features of the GUIKit framework that aid deployment of user interface definitions with your own AddOns so that they can be easily executed when needed. ...
A Platonic solid is a convex polyhedron whose faces and vertices are all of the same type. There are five such solids. There are also a few nonconvex polyhedra known that ...
CompilePrint[cfun] prints a human readable form of a compiled function.
LightweightGrid[agent] is a description of a subkernel to be launched on agent by the Lightweight Grid SystemLightweightGrid[{"Agent" -> agent, "KernelCount" -> count, ...
RemoteServices[manager] is a description of a subkernel to be launched on manager by the Lightweight Grid System.RemoteServices[{"Agent" -> agent, "KernelCount" -> count, ...