On Mon, 27 May 2013, rob wrote:
> >
> >> I was just trying to type some notes for calculus equations using my
> >> trusty ascii-only code editor, and ended up with my own odd shorthand
> >> for notating integrals and such. It occurred to me that this is
> >> probably done frequenty, and there's probably a convention, right?
> >>
> >> Ex: Just as exponents in written in asciii as x^2, there must be some
> >> accepted text for saying "integral" along with limits, etc.
> >
> >integral(a,b) f(x) dx
> >integral(0,1) x dx = 1/2 * x^2 |_0^1 = 1/2
> >
> >> Is this published on any website? What is normally used here?
> >
> >exp x = e^x = exp(x)
> >
> >f_x(x,y) partial derivative of f with respect to x.
> >
> >x_j = x sub j
> >
> >lim(n->oo) a_n = limit of the sequence (a_n)_n
> >lim(j->oo) aj = limit of the sequence (aj)_j
> >lim(x->a) f(x) = limit of f as x -> a (x approaches a)
> >
> >Any others you'd like?
> >
> >Do use spaces for readability. For example
> > ax^2 + bx + c = a(x - r1)(x - r2)
> >instead of
> > ax^2+bx+c=a(x-r1)(x-r1)
> >
> >I've 100k of math notes all in ascii, which I find
> >most efficient to use over complicated stuff.
>
> Late getting back, but I did want to say thanks for the replies.
On the third day without a reply, I delete the thread.
You're lucky that I noticed you.
> For now, I was looking for ways to quickly take notes in a straight
> ascii code editor--no html. The integral notation above is a bit
> better than what I came up with.
>
> Is there any convention for set theory? U = union, but how would you
> note the inverted U or sideways, etc. Any convention there?
/\ intersection \/ union
A subset B A is a subset of B
A\B = A - B = { x | x in A, x not in B }
X^Y = { f | f:X -> Y }
(a,b) = { {a,b}, {a} } ordered pair
AxB = { (a,b) | a in A, b in B } product of A and B
P(S) = { A | A subset S } power set of S
|A| = card A = cardinality of A