Guided Noteboo Kin GED10 2 (Mathe Matics in The Modern World)
Guided Noteboo Kin GED10 2 (Mathe Matics in The Modern World)
Guided Noteboo Kin GED10 2 (Mathe Matics in The Modern World)
Noteboo
k in
GED10
Task List
2
T h e g o a l o f t h i
Theory. The discussions will center on the
Modern
World)
2ND QUARTER, SY2020-2021 GED 102 WEEK 10
Highlights
2. Degree of a vertex
3. Isomorphic graphs
2ND QUARTER, SY2020-2021 GED 102 WEEK 10
Graphs which contain the same number of graph vertices connected in the
same way are said to be isomorphic. Formally, two graphs and with graph vertices
are said to be isomorphic if there is a permutation of such that is in the set of graph
edges iff is in the set of graph edges .
B. Give 4 types of graphs and give a brief description (you may describe in
words or just draw a sample graph).
1. Directed graphs
2. Multigraph
3. Null graph
The term "null graph" may refer either to the order-zero graph, or
alternatively, to any edgeless graph.
4. Complete graphs
Highlights
2. Path, Trail
3. Cycle, Circuit
A graph that has a Hamiltonian cycle. It contains a closed path that traverses
all the vertices of the graph, which each vertex being traversed only once.
It isn't possible to solve the bridge problem if there are four vertices with an
odd degree. According to Euler's proof, we could only solve it if either all the
vertices in the graph were even, or if only two of the vertices were odd.
A Eulerian path that visits each edge only once is only possible in one of two
scenarios. The first is when there are exactly two nodes of odd degree, meaning all
the rest are even. There, the starting point is one of the odd nodes, and the end
point is the other. The second is when all the nodes are of even degree. Then, the
Eulerian path will start and stop in the same location, which also makes it
something called a Eulerian circuit. It turns out history created a Eulerian path of its
own. During World War II, the Soviet Air Force destroyed two of the city’s
bridges,making the Eulerian path easily possible.
Highlights
The edge-picking algorithm marks the edge that has the smallest weight in
the complete graph. Then, the edge with the next smallest weight is marked as
long as it does not complete a circuit and does not add a third marked edge to a
single vertex.