InverseLaplaceTransform[expr, s, t] gives the inverse Laplace transform of expr. InverseLaplaceTransform[expr, {s_1, s_2, ...}, {t_1, t_2, ...}] gives the multidimensional ...
Evaluating integrals is much more difficult than evaluating derivatives. For derivatives, there is a systematic procedure based on the chain rule that effectively allows any ...
This section is concerned with the way that OpenCLLink is set up and configured for your machine. It will also help to track down and correct problems. OpenCLLink is designed ...
CloseGUIObject[interface] closes a live GUIObject instance.CloseGUIObject[] requests that an interface close, when called within a Script block.
ReleaseGUIObject[obj] closes and terminates all resources of a live GUIObject instance.
Mathematica notebooks consist of sequences of cells, which can be nested. The hierarchy of cells serves as a structure for organizing information in a notebook as well as ...
AppendTo[s, elem] appends elem to the value of s, and resets s to the result.
CellMargins is an option for Cell that specifies the absolute margins in printer's points to leave around a cell.
EdgeRules[g] gives the list of edge rules for the graph g.
PrependTo[s, elem] prepends elem to the value of s, and resets s to the result.