notes

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

LinearCongruence.md (159B)


      1 # Linear Congruence
      2 
      3 Ch 2.4
      4 
      5 **Definition:** A linear congruence is a congruence of the form ax \equiv b (mod c) where a,b,c are integers and x is a variable.