Determining if logical matrix represents a partial order

  • Context: Graduate 
  • Thread starter Thread starter sciencectn
  • Start date Start date
  • Tags Tags
    Matrix Partial
Click For Summary
SUMMARY

This discussion focuses on determining whether a logical matrix represents a partial order through matrix operations. The example provided illustrates a relation represented by a matrix, specifically the relation {(1,1),(2,2),(3,3),(1,2)}. It is confirmed that matrix operations can indeed be utilized to ascertain if the matrix corresponds to a partial order. The reference to "Mathematics of Fuzziness -- Basic Issues" by Xuzhu Wang, Da Raun, and Etienne E. Kerre serves as a foundational resource for this analysis.

PREREQUISITES
  • Understanding of logical matrices and their representation of relations
  • Familiarity with matrix operations and their applications
  • Knowledge of partial orders in mathematical contexts
  • Basic comprehension of fuzzy mathematics concepts
NEXT STEPS
  • Study the properties of partial orders in relation to logical matrices
  • Explore matrix operations relevant to relation analysis
  • Read "Mathematics of Fuzziness -- Basic Issues" by Xuzhu Wang, Da Raun, and Etienne E. Kerre
  • Investigate algorithms for checking partial orders using matrix representations
USEFUL FOR

Mathematicians, computer scientists, and researchers interested in relation theory, matrix operations, and fuzzy logic applications will benefit from this discussion.

sciencectn
Messages
10
Reaction score
0
If we represent a relation using a logical matrix (so that if (a,b) is present in the relation then the element at row a and column b in the matrix is a 1), is there any way to determine that this matrix represents a partial order using matrix operations?

For example, if we have the relation {(1,1),(2,2),(3,3),(1,2)} represented by this matrix:

<br /> \left( \begin{array}{ccc}<br /> 1 &amp; 1 &amp; 0 \\<br /> 0 &amp; 1 &amp; 0 \\<br /> 0 &amp; 0 &amp; 1 \end{array} \right)<br />

Is there some way, using matrix operations, to determine if this represents a partial order?
 
Last edited by a moderator:
Physics news on Phys.org
Actually, yes. This is a convenient way. For instance, see Mathematics of Fuzziness -- Basic Issues by Xuzhu Wang, Da Raun and Etienne E. Kerre.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K