Francais | English | Espanõl

Internet shorthand notation

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Image:Wiki letter w.svg Please expand this article.
Further information might be found in a section of the talk page or at Requests for expansion.

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 variables 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.

Contents

[edit] Exponentials

Standard:

<math>e^x \,</math>

Shorthand:

e^x,

or,

exp(x)

[edit] Limits

Standard:

<math>\lim_{x\to a} f(x)</math>

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)

[edit] Sums

Standard:

<math>\sum_{n=a}^b a_n </math>

Shorthand:

sum(a_n,n,a,b)

[edit] Integrals

Standard:

<math>\int_a^b f\left(x\right) dx</math>

Shorthand:

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

[edit] Derivatives (in Leibniz notation)

Standard: <math>\frac{df(x)}{dx}</math>

Shorthand:

df(x)/dx

[edit] Partial derivatives

Standard:

<math>\frac{ \partial f(x_1,x_2,\dots)}{\partial x_n}</math>

Shorthand:

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

or,

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