Graph Problem: (n+1) Knots & Edges - How Many Possible Graphs?

  • Context: Undergrad 
  • Thread starter Thread starter pixel01
  • Start date Start date
  • Tags Tags
    Graph
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
pixel01
Messages
688
Reaction score
1
Hello all,

I have got this graph problem. There are (n+1) knots which are numbered as A1, A2...An,An+1. We can connect those knots with lines (edges). The question is : How many possible graphs are there totally?
Notes: A graph can be a tree of any kinds, but muts not contain a loop.

Thanks
 
Last edited:
Physics news on Phys.org
EnumaElish said:

Thanks for your ansser.
The number of combinations out of n elements,without repetition is just double the number of graphs of the same type. For n relatively large, we can have graphs without tree, and graphs with tree structure as well, so the final answer must be higher than just the number of combinations out of n elements...
 
Thanks Enuma. I have done it!
Great chance to revise the graph theory.