Post Reply 
Partial factorization?
01-25-2018, 02:42 PM
Post: #4
RE: Partial factorization?
(01-25-2018 01:15 PM)Joe Horn Wrote:  I don't know how Prime can know which "partial factor" you want. Same problem as noting that sqrt(144) = 12, but ifactor(144) factors all the way down. But 12 is in the idivis(144) list. So one approach you can try for your example is to use divis() instead of factor().

I don't know if it is fair play, or not, but one way to know which partial factor is wanted, would be if a command existed that presented a list of all factors.

Since my example was begging for a perfect square to rid itself of the radical, just eyeballing a list of factors would be useful. A command similar to the divis(), but (4*x^4 +1)^2 doesn't directly show up in the resulting vector:

divis(16*x^8+8*x^4+1);

[ 1,
2*x^2-2*x+1,
(2*x^2-2*x+1)^2,
2*x^2+2*x+1,
(2*x^2+2*x+1)*(2*x^2-2*x+1),
(2*x^2+2*x+1)*(2*x^2-2*x+1)^2,
(2*x^2+2*x+1)^2,
(2*x^2+2*x+1)^2*(2*x^2-2*x+1),
(2*x^2+2*x+1)^2*(2*x^2-2*x+1)^2
]

So far anyway, I haven't found a way to do this, directly, on the prime.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Partial factorization? - DrD - 01-25-2018, 10:26 AM
RE: Partial factorization? - Joe Horn - 01-25-2018, 01:15 PM
RE: Partial factorization? - DrD - 01-25-2018 02:42 PM
RE: Partial factorization? - Arno K - 01-25-2018, 01:35 PM
RE: Partial factorization? - Arno K - 01-25-2018, 05:27 PM
RE: Partial factorization? - DrD - 01-25-2018, 06:19 PM
RE: Partial factorization? - DrD - 01-25-2018, 10:46 PM
RE: Partial factorization? - parisse - 01-26-2018, 06:32 AM
RE: Partial factorization? - DrD - 01-26-2018, 11:30 AM
RE: Partial factorization? - parisse - 01-26-2018, 04:43 PM
RE: Partial factorization? - DrD - 01-26-2018, 05:07 PM
RE: Partial factorization? - Rudi - 01-26-2018, 07:13 PM
RE: Partial factorization? - parisse - 01-26-2018, 07:32 PM
RE: Partial factorization? - DrD - 01-26-2018, 08:03 PM



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