TeXMe Demo
Binomial Theorem
Exponential Function
Cauchy-Schwarz Inequality
Bayes' Theorem
Euler's Summation Formula
Theorem (Euler's summation formula). If
Proof. Let
Hello World Program
Here is an example of "hello, world"
program written in the C
programming language:
#include <stdio.h>
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.
Table of Number Theory Functions
The following table shows information about a few important functions in number theory.
Name | Notation | First few values | Multiplicative property |
---|---|---|---|
Möbius function | Multiplicative | ||
Euler's totient function | Multiplicative | ||
Mangoldt function | Not multiplicative | ||
Liouville's function | Completely multiplicative |
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, visit github.com/susam/texme.