Every new version of Mathematica contains many new features. But careful design from the outset has allowed nearly total compatibility to be maintained between all versions. ...
Images are an important standard data structure, tightly integrated with the Mathematica front end and kernel. Image objects are created by default when you import any file ...
Text strings. The quotes are not included in standard Mathematica output form. In input form, the quotes are included.
CharacterEncoding is an option for input and output functions which specifies what raw character encoding should be used.
Mathematica allows you not only to export graphics and sounds, but also to import them. With Import you can read graphics and sounds in a wide variety of formats, and bring ...
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. ...
Cross
(Built-in Mathematica Symbol) Cross[a, b] gives the vector cross product of a and b.
Nand
(Built-in Mathematica Symbol) Nand[e_1, e_2, ...] is the logical NAND function. It evaluates its arguments in order, giving True immediately if any of them are False, and False if they are all True.
Xor
(Built-in Mathematica Symbol) Xor[e_1, e_2, ...] is the logical XOR (exclusive OR) function. It gives True if an odd number of the e_i are True, and the rest are False. It gives False if an even number of ...
Mathematica provides systemwide support for a large number of special characters. Each character has a name and a number of shortcut aliases. They are fully supported by the ...