The following question requires the construction of a directed graph and the formulation of its weighted adjacency matrix based on given network data.
Six warehouses to are connected by directed routes with costs (in hundreds of dollars):
, , , , , , .
Construct the directed graph and write its weighted adjacency matrix (use 0 for no route).
[5]