jennypng

Recent Notes

  • Computer Vision

    Jun 04, 2025

    • Linear Discriminant Analysis (LDA)

      Jun 04, 2025

      • Object Detection

        Jun 04, 2025

        • backpropagation

          Jun 04, 2025

          • classifier

            Jun 04, 2025

            See 311 more →

            Home

            ❯

            CS concepts

            ❯

            course notes

            ❯

            CV sublinks

            ❯

            matrix operations + properties

            matrix operations + properties

            Apr 12, 20251 min read

            addition & scaling:

            inner (dot) product of vectors

            matrix multiplication

            • multiplication is associative and distributive
              • not commutative

            transpose

            • flip so row 1 becomes column 1, etc.
            (ABC)T=CTBTAT

            determinant

            trace

            identity matrix

            diagonal matrix

            symmetric

            AT=A

            skew-symmetric

            AT=−A

            Graph View

            • addition & scaling:
            • inner (dot) product of vectors
            • matrix multiplication
            • transpose
            • determinant
            • trace
            • identity matrix
            • diagonal matrix
            • symmetric
            • skew-symmetric

            Backlinks

            • Linear Algebra

            Created with Quartz v4.5.0 © 2025

            • GitHub
            • Discord Community