Calculus lets you approximate complicated functions with power series. Mathematica lets you generate and work with power series for a huge range of functions.
The time it takes Mathematica to perform a computation is important information that can help you write efficient programs. Conveniently, you can display the time elapsed for ...
DemandIndex
Make Template inserts a template based on a selected function name.
AddTo
(Built-in Mathematica Symbol) x += dx adds dx to x and returns the new value of x.
ArrayComponents[array] gives an array in which all identical elements of array are replaced by an integer index representing the component in which the element ...
ButtonBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for cells that specifies settings for buttons within the cell.
CancelButton[] represents a Cancel button in a dialog that closes the dialog window when clicked.CancelButton[action] represents a button labeled Cancel that evaluates action ...
DefaultButton[] represents an OK button that closes a dialog, and is the default when DynamicBox[ToBoxes[If[$OperatingSystem === "MacOSX", "Return", "Enter"], StandardForm], ...
DependentVariables is an option which specifies the list of all objects that should be considered as dependent variables in equations that have been supplied.