Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Internet shorthand notation


 

Internet shorthand notation is a notation widely used on Internet sites, where typing complicated mathematical symbols is rather cumbersome.

1 Exponentials

Long-hand:

Short-hand:

exp(f(x,y,...))

Most commonly:

e^f(x,y,...)

2 Limits

Long-hand:

Short-hand:

lim(f(r,x,...),r,c)

where c can be a finite quantity, or ∞. The limit from the left is called llim, and the limit from the right rlim.

Most commonly:

lim_r->c f(r,x,...)

3 Sums

Long-hand:

Short-hand:

sum(f(x,r,...),r,a,b)


4 Taylor/Maclaurin series

Long-hand:

The Taylor series of degree k for f(x,y,...) with respect to x about a.

Short-hand:

tayl(f(x,y,...),x,k,a)

Long-hand:

The Maclaurin series of degree k for f(x,y,...) with respect to x.

Short-hand:

macl(f(x,y,...),x,k)

5 Integrals

Long-hand:

Short-hand:

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

6 Derivatives

Long-hand:

Short-hand:

d/dx(f(x))
Mathematical notation

Read more »

Non User