===== Lab 3 ====== ~~NOTOC~~ ==== Equivalence Relations ==== * We'll implement functions for the relations we have been working on: * reflexive? * symmetric? * transitive? * These will be helper functions to implement a function that determines if a relation is: * an equivalence relation! === Procedures === * Let's review this text file before jumping in, there are a few details to go over together. * {{ :courses:cs145-201951:labs:lab3.txt |lab description and helpful notes}} * Use these files * {{ :courses:cs145-201951:labs:lab3-er-template.rkt |lab3 template file}} * {{ :courses:cs145-201951:labs:asmt-helper.scm |asmt-helper.scm}} == Side note == * It might be useful to pull up lab 2 definitions and take another look at inverse.