What would be the Incidence Matrix of the given HyperGraph?
V = {x,y,z} E = {{x,y}{y}{x,z}{z,y}}
A. {{1,0,1,0},
{1,1,0,1},
{0,0,1,1}}
B. {{1,1,0,0},
{0,1,0,0},
{1,1,1,0}}
C. {{0,1,0,1},
{0,0,1,0},
{1,1,0,0}}
D. None of the Mentioned
Answer: Option A

Join The Discussion