WindowOpacity is a notebook option that determines the overall opacity of a displayed window.
WindowStatusArea is a notebook option that specifies what should appear in the status area in the frame of the window used to display the notebook.
Word
(Built-in Mathematica Symbol) Word represents a word in Read, Find, and related functions.
$InputFileName is a global variable whose value is the absolute file name of the input file from which input to Mathematica is currently being sought.
$Input
(Built-in Mathematica Symbol) $Input is a global variable whose value is the name of the stream from which input to Mathematica is currently being sought.
$SessionID is a number set up to be unique to a particular Mathematica session.
You can use the Mathematica function DSolve to find symbolic solutions to ordinary and partial differential equations. Solving a differential equation consists essentially in ...
The Mathematica function Integrate[f,x] gives you the indefinite integral ∫f dx. You can think of the operation of indefinite integration as being an inverse of ...
The Part function allows you to access specific parts of Mathematica expressions. But particularly when your expressions have fairly uniform structure, it is often convenient ...
SQLConnectionPool[...] is an object that represents a connection pool to a data source.