1. Determinant of a matrix
  2. Difference between inverse matrix and identity matrix and what are they?
  3. Eigenvalues
  4. Unitary or orthonormal matrix
  5. Diagonal matrix
  6. How to compute matrices?

Thank you in advance for answering anyone of them.

  • meowmeowmeowOP
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    Thanks for your explaination with examples. What is a column vector? Is it something like (1 2 3) which means move x upwards 1 unit, y up 2 units, z up 3 units?

    • Stuad^Dib@mindly.social
      link
      fedilink
      arrow-up
      3
      ·
      9 months ago

      @meowmeowmeow
      Ah, I should have been more specific, but you pretty much have the right idea. A vector is, abstractly, something with a length and a direction, like a velocity or force in physics. But to actually make calculations with vectors it helps to represent them with lists of numbers like your example. The convention is that we write vectors vertically, hence “column vector.” Writing them horizontally as rows instead represents “covectors,” but I won’t get into the weeds on that.