Post Reply 
Factoring Parametric Polynomials
05-03-2019, 04:34 PM (This post was last modified: 05-03-2019 04:37 PM by parisse.)
Post: #3
RE: Factoring Parametric Polynomials
factor does not introduce sqrt of symbols, factorization is done over Q[x,k] here and there x^2-k is irreducible. But you can easily factor x^2-k yourself by hand, or for more complex expressions by running solve(x^2-k=0,x), see that sqrt(k) is required to factor it, then factor(x^2-k,sqrt(k)) will factor the polynomial over Q[sqrt(k)][x]
Note also that canonical_form can help you understand factorization of 2nd order polynomials.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Factoring Parametric Polynomials - Wild_B - 05-03-2019, 02:09 PM
RE: Factoring Parametric Polynomials - Han - 05-03-2019, 03:23 PM
RE: Factoring Parametric Polynomials - parisse - 05-03-2019 04:34 PM



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