\[Or]
(Mathematica Character Name) Unicode: 2228. Aliases: Esc || Esc, Esc or Esc. Infix operator with built-in evaluation rules. x ∨ y is by default interpreted as Or[x,y], equivalent to x||y. Not the same as ...
Unicode: F3C7. Alias: Esc tr Esc. Superscript postfix operator with built-in evaluation rules. m^ is by default interpreted as Transpose[m]. Not the same as keyboard T.
Everything Is an Expression The Meaning of Expressions Special Ways to Input Expressions
UniformDistribution[{min, max}] represents a continuous uniform statistical distribution giving values between min and max. UniformDistribution[] represents a uniform ...
Internal representations used by Mathematica. When you type input into Mathematica, a data structure is created in the memory of your computer to represent the expression you ...
Sec
(Built-in Mathematica Symbol) Sec[z] gives the secant of z.
LogSeriesDistribution[\[Theta]] represents a logarithmic series distribution with parameter \[Theta].
NullRecords is an option for Read and related functions which specifies whether null records should be taken to exist between repeated record separators.
Log10
(Built-in Mathematica Symbol) Log10[x] gives the base-10 logarithm of x.
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 ...