Math 218: Matrices and Vector Spaces

Welcome! You have found the homepage of the Fall 2021 manifestation of Math 218.

Linear Independence

To determine if a list of vectors is linearly independent, we can put them into the columns of a matrix and check that the nullity is zero. We can accomplish this with the syntax matrix.column([list of vectors]).right_nullity() == 0.