Math 218: Matrices and Vector Spaces

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

Gauss-Jordan Elimination

The syntax A.rref() produces the reduced row echelon form of a matrix.

We use the same syntax to produce the reduced row echelon form of an augmented matrix.

Rank and nullity can be calculated with the syntax A.rank() and A.right_nullity().