First time here? Check out the FAQ!
answered 2018-01-29 00:29:35 +0100
One possibility is:
sage: var( 'z' ); sage: f = z^6 + 8 sage: list_plot( f.roots(multiplicities=False, ring=CC) ) Launched png viewer for Graphics object consisting of 1 graphics primitive