ks-ieremenko / BinaryRelations

Analysis of binary relation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary Relations


Description

Analyzing binary relation(BR) to discover it's properties: reflexivity, irreflexivity, symmetry, antisymmetry, asymmetry, transitivity. All the calculations are done through the binary matrix.

Displayed on the form:

  • BR
  • Domain - D(R)
  • Range of the BR - E(R)
  • Union of domain and range of BR - O(R)
  • Matrix of BR B
  • Square matrix K=B*B
  • Properties

How the program works 🌞

About

Analysis of binary relation


Languages

Language:C# 100.0%