@meowmeowmeow
6. I assume by this you mean “how to compute the product of two matrices?” If you mean something else, let me know. Basically, if we want to multiply two matrices A and B to get their product AB, we multiply every row of the matrix on the left with every column of the matrix on the right. I can’t really typeset matrices here, so hopefully the examples on this page are helpful:
https://www.mathsisfun.com/algebra/matrix-multiplying.html
@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.