VectorColorFunction is an option for VectorPlot and related functions which specifies a function to apply to determine colors of field vectors drawn.
Manipulating global options in the front end. Just like cells and notebooks, the complete Mathematica front end has various options, which you can look at and manipulate from ...
If you use the notebook front end for Mathematica, then you can enter some of the operations discussed here in special ways. Special and ordinary ways to enter mathematical ...
MardiaCombinedTest[data] tests whether data follows a MultinormalDistribution using the Mardia combined test.MardiaCombinedTest[data, " property"] returns the value of " ...
PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
Disk
(Built-in Mathematica Symbol) Disk[{x, y}, r] is a two-dimensional graphics primitive that represents a filled disk of radius r centered at the point x, y. Disk[{x, y}] gives a disk of radius 1. Disk[{x, ...
Array
(Built-in Mathematica Symbol) Array[f, n] generates a list of length n, with elements f[i]. Array[f, {n_1, n_2, ...}] generates an n_1*n_2*... array of nested lists, with elements f[i_1, i_2, ...]. ...
Mathematica provides functions for the aesthetic drawing of graphs. Algorithms implemented include spring embedding, spring-electrical embedding, high-dimensional embedding, ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
All bracketing characters in Mathematica must be balanced. That is, every type of opening bracket must be balanced by a corresponding closing bracket. If there is an ...