[AN96] Adams, L. and J. L. Nazareth. (Eds.) Linear and Nonlinear Conjugate Gradient-Related Methods. SIAM, 1996. [Br02] Brent, R. P. Algorithms for Minimization without ...
Ways to construct nested lists. This generates a table corresponding to a 2×3 nested list. This generates an array corresponding to the same nested list.
The user interface for Mathematica provides many options for formatting input and output.
Much of what Mathematica does revolves around manipulating structured expressions. But you can also use Mathematica as a system for handling unstructured strings of text. ...
Expressions corresponding to notebooks. Here is a simple Mathematica notebook. Here is the expression that corresponds to this notebook.
LetterCharacter represents a letter character in StringExpression.
NullRecords is an option for Read and related functions which specifies whether null records should be taken to exist between repeated record separators.
GraphCenter[g] gives the set of vertices with minimum eccentricity in the graph g.
You can define the derivative in Mathematica of a function f of one argument simply by an assignment like f'[x_]=fp[x]. This defines the derivative of f(x) to be fp(x). In ...
Mathematica usually goes about its work silently, giving output only when it has finished doing the calculations you asked for. However, if it looks as if Mathematica is ...