notes

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

MultiValuedFunction.md (318B)


      1 # Multivalued Function
      2 
      3 Ch 0
      4 
      5 **Definition:** Multivalued functions are functions such that there exists two or more values in the codomain for at least one value in the domain. 
      6 
      7 These are not strictly functions, unless specified, as functions must map to only one value in the codomain for each value in the domain.