Jump to content

ASCII math notation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 24.86.209.128 (talk) at 05:23, 2 November 2006 ([[Exponent|Exponentials]]). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Internet shorthand notation is a notation widely used on Internet sites, where typing mathematical expressions is too complicated for practicality. It is also used because of the inability to place varaibles and expressions in the standard positions. The most common way of such abbreviation is by using an in-line binary operator (+,-,*,\,...) as well as using parenthesis ( ) to correctly express quantities. Some examples are given below for commonly abbreviated expressions.

Standard:

Shorthand:

e^x,

or,

exp(x)

Standard:

Shorthand:

lim(f(x),x,a),

or, in some cases,

lim_x->a f(x),

where a can be a finite quantity, or positive or negative infinity. The limit from the left may be called llim, and the limit from the right rlim. A right or left-sided limit could also be explained in nearby text. Otherwise, any of the following may denote a one-sided limit:

lim(f(x),x,a+)
lim(f(x),x,a-)
lim_x->a+ f(x)
lim_x->a- f(x)

Standard:

Shorthand:

sum(a_n,n,a,b)

Standard:

Shorthand:

int(f(x),x,a,b)

Standard:

Shorthand:

df(x)/dx

Standard:

Shorthand:

df(x_1,x_2,...)/dx_n,

or,

df(x1,x2,...)/dxn