p .. or Repeated[p] is a pattern object that represents a sequence of one or more expressions, each matching p. Repeated[p, max] represents up to max expressions matching ...
PolarGridLines is an option for sector charts and polar plots that specifies polar grid lines.
All of the functionality in Graphics`PlotField3D` has been added to the built-in Mathematica kernel.
This tutorial contains simple examples of DatabaseLink that give an overview of its functionality and some ideas of how to get started. It uses a lightweight database, ...
ButcherPlotColumns is an option to ButcherPlot that specifies the number of columns in the array of Butcher tree plots.
The C code generator can be used to create standalone executables that link to the Wolfram runtime library. This example creates a standalone C executable for a low-pass ...
CUDALink is a built-in Mathematica package that provides a simple and powerful interface for using CUDA within Mathematica's streamlined work flow. CUDALink provides you with ...
There are a number of file formats for working with meshes. They are useful since they can be used as interchange formats between CAD programs. Some of these are supported by ...
Repeated patterns. Multiple blanks such as x__ allow you to give patterns in which sequences of arbitrary expressions can occur. The Mathematica pattern repetition operators ...
PatternSequence[p_1, p_2, ...] is a pattern object which represents a sequence of arguments matching p_1, p_2, ....