#find all subgraphs

27 messages · Page 1 of 1 (latest)

remote heart
fickle anvilBOT
remote heart
#

So basically I have this graph right what are all the subgraphs? This is what I have so far:

#

Is this even right? 😖

#

<@&286206848099549185>

#

@dreamy sigil

#

I feel like there's too many cases to consider

#

Or is what I'm doing wrong?

#

HELPPPPPPPPPPPPPP

#

Kindly.

remote heart
#

<@&286206848099549185>

dreamy sigil
#

I presume you are using the first definition here.
https://mathworld.wolfram.com/Subgraph.html

A subgraph G^' of a graph G is a graph G^' whose vertex set and edge set are subsets of those of G. If G^' is a subgraph of G, then G is said to be a supergraph of G^' (Harary 1994, p. 11). A vertex-induced subgraph, often simply called "an induced subgraph" (e.g., Harary 1994, p. 11) of G induced by the vertex set V (where V is a subset of the ...

remote heart
#

All vertices of graph are in original graph and each edge in graph has same end vertices in original graph

#

idk lol

dreamy sigil
#

So, you have 6 vertices. A subgraph will have a subset of these vertices. So 2^6=64 possible subsets of vertices.

remote heart
#

that makes me wonder if the question is asking something different or if it actually wants me to list all 64

#

it just says find all the subgraphs of the graph

dreamy sigil
dreamy sigil
dreamy sigil
# remote heart

This page has 21 sub graphs, but only 4 up to isomorphism.

dreamy sigil
remote heart
#

okay then it's definitely asking for something else

#

probably isomorphisms like u said