OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
Wolfram LibraryLink provides a powerful way to connect external code to Mathematica, enabling high-speed and memory-efficient execution. It does this by allowing dynamic ...
Pick
(Built-in Mathematica Symbol) Pick[list, sel] picks out those elements of list for which the corresponding element of sel is True. Pick[list, sel, patt] picks out those elements of list for which the ...
MaxIterations is an option that specifies the maximum number of iterations that should be tried in various built-in functions and algorithms.
SymbolicXMLErrors[expr] returns a list of part specifications indicating where there are errors in the SymbolicXML expression expr and a message about the nature of each ...
ComplexInfinity represents a quantity with infinite magnitude, but undetermined complex phase.
Many real-world applications require the solution of IVPs and BVPs for nonlinear ODEs. For example, consider the logistic equation, which occurs in population dynamics. This ...
ClearAll[symb_1, symb_2, ...] clears all values, definitions, attributes, messages, and defaults associated with symbols. ClearAll["form_1 ", "form_2", ...] clears all ...
Clear
(Built-in Mathematica Symbol) Clear[symbol_1, symbol_2, ...] clears values and definitions for the symbol_i. Clear["form_1", "form_2", ...] clears values and definitions for all symbols whose names match ...
The first argument given to DSolve is the differential equation, the second argument is the unknown function, and the last argument identifies the independent variable. Here ...