TextureCoordinateScaling is an option to Plot3D and similar functions that specifies whether arguments supplied to a texture coordinate function should be scaled to lie ...
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.
Mathematica provides convenient functions and algorithms for manipulating colors in images, with full generality for arbitrary numbers of color channels.
Sometimes you may want to set up functions where certain arguments, if omitted, are given "default values". The pattern x_:v stands for an object that can be omitted, and if ...
Reference
(C Compiler Driver Package Tutorial) The C Compiler Driver package allows you to use a C compiler from within Mathematica. This section summarizes the functionality. This section summarizes the functions used to ...
FiniteGroupCount[n] gives the number of finite groups of order n.
OptionValue[name] gives the value of name in options matched by OptionsPattern. OptionValue[f, name] gives the value of name for options associated with the head f. ...
Mathematica provides functions that allow users to write their own file format converters and integrate them with the Mathematica Import and Export framework. You can ...
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
DSolve returns a general solution for a problem if no initial or boundary conditions are specified. The general solution to this equation is returned. However, if initial or ...