The Dink Network

Reply to Re: Dink FrontEnd not working

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
September 2nd 2006, 06:02 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
I made a mistake, though... A really silly one.

It shouldn't be 2^(n*(n-1)), but 2^(n*(n-1)/2)

The full network of n nodes had n*(n-1)/2 connections. Every node (n total) connects to (n-1) others. However, we counted everything twice, so we divide by 2 (looked over that step... how easy is it to get lost of little details ). Now each of these connections can be "there" or "not there", offering a total of 2^(n*(n-1)/2) possible networks.

The recursive way is more fun to prove, altough much longer (but you still get 2^(n*(n-1)/2) as answer). I could show the recursive way, but that would just bore everyone away.

Since Phoenix' data of 2.3 years for 8 nodes and 39 billion years for 10 nodes fit with the incorrect formula (assuming 1 billion networks per second, 365 days per year), I didn't bother to double-check my derivation for errors. A square root of these results, which the /2 does, wouldn't fit his data. No, "you forgot leap year" is no explanation of an error this size.