| Expression | Description | Examples |
| x | 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... |
| x,y | Real numbers. | Let Let x and y be any two real numbers... |
| u,v | Vectors. | For vectors
For vectors u=<a,b> and v=<c,d>... |
| n | Natural number. | If true for If true for n, prove true for n+1... |
| q,r | Rational numbers. | For all rational numbers For all rational numbers q and r... |
| i | The imaginary unit, i. | i^2 = -1 |
| z | Complex number. | Let Let z be a complex number of the form x+iy... |
| f,g,h | Functions. | Let Let f be a function defined by f(x)=x^3. |
| e | The constant e, the base of the natural logarithm. |
ln(x) = log_e (x) |
| 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. |
|
|
To explicitly indicate the uppercase, type the first letter in uppercase. |
Gamma, Delta, Theta, Lambda, Xi, Pi, Sigma, etc. |