UnsetShared[s_1, s_2, ...] stops the sharing of the variables or functions s_i among parallel kernels.UnsetShared[patt] stops the sharing of all variables and functions whose ...
VectorColorFunctionScaling is an option for graphics functions which specifies whether arguments supplied to a vector color function should be scaled to lie between 0 and 1.
VertexComponent[g, {v_1, v_2, ...}] gives the vertices in the graph g that have a path to at least one of v_1, v_2, ....VertexComponent[g, {v_1, v_2, ...}, k] gives the ...
VertexWeight is an option and property for Graph and related functions that specifies a vertex weight.
$CompilationTarget gives the default value for the option CompilationTarget of Compile.
VectorDensityPlot[{{v_x, v_y}, s}, {x, x_min, x_max}, {y, y_min, y_max}] generates a vector plot of the vector field {v_x, v_y} as a function of x and y, superimposed on a ...
About Mathematica opens a notebook containing information about Mathematica.
DefaultStyleDefinitions is a global option that specifies the default stylesheet for all new notebooks.
GeoDistance[{lat_1, long_1}, {lat_2, long_2}] gives the geodesic distance in meters between latitude-longitude positions on the Earth.GeoDistance[pos_1, pos_2] gives the ...
LongestCommonSequence[s_1, s_2] finds the longest sequence of contiguous or disjoint elements common to the strings or lists s_1 and s_2.