Networks & Graphs (Leaving Cert Applied Maths): Quizzes
📚Quizzes
Practise the questions
12 questions from this quiz
ShowHide
Practise the questions
12 questions from this quiz
What is a matrix?
What is a matrix?
A rectangular arrangement of numbers
In matrix dimensions , what does represent?
In matrix dimensions , what does represent?
Number of rows
What does an adjacency matrix represent?
What does an adjacency matrix represent?
Connections in a graph or network
In a simple graph's adjacency matrix, what does 1 mean?
In a simple graph's adjacency matrix, what does 1 mean?
Vertices are connected
What shape are adjacency matrices always?
What shape are adjacency matrices always?
Square
What rule helps read adjacency matrices correctly?
What rule helps read adjacency matrices correctly?
Lawn Tennis rule (left to top)
What does each row show in an adjacency matrix?
What does each row show in an adjacency matrix?
Connections FROM that vertex
For undirected graphs, adjacency matrices are symmetrical about which part?
For undirected graphs, adjacency matrices are symmetrical about which part?
Main diagonal
What typically appears on the main diagonal of an adjacency matrix?
What typically appears on the main diagonal of an adjacency matrix?
Zeros (no self-loops)
What does represent for an adjacency matrix ?
What does represent for an adjacency matrix ?
Number of walks of length
Is matrix multiplication commutative?
Is matrix multiplication commutative?
No, in general
Which field uses adjacency matrices for routing data packets?
Which field uses adjacency matrices for routing data packets?
Internet routing
