jennypng

Recent Notes

  • system design of pinterest

    Nov 03, 2025

    • Apache Kafka

      Nov 02, 2025

      • System Design

        Nov 02, 2025

        • Websites I really like

          Nov 02, 2025

          • Hadoop

            Nov 02, 2025

            See 397 more →

            Home

            ❯

            CS concepts

            ❯

            CV sublinks

            ❯

            matrix operations + properties

            matrix operations + properties

            Sep 06, 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