Ask your own question, for FREE!
Mathematics 8 Online
OpenStudy (anonymous):

Counting the number of connected undirected simple graphs with \(n\) distinct vertices and \(k\) edges.

OpenStudy (anonymous):

|dw:1429477030300:dw| \[ n-1<k<{n\choose 2} \]

OpenStudy (anonymous):

\[ \begin{array}{c|c|c} n&k_{\min}&k_{\max} \\ \hline 2&1&1\\ 3&2&3\\ 4&3&16\\ 5&4&10\\ 6&5&15\\ 7&6&21\\ 8&7&28 \end{array} \]

OpenStudy (anonymous):

\[ n-1\leq k\leq {n\choose 2} \]

OpenStudy (anonymous):

\[ {n\choose 2} = \frac{n(n-1)}{2} \]

OpenStudy (freckles):

|dw:1429479396090:dw| this a graph with 2 vertices and 0 edges so here we have n=2 and k=0 but your inequality says this \[n-1\leq k\leq {n\choose 2}\] \[1 \leq 0 \leq 0\] but 0 isn't greater than 1

OpenStudy (freckles):

Are we only looking at what its called? connected graphs or is it called complete graphs? can't remember

OpenStudy (anonymous):

Connected graphs

OpenStudy (empty):

|dw:1429479395167:dw| so here's the adjacency matrix for this graph so reading down the second column this means 1 connects to 2, 2 doesn't connect to itself, and 2 doesn't connect to 3. \[\left[ \begin{array}c 0 & 1 & 1\\1 & 0 & 0\\1 & 0 & 0\\\end{array} \right]\] Squaring this matrix gives us \[\left[ \begin{array}c 2 & 0 & 0\\0 & 1 & 0\\0 & 0 & 1\\\end{array} \right]\] which seems weird, but makes sense especially in the context of directed graphs. Just imagine the edges are all directed in both directions.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!