HP Forums
HP Prime Collect/Factor difference - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: HP Prime Collect/Factor difference (/thread-254180.html)



HP Prime Collect/Factor difference - bluesun08 - 10-29-2013

What is the difference between the CAS-commands COLLECT and FACTOR?


Re: HP Prime Collect/Factor difference - Walter B - 10-29-2013

The first requires seven letters and the second six. ISCNR.

d:-)


Re: HP Prime Collect/Factor difference - bluesun08 - 10-29-2013

PRIMEd?


Re: HP Prime Collect/Factor difference - Eddie W. Shore - 10-29-2013

To my understanding, collect organizes the algebraic object:

Example:

collect(x^2+3*x*t-2*t^2+2*x,x) returns x^2+3*x*t+2*x-2*t^2

collect(x^2+3*x*t-2*t^2+2*x,t) returns -2*t^2+3*x*t+x^2+2*x

While factor attempts to factor a polynomial.