TeXMe Demo========== Binomial Theorem ---------------- $$ (x y) ^ n= sum_ {k=0} ^ n {n choose k} x ^ {n - k} y ^ k $$ Exponential Function -------------------- $$ e ^ x= lim_ {n to infty} left (1 frac {x} {n} right) ^ n $$ Cauchy-Schwarz Inequality ------------------------- $$ left ( sum_ {k=1} ^ n a_k b_k right) ^ 2 leq left ( sum_ {k=1} ^ n a_k ^ 2 right) left ( sum_ {k=1} ^ n b_k ^ 2 right) $$ Bayes' Theorem -------------- $$ P (A mid B)= frac {P (B mid A) , P (A)} {P (B)} $$ Euler's Summation Formula ------------------------- ** Theorem ** (Euler's summation formula). _If $ f $ has a continuous derivative $ f '$ on the interval $ [y, x] $, where $ 0 int main () { printf ("hello, world n"); return 0; } `` Issac Newton Quotes ------------------- Issac Newton was relatively modest about his achievements, writing in a letter to Robert Hooke in February 1676:>If I have seen further it is by standing on the shoulders of giants. In a later memoir, Newton wrote:>I do not know what I may appear to the world, but to myself I seem to>have been only like a boy playing on the sea-shore, and diverting>myself in now and then finding a smoother pebble or a prettier shell>than ordinary, whilst the great ocean of truth lay all undiscovered>before me. To read more about Newton, see the [Wikipedia entry on Issac Newton] [1]. [1]: https://en.wikipedia.org/wiki/Isaac_Newton About This Demo --------------- This is a demo of a self-rendering Markdown LaTeX document rendered with TeXMe. To learn more about what TeXMe is and how to use it, visitgithub.com/susam/texme.Read More