notes

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

ChainRule.md (194B)


      1 # Chain Rule
      2 
      3 Leonard
      4 
      5 **Definition:** The chain rule is a derivation rule used when we have a function within another function. The rule states $\frac{d}{dx} (g(f(x))) = g'(f(x)) \cdot f'(x)$.