CSV
(Mathematica Import/Export Format) MIME type: text/comma-separated-values, text/csv CSV tabular data format. Stores records of numerical and textual information as lines, using commas to separate fields. ...
MDB
(Mathematica Import/Export Format) MIME types: application/mdb, application/msaccess, application/vnd.msaccess MDB database file. Native format of the Microsoft Access database application. Used in conjunction ...
TSV
(Mathematica Import/Export Format) MIME type: text/tab-separated-values TSV tabular data format. Stores records of numerical and textual information as lines, using tab characters to separate fields. TSV is an ...
ActionMenu[name, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] represents an action menu with label name and with items labeled lbl_i that evaluates the expression act_i if the ...
Background is an option that specifies what background color to use.
Panel
(Built-in Mathematica Symbol) Panel[expr] displays as a panel containing expr. Panel[expr, title] gives the panel the specified title. Panel[expr, title, pos] places title at a position specified by pos. ...
PopupView[{expr_1, expr_2, ...}] represents an object which displays as a popup menu whose items are the expr_i.PopupView[{expr_1, expr_2, ...}, i] makes the i\[Null]^th ...
StepMonitor is an option for iterative numerical computation functions that gives an expression to evaluate whenever a step is taken by the numerical method used.
WeatherData[loc, " property"] gives the most recent measurement for the specified weather property at the location corresponding to loc.WeatherData[loc, " property", date] ...
The differential equations that arise in practice are of two types. Here is an example of the first type. Here is an example of the second type. This equation has a symbolic ...