notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

ReflexiveClosure.md (238B)


      1 # Reflexive Closure
      2 
      3 Ch 9.4
      4 
      5 **Definition:** A reflexive closure is a closure of a relation with respect to some property such that xRx for all x=x.
      6 
      7 When shown as a zero one matrix, this will manifest as the main diagonal being all 1's.