ASCII math notation
Appearance
A notation widely used on Internet sites, where typing complicated mathematical symbols is rather cumbersome.
Long-hand:
Short-hand:
- exp(f(x,y,...))
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.
Long-hand:
Short-hand:
- sum(f(x,r,...),r,a,b)
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)
Long-hand:
Short-hand:
- int(f(x),x,a,b)
Long-hand:
Short-hand:
- d/dx(f(x))