Consider
Code : Tout sélectionner
g:=x^6+x^4+x+2
rts:=roots(g)
So my impression is that XCas/giac will not save these values as some algebraic numbers (exact roots) and my fear is that if I continue with this I will get errors in future computation (e.g. when trying to compute ranks of matrices with algebraic number entries). Is this concern of mine unfounded or is there an alternative to roots that will gaurantee me that the system will save these as exact roots?Warning! Algebraic extension not implemented yet for poly [1,0,1,0,0,1,2]
Jose