First time here? Check out the FAQ!
answered 2015-05-21 09:31:44 +0100
sage: f.coefficients(sparse=False) [1, 1, 0, 1]
or
sage: f.list() [1, 1, 0, 1]