Skip to content

Instantly share code, notes, and snippets.

@patel-zeel
Last active November 8, 2022 08:12
Show Gist options
  • Save patel-zeel/77ce8e8c7f0df551709e790ac13e61e2 to your computer and use it in GitHub Desktop.
Save patel-zeel/77ce8e8c7f0df551709e790ac13e61e2 to your computer and use it in GitHub Desktop.
Math matrix tricks that come handy
  • $\boldsymbol{a}^T I\boldsymbol{a} = \boldsymbol{a}^T\boldsymbol{a}$

  • $(ABCD...)^{-1} = ...D^{-1}C^{-1}B^{-1}A^{-1}$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment