Welcome! You have found the homepage of the Fall 2022 manifestation of Math 218.
PLEASE FILL OUT YOUR COURSE EVALUATIONS
Properties can be calculated with the
syntax A.property_name()
. A full list of properties can be
found in the official
documentation.
Sage also has useful matrix constructors built in,
like zero_matrix
, ones_matrix
, identity_matrix
,
and diagonal_matrix
.