function for regrouping/factoring the following expression
Subject: function for regrouping/factoring the following expression
From: Julien Martin
Date: Sun, 25 Jul 2010 22:11:09 +0200
Hello,
I would like to find the Maxima function for isolating the x^3, x^2, x in
say, the following expression:
A*x^2 + B*x^3 -2*B*x^2 +A*x-5*B*x+3*B
So that I have (A-2*B)*x^2 etc... with x^3, x^2 and x appearing only once in
the resulting expression.
I don't know the proper mathematics terminology necessary to find the proper
Maxima function.
Can anyone please help?
Thanks,
J.