First time here? Check out the FAQ!
answered 2016-07-04 11:27:06 +0100
You can do:
sage: a=random_matrix(ZZ,1,5) sage: a [-62 3 3 1 1] sage: tuple(a.row(0)) (-62, 3, 3, 1, 1) sage: hash(tuple(a.row(0))) -3691849509262070773