Is this transitive closure correct or not?

  • MHB
  • Thread starter Natalie1
  • Start date
  • Tags
    closure
In summary, transitive closure is a mathematical concept used to determine the complete set of relationships between objects or elements in a given set. It can be calculated using different algorithms, such as Warshall's or Floyd-Warshall's, and is important in various fields. A transitive closure is considered correct if it satisfies the properties of reflexivity, symmetry, and transitivity. This concept can be applied to any type of relation, making it a valuable tool in problem-solving and decision-making.
  • #1
Natalie1
7
0

Attachments

  • discrete.gif
    discrete.gif
    2.1 KB · Views: 54
Physics news on Phys.org
  • #2
Could you explain what you mean by the table and especially by the column next to it?
 
  • #3
It is an Adjacency matrix, on the right side is a direct transitive closure. Explain to me why the first one is 0, second - 1, third - 2 etc. I don't understand this transitive closure.
 
  • #4
Natalie said:
It is an Adjacency matrix, on the right side is a direct transitive closure.
Transitive closure of a relation is another relation. It can be represented by its own adjacency matrix, but I don't understand how it is represented by a column.
 

1. What is transitive closure?

Transitive closure is a mathematical concept that refers to the process of finding the complete set of relationships between objects or elements in a given set. It is used to determine the transitive relationship between elements in a directed graph or relation.

2. How is transitive closure calculated?

Transitive closure can be calculated using different algorithms, such as the Warshall's algorithm or the Floyd-Warshall algorithm. These algorithms use the concept of matrix multiplication to find the transitive closure of a given set of elements.

3. Why is transitive closure important?

Transitive closure is important in various fields, including computer science, mathematics, and linguistics. It helps in analyzing and understanding the relationships between objects or elements in a given set, which can be useful in solving various problems and making decisions.

4. How do you know if a transitive closure is correct or not?

A transitive closure is considered correct if it satisfies the properties of reflexivity, symmetry, and transitivity. This means that every element is related to itself, if A is related to B then B is related to A, and if A is related to B and B is related to C, then A is also related to C.

5. Can transitive closure be applied to any type of relation?

Yes, transitive closure can be applied to any type of relation, such as binary relations, fuzzy relations, and reflexive relations. It is a general concept that can be used to find the transitive relationship between elements in any given set.

Similar threads

  • Feedback and Announcements
2
Replies
41
Views
3K
Replies
1
Views
725
  • Linear and Abstract Algebra
Replies
11
Views
1K
Replies
2
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
972
Replies
2
Views
1K
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
16
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
850
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
Back
Top