Unicode: 2295. Alias: Esc c+ Esc. Infix operator. x ⊕ y is by default interpreted as CirclePlus[x,y]. Used in mathematics for various operations related to addition, such as ...
Unicode: 2297. Alias: Esc c* Esc. Infix and prefix operator. x ⊗ y is by default interpreted as CircleTimes[x,y]. Used in mathematics for various operations related to ...
Output from Above copies the contents of the nearest preceding output cell.
BinaryFormat is an option for OpenRead and related functions that specifies that a stream should be opened in binary format, so that no textual interpretation of newlines or ...
Discriminant[poly, var] computes the discriminant of the polynomial poly with respect to the variable var.Discriminant[poly, var, Modulus -> p] computes the discriminant ...
Element
(Built-in Mathematica Symbol) Element[x, dom] or x \[Element] dom asserts that x is an element of the domain dom. Element[{x_1, x_2, ...}, dom] asserts that all the x_i are elements of dom. Element[patt, ...
Ways to enter Greek letters in a notebook. Here is a palette for entering common Greek letters. You can use Greek letters just like the ordinary letters that you type on your ...
For
(Built-in Mathematica Symbol) For[start, test, incr, body] executes start, then repeatedly evaluates body and incr until test fails to give True.
PreserveImageOptions is an option to graphics and related functions that specifies whether image size and certain other options should be preserved from the previous version ...
IsolatingInterval[a] gives a rational isolating interval for the algebraic number a.IsolatingInterval[a, dx] gives an isolating interval of width at most dx.