Welcome! You have found the homepage of the Spring 2025 manifestation of Math 781.
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
.