answered 14 years ago
z = solve(gen_legendre_P(2, 0, x) == 0, x) for i in range(len(z)): print z[i].rhs().n()