SquareWave[x] gives a square wave that alternates between +1 and -1 with unit period.SquareWave[{y_1, y_2}, x] gives a square wave that alternates between y_1 and y_2 with ...
TriangleWave[x] gives a triangle wave that varies between -1 and +1 with the unit period.TriangleWave[{min, max}, x] gives a triangle wave that varies between min and max ...
Whenever Mathematica draws a three-dimensional object, it always effectively puts a cuboidal box around the object. With the default option setting Boxed->True, Mathematica ...
When you set up a graphics object in Mathematica, you give coordinates for the various graphical elements that appear. When Mathematica renders the graphics object, it has to ...
When you set up a graphics object in Mathematica, you typically give a list of graphical elements. You can include in that list graphics directives which specify how ...
When Mathematica plots a graph for you, it has to make many choices. It has to work out what the scales should be, where the function should be sampled, how the axes should ...
Package
(Mathematica Import/Export Format) Registered MIME type: application/vnd.wolfram.mathematica.package Mathematica package source format. Used for storing and exchanging Mathematica programs, packages, and data. ...
ExampleData["type"] gives a list of names of examples of the specified type.ExampleData[{" type", " name"}] gives the default form of the named example of the specified ...
Mathematica provides high-performance reading and writing of binary data, to both files and pipes. A convenient symbolic format representation makes it straightforward to ...
Tightly integrated into Mathematica's core language is a rich set of primitives for interacting with external environments. Mathematica's symbolic architecture makes possible ...