jennypng

Recent Notes

  • creative coding

    Sep 16, 2025

    • digital experimental arts

      Sep 16, 2025

      • music production

        Sep 16, 2025

        • reading

          Sep 16, 2025

          • intro

            Sep 16, 2025

            • intro
            • root

          See 366 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