EquationTrekker[eqn, x, {t, t_min, t_max}] opens a graphical interface for specifying initial conditions and plotting the resulting numerical solution to the first or second ...
In any interactive session, Mathematica effectively operates in a loop. It waits for your input, processes the input, prints the result, then goes back to waiting for input ...
Dynamic Updating Enabled toggles automatic evaluation associated with dynamic objects.
Reset Pan/Zoom resets the pan and zoom for the selected 3D graphic.
NotebookDynamicExpression is an option for notebooks that specifies an expression to be dynamically updated whenever that notebook is open.
DynamicEvaluationTimeout is an option for displayed objects, cells, and notebooks that specifies the timeout in seconds for any Dynamic computations they contain.
Widget["Timer"] creates a timed action.
Mathematica provides a built-in library of a hundred financial indicators that are used to analyze the price movements of stocks, commodities, mutual funds, currency exchange ...
CUDAColorNegate[image] performs color negation on image.CUDAColorNegate[list] performs color negation on list.CUDAColorNegate[mem] performs color negation on memory ...
ListAnimate[{expr_1, expr_2, ...}] generates an animation whose frames are the successive expr_i. ListAnimate[list, fps] displays fps frames per second.