Geometrical Representation
Matrix
Matrices are linear transformations on a vector space.
Matrix is basically set of column vectors. And those column vectors basically denotes the bases of coordinate system.
Let be the two basis vectors of a coordinate system, then for any point , the coordinates will be written as number of step in the direction of and it will take from origin to point . So,
So the cooridnates of point will be in the coordinate system whose basis vectors are
Now let be the matrix containing the bases vector as:
Now to denote the point P, we show it as matrix multiplication. Essentially where is the basis matrix and is the coordinate vector in the basis . So
Hence, when it comes to geometry, matrices are merely a notational device of writing down the base vectors of a coordinate system.
Homogeneous coordinates have an additional coordinate marking the coordinate vector as a point (non-zero) or a directional vector (zero). These extended vectors allow translations to be written as matrices as well.
Resources
Determinant
Determinant of a matrix basically represents the local, linearized rate of volume change of a transformation.
It's equal to the multiplication of all eigenvalues of the matrix.
Last updated