Post Reply 
[CAES] (x^4-4*x^3+2*x^2+4*x+4) Exact factorization of Quartic Polynomial
04-25-2016, 06:53 AM
Post: #9
RE: [CAES] (x^4-4*x^3+2*x^2+4*x+4) Exact factorization of Quartic Polynomial
If you want to compare with wolfram, you should not use a calc.
Embedded square roots is not the best way to represent exactly roots of polynomials. One way to factor your polynomial with Xcas is
Code:

p:=x^4-4*x^3+2*x^2+4*x+4;
rootof(p):='j';
evalf(j);
factor(p,j);
This gives more information on the structures of the exact roots.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Re: - compsystems - 04-24-2016, 02:51 AM
RE: - compsystems - 04-24-2016, 12:34 PM
RE: [CAES] (x^4-4*x^3+2*x^2+4*x+4) Exact factorization of Quartic Polynomial - parisse - 04-25-2016 06:53 AM



User(s) browsing this thread: 1 Guest(s)