Post Reply 
About HP Prime factorization
11-03-2020, 03:46 AM
Post: #5
RE: About HP Prime factorization
(11-02-2020 07:32 PM)Albert Chan Wrote:  Hi, dah145

You can isolate the terms to be factorize, like this.

XCas> factor2(mess,s) := poly2symb(factor(symb2poly(mess,s)),s)

XCas> factor2(a^2 - 2*a*b + b^2 + s^2, a)       → b^2+s^2+a*(a-2*b)
XCas> factor2(a^2 - 2*a*b + b^2 + s^2, s)       → s^2+(a-b)^2

Yes thanks, this definitely is what I was looking for. Now I wonder if it is possible to obtain the expressions in form of a product, say: (a^2 - 2*a*b + b^2 + s^2)*(a^2 - 2*a*b + b^2 + s^2) = (s^2+(a-b)^2)*(s^2+(a-b)^2), as using your custom function outputs a not so friendly expression: s^2*(2*(a^2 + b^2) + s^2)+(a+b)^2*(a-b)^2.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
About HP Prime factorization - dah145 - 11-02-2020, 06:28 AM
RE: About HP Prime factorization - parisse - 11-02-2020, 07:58 AM
RE: About HP Prime factorization - dah145 - 11-02-2020, 05:40 PM
RE: About HP Prime factorization - dah145 - 11-03-2020 03:46 AM
RE: About HP Prime factorization - dah145 - 11-19-2020, 04:12 PM



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