| Expression | Description | Examples |
|
A variable, or unknown. The letter x is used most commonly for an unknown, although there are a few conventions, as follows, for other letters. Try to use only lowercase letters for variables wherever possible. Uppercase letters are many times used for matrices, sets, and other things. | Let Let x be the number of tickets sold for the event... |
|
Real numbers. | Let Let x and y be any two real numbers... |
|
Vectors. | For vectors
For vectors u = <a,b> and v = <c,d>... |
|
Natural number. | If true for n, prove true for n+1... |
|
Rational numbers. | For all rational numbers q and r... |
|
The imaginary unit |
i^2 = -1 |
|
Complex number. | Let z be a complex number of the form x + iy... |
|
Functions. | Let Let f be a function defined by f(x) = x^3. |
|
The constant |
ln(x) = log_e (x) |
| Lowercase Greek letters | In most cases, the intended ``case'' of a Greek letter can be inferred from the context. |
alpha, beta, gamma, delta, epsilon, theta, etc. |
| Uppercase Greek letters | To explicitly indicate the uppercase, type the first letter in uppercase. |
Gamma, Delta, Theta, Lambda, Xi, Pi, Sigma, etc. |