To run Mathematica from within an external program requires making use of many general features of MathLink. The first issue is how to establish a MathLink connection to ...
Assuming[assum, expr] evaluates expr with assum appended to $Assumptions, so that assum is included in the default assumptions used by functions such as Refine, Simplify, and ...
Unicode: 2118. Alias: Esc wp Esc. Letter. Used to denote the function WeierstrassP. Not the same as \[ScriptCapitalP].
Abort Evaluation aborts the current evaluation.
AutoOpenPalettes is a global option that specifies the palettes that are automatically opened when Mathematica is started.
Begin
(Built-in Mathematica Symbol) Begin["context`"] resets the current context.
StartupSound is a global option that specifies whether Mathematica plays a sound when it is launched.
LogLinearPlot[f, {x, x_min, x_max}] generates a log-linear plot of f as a function of x from x_min to x_max. LogLinearPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates ...
Testing for numeric quantities. Pi is a symbol, so Pi+3 is not explicitly a number. It does however have a numerical value.