Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Largest number?

Name: Anonymous 2011-06-06 8:07

whats the largest number you can express without involving infinities?

Name: Anonymous 2011-06-06 12:18

>>27
Well, this idiot seems to be confused. I'm willing to bet he never made it beyound freshman level calculus at his hick university!

Name: Anonymous 2011-06-06 12:45

>>29
Are you this fucking dumb. Okay, let's say I have the following loop....

int k = 0;
for (j = 1; j <= 20; j++) {
  k = k + i;
}

The loop, in math terms, can be express as
f(n) = 20 * c

Or f of x is equal to some constant.

Now what happens when I change 20 to n?

int k = 0;
for (j = 1; j <= n; j++) {
  k = k + i;
}


Where in is some unknown number that goes from 1 to whatever. Then I can express this as..

f(n) = n * c

So this means the function is now f of x equals to x. What is the upper bounds in this case you fucking faggot?

Name: Anonymous 2011-06-06 12:47

http://en.wikipedia.org/wiki/Transfinite_number

There is no largest natural number though.

The second you arbitrarily make up a largest natural, such as 10^10^10^10^10, you immediately leave there to be another possible largest natural, such as 10^10^10^10^10^10, and it can go on.

Name: Anonymous 2011-06-06 12:48

>>30
And just for the record you fucking autistic nigger, this is similar question that was given to me on the CS comprehensive exams.

Name: Anonymous 2011-06-06 12:50

>>29
Now fuck off. You are dumb, boring, and quite frankly, I'd be suprised if you actually worked as a computer programmer for a major firm.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List