Content deleted Content added
+cat |
|||
Line 23:
==Subsequence count==
An alternative method of identifying a balanced matrix that is also a zero-one matrix is through the subsequence count, where the subsequence count ''SC'' of any row s of matrix ''A'' is
:'''SC''' = |{''t'' | [''a''<sub>''sj''</sub> = 1, ''a''<sub>''ij''</sub> = 0 for ''s'' < ''i'' < ''t'', ''a''<sub>''tj''</sub> = 1], ''j'' = 1, ..., ''n''}|
If a matrix ''A'' has SC(s) <= 1 for all rows s = 1,...,m, then A has a unique subsequence, and is also balanced.▼
▲If a matrix ''A'' has SC(''s'')
== References ==
|