Auckland Sports College
|
"Moving Forward Together"
|
|
This is a 2 Credit, Level 2 Achievement standard.
|
The topics in Networks are
|
|
A six minute youtube summary of the standard is here .
Most of the figures on this page are taken from the "snedmaths" website. Mr Sneddon is head of maths at St Kents.
|
This is a network diagram of 5 towns (the nodes or vertices R, P, O, T, L) and the roads (edges) which connect them. The distance between each town is the weight of the edge (for example the distance betwwen R and L is 212) There is no road which connects R and O directly. To get from R to O you have to go through P, or maybe L and T A path is a way to get from one node to another. R-P-O is a path from R to O R to P to L forms a circuit or loop (a closed path from a node back to itself) within the network. So does P-L-T-O and R-L-T-O-P The degree of a node is the number of edges attached to it. Nodes are 'odd' if they have an odd number of edges and 'even' if they have an even number of edges. L and P are odd nodes of degree 3. R, T, and O are even nodes of degree 2. This network is 'connected'. There are no nodes of zero degree (i.e every node has at least one edge attached to it). |
|
The distance between Hamilton and Te Awamutu is 29.
In your assessment you might be given a network diagram and asked to construct a distance table. Or you could be given a distance diagram and a node diagram and asked to construct the network.
Here is an example where you are given the distance table and the node diagram
Here is the network diagram
Networks that only have even nodes are traversable. You can start at any node and finish at that node.
Networks that have two odd nodes are traversable. You start at one odd node and finish at the other.
So, networks are traversable if they have no odd nodes or two odd nodes.

This is a tree with 6 nodes and 5 edges
A spanning tree for a network is a tree that uses all of the nodes of the network, and some of the edges. It's a collection of just enough edges that there is a path from any node to any other node.
A spanning tree with the minimum total weight is called a minimum spanning tree.
In your assessment you are going to be asked to find a minimum spanning tree. There are two ways of doing this
Kruskal's Algorithm (the name is not important)
Circuit-Delete Algorithm (the name is not important)