(New page: == Summing Numbers == Some text will go here. here is a link to [http://en.wikipedia.org/wiki/Summation wikipedia] <source lang="cpp"> class foo { }; int main() { for(int i = 0; i <...)
(No difference)

Revision as of 03:33, 28 August 2009

Summing Numbers

Some text will go here.

here is a link to wikipedia

class foo {
 
};
 
int main() {
 for(int i = 0; i < 100; ++i) {
   prinf("%d", i);
}
}

$ \sum_{i=1}^{N}{i} = \frac{i(i+1)}{2} $ Example.jpg

Alumni Liaison

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva