I am hard time understanding the concept of system complexity.
Can any one help me understand the relationship between the complexity of overall system and the complexity of all the subsystems?
Expressed as C(S) = C(SS1) + C(SS2)+..C(SSn)
C(S): Complexity of entire system
C(SS1): Complexity of simple subsystem
All that equation is trying to say is that a systems complexity is the sum of its parts.
So
Now break it up into distinct sub systems
Calculate each systems complexity:
If we add those together it will be the same as C(S) aka:
Please make sure you note what S.Lott said above, that the equation by no means implies complexity as a linear relationship of a system to its subsystems, aka the system complexity doesn’t necessarily grow linearly as you add new components.