Question
Set-up: Consider the graph Q3; we encode the vertices using binary triples of indices: V = {000, 001, 010, 011, 100, 101, 110, 111}. We
Set-up: Consider the graph Q3; we encode the vertices using binary triples of indices:
V = {000, 001, 010, 011, 100, 101, 110, 111}.
We can then encode each edge based on the entries in common for the endpoints and using the symbol to denote the entry that changes. For instance, e = 01x joins vertices 010 and 011. The edge set is
E = {00x, 0x0, x00, 01x, 0x1, x01, 10x, 1x0, x10, 11x, 1x1, x11}.
(A) Construct the 8 12 incidence matrix M with the rows in the order 000, 011, 101, 110, 001, 010, 100, 111 and the columns in the order that follows in the set-up. It's fine if you don't fill in the zero entries in .
(B) Describe any patterns or trends you see in your matrix from (A).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started