SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Gorilla and King Portfolio Candidates -- Ignore unavailable to you. Want to Upgrade?


To: Mike Buckley who wrote (29020)7/27/2000 2:15:00 PM
From: Tom Chwojko-Frank  Respond to of 54805
 
One danger I see is that if there is a value chain in place, then there might be a gorilla waiting on the other side of the bridge.

As far as valuing a network, a 100-fold increase in nodes implies a 10000-fold (100 squared) increase in value.

You square the number of nodes (actually it's n*(n-1), but we can use big-O notation here) to get the number of connections, in a fully connected network. Fun with graph theory.

Tom CF

(edit)
The correct formula is n*(n-1)/2.
Each node can connect to n-1 others. Each connection would be then counted twice, so divide by 2.