VertexDelete[g, v] makes a graph by deleting the vertex \[Nu] and all edges connected to v from the graph g.VertexDelete[g, {v_1, v_2, ...}] deletes a collection of vertices ...
VerticalSlider[y] represents a vertical slider at position y with range 0 to 1. VerticalSlider[Dynamic[y]] takes the position to be the dynamically updated current value of ...
$BatchOutput is True if output in the current session is being sent in batch mode, suitable for reading by other programs.
$FrontEnd is a global variable that specifies to what front end object, if any, the kernel is currently connected.
$Language is a list of strings which give the names of languages to use for messages.
$Post
(Built-in Mathematica Symbol) $Post is a global variable whose value, if set, is applied to every output expression.
Modules in Mathematica allow you to treat the names of variables as local. Sometimes, however, you want the names to be global, but values to be local. You can do this in ...
With Mathematica's citation management features, you can annotate and add references to research papers written using Mathematica. These features work in conjunction with the ...
If you make a definition like f[x_]:=x Sin[x], Mathematica will store the expression x Sin[x] in a form that can be evaluated for any x. Then when you give a particular value ...
You can enter complex numbers in Mathematica just by including the constant I, equal to Sqrt[-1]. Make sure that you type a capital I. If you are using notebooks, you can ...