standelds
2006-09-10 03:35:00 UTC
The question is:
Let R be the relation given by the matrix:
[ 0 0 1 ]
M = [ 0 1 1 ]
[ 1 0 0 ]
Find the matrix M(sub)R^2, i.e. compute the Boolean product of the matrix
with itself. Use the matrix to determine the number of paths of length 2 in
relation R.
So far I have:
[ 1 0 0 ]
M(sub)R^2 = [ 1 1 1 ]
[ 1 0 0 ]
and from what I think I understand of graph theory this means there are 5
paths of length 2 in relation R.
Is this correct? If not correct, please help me understand my errors.
Thank you for the time.
Dustin
Let R be the relation given by the matrix:
[ 0 0 1 ]
M = [ 0 1 1 ]
[ 1 0 0 ]
Find the matrix M(sub)R^2, i.e. compute the Boolean product of the matrix
with itself. Use the matrix to determine the number of paths of length 2 in
relation R.
So far I have:
[ 1 0 0 ]
M(sub)R^2 = [ 1 1 1 ]
[ 1 0 0 ]
and from what I think I understand of graph theory this means there are 5
paths of length 2 in relation R.
Is this correct? If not correct, please help me understand my errors.
Thank you for the time.
Dustin