Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
z = solve(gen_legendre_P(2, 0, x) == 0, x)
for i in range(len(z)):
    print z[i].rhs().n()