These "How tos" give step-by-step instructions for common tasks related to solving differential equations in Mathematica .
Blur
(Built-in Mathematica Symbol) Blur[image] gives a blurred version of image.Blur[image, r] gives a version of image blurred over pixel radius r.
BoxBaselineShift is an option for AdjustmentBox that specifies how much the baseline of the box should be shifted relative to those of neighboring characters.
Boxed
(Built-in Mathematica Symbol) Boxed is an option for Graphics3D that specifies whether to draw the edges of the bounding box in a three-dimensional picture.
DeclarePackage["context`", {"name_1", "name_2", ...}] declares that Needs["context`"] should automatically be executed if a symbol with any of the specified names is ever ...
ExpandFileName["name"] textually expands name to have the form of an absolute file name for your operating system.
FileFormat["name"] attempts to determine what Import format could be used to import the file corresponding to " name".
FindHamiltonianCycle[g] finds a Hamiltonian cycle in the graph g if one exists.
GapPenalty is an option for SequenceAlignment and related functions that gives the additional cost associated with each gap corresponding to a run of insertions or deletions.
GraphPower[g, n] gives the graph-n\[Null]^th power of the graph g.