Did Redhat Linux or Windows Xp Computed 2 Power 9,999,999?

If you ask any computer expert about thescreens full of numbers from left to right, and
advantage of computertop to bottom.Now you probably thinking, how does
use, two of their answers will be: The numericthis computing relate to the performance of the CPU,
computation capability, and the speed at which anyor the whole computer as a whole.Here is the
task is done.There many more advantages for usinganswer:What I discussed so far is using certain
computers, but I will stress on the numericnumbers to get the result of the formula 2 power
computation aspect of those advantages.I have done9,999,999. While running the calculation using "bc" in
a test involving numeric computing to test the powerLinux. there another command to track the running
of my Central Processing Unit of my computer. Whatprocesses in real time.So, as you are running the
I also did the test using Windows Xp and Redhatcalculations, you use another utility called "top" in
Linux, which are both installed on the sameRedHat Linux.Once you run "top", the system shows
computer.One of the reasons why I did the test,you on the screen a list of applications, with all details
that I am about to explain, was my urge to senseabout the resources consumed for each. The list is
the power of computer by looking at theupdated every few seconds, and each line shows the
screen.Another reason was, I was getting fed upname of application.So, to see the computation
with Hearing about computer specs, without evenperformance of "bc", you look up the line that says
knowing what they can do, or mean.Here is an"bc". Then, you look on the same line that will show
example:Pentium II, 350 MHZ, Ram=256MByou information about "bc" like:1-the time it is been
Pentium III, 500 MHZ , Ram=512MBrunning
and so on...What is the power of the above specs?.2-The memory consumption in % of total ram
How to approximate how many times the above P3-How much CPU power is being used for the
III is more powerful than the P II?.Here is what I did:Iapplication in %
used my Pentium II, Ram=288MBs computer thatand more variables.You can watch the screen for
has Windows XP and Linux installed on the samethe updated time the application
Hard disk in the same computer.I tried to use thehas been running for the current moment. Once the
maximum numeric computational power of thecalculation is presented on the screen, you will know
computer by trying to get the result of multiplyingthe calculation is done. You look at the time you just
the number '2" by itself 99 times and every time Irecorded right before the application ended.The time
got a result, I added another "9" until the computerthe application took to calculate the formula:
can't handle the numbers anymore.Using Windows2^9,999,999 and the memory used, in addition to the
Xp, I ran the calculator by typing "calc.exe" in the RunCPU power will give you an approximate idea about
box. Then, I used the scientific calculator to handlewhat your computer can do.Also, you can use the
the exponential calculation.The most I was able toabove test to compare two computers and get and
compute was 2 power 99,999. When I tried 2 poweridea about the power.Here is an example:If computer
999,999, Windows XP resulted in an error saying:P II, Ram=256Mbs took 30 minutes to compute
"Invalid input for function"Then, I rebooted my2^9,999,999; then, you ran the same test
computer, and picked Redhat Linux to run on the2^9,999,999 with P III, Ram=512Mbs that took
same computer instead of Windows Xp. Once Linuxabout 15 minutes, which is 1/2 the time it took
prompted me to login, I used the mathematical utilitybefore.Then, you can approximate that the power of
Linux has. It is called by typing "bc" at the commandP III is about twice that of P II. Do, you get the
line.Once I ran "bc", I typed 2^99,999, the sameidea?In summary, there is an easy way for you to
maximum number I used in Windows Xp calculator .explore the power and performance in front of you,
In about 2 seconds, i got the result.Then, I tried aright on the screen. I was able to achieve this task
bigger number, 2^999,999 which Windows Xpby using Linux, and Windows XP that are installed on
scientific calculator could not handle. In about 5the same computer. I also found out that Linux can
seconds, I got the result on the screen. then, Ido better computation that Windows
added one more digit to compute 2^9,999,999 whichXp.Thanks,George Chamoun created a Free guide
is 2 multiplied by itself 10 Millions times minus one.Ithat shows you step by step how to install two
waited about 35 minutes, then Linux BC applicationoperating systems.
produced the result on the screen by showing few