Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 669 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 669 Bytes

This code is a simple console Discrete Math Calculator in java (Object Oriented Programming Paradigm) It is capable of operating sets with an undefined number of an undefined type of elements (using ArrayLists). It include the operations set intersection, union, difference, and cartesian product. A relationship analyzation that encapsulates whether it represents a function or not, it's matrix representation (using boolean algebra), and reflexitivity, symmetry, antisymmetry, and transitivity verificaction. It includes the classes and subclasses Set, Relationship, OrderedPair, Matrix, and BoolMatrix, with their corresponding properties and methods

-Alexa Raynal