notes

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

CramersRule.md (245B)


      1 # Cramer's Rule
      2 
      3 3B1B
      4 
      5 **Definition:** Cramer's rule is an alternative to [GaussianElimination](GaussianElimination.md) for solving systems of equations.
      6 
      7 While slower and generally worse, it is novel.
      8 
      9 I don't really understand how this works.