How can we identify a TU Matrix
- Original Source Youtube
In summary, we have that for each row we have that taken two partition and (which contains some of the elements in that row, taken arbitrarily) and we have that:
- and are not empty
~ Ex.:
This is TUM, because:
â All elements are either , ,
â In each column we have at most 2 non-zero elements
â = {-1} , = {-1} â
â = {0, -1} , = {0, -1} â
â = {0} , = {0} â
â = {0} , = {0} â
~ Ex.:
This is not TUM, because:
â All elements are either , ,
â In each column we have at most 2 non-zero elements
â = {1} , = {-1} â
â = {1} , = {1} â
NOTE: This goes in conflict with the Sufficient Condition 2 of the video, so probably the , condition not as i said.