Vector and Matrix

May 26, 2019

These are some useful points that Prof. Gilbert did not mention in the class but still I think that will help you get started better, in case you did not know.

Vector

You are probably familiar with vectors from Calculus. That’s the column vector. And in my notes I use brackets to represent vectors. In some notes you may see they use parenthesis.

Bold characters are used to represent unknown variable vector, sometimes short for unknown vector, to differentiate with single variable unknown.

Row then column

In convention, the subscript of a matrix’s item is ith row jth column. When I say a matrix is or in , it means it has 4 rows and 3 columns.

Matrix

You have probably known that marix muliplication in this form:

An item in the product matrix is equal to a row in the left matrix times a column in the right matrix. What is useful to remember before the lecture notes or the video series is:

we can rewrite the multiplication as a combination of the left matrix’s columns. This is true for any matrix multiplication. The situations the vector has more than one column will be illustrated in later course notes.

Vector and Matrix - May 26, 2019 - Ruizhen Mai