Applying Transformation Rules Manipulating Sets of Transformation Rules Making Definitions
If the front end activation dialog box appears when you launch Mathematica, either Mathematica could not locate the mathpass file or there was no valid password in the ...
InstallServiceOperation[name, endpoint, arguments, headers] creates a function for the web service operation using the end point, arguments, and options.
BoxesToSymbolicMathML[boxes] converts the Mathematica box structure, boxes, into a MathML-flavored SymbolicXML structure.
PermutationCycles[perm] gives a disjoint cycle representation of permutation perm.
Many programs you write will involve operations that need to be iterated several times. Nest and NestList are powerful constructs for doing this. Applying functions of one ...
When Mathematica reads the text x^y, it interprets it as x raised to the power y. In a notebook, you can also give the two-dimensional input x^y directly. Mathematica again ...
Pure functions. When you use functional operations such as Nest and Map, you always have to specify a function to apply. In all the examples above, we have used the "name" of ...
Many large-scale applications of linear algebra involve matrices that have many elements, but comparatively few that are nonzero. You can represent such sparse matrices ...
When fitting data to a model, it is often important to obtain additional results to compare the data to the fitted function. You may wish to check the significance of ...