I have a very long equation with two variables up to the power of 5 which are multiplied by coefficients.so, I would like to write it in a polynomial form in order to know the coefficient of these variables. I already tried to use the Collect function but it is not working properly
For example, I would write it in this form
A*X^5*Y^5 + B*X^5*Y^4 ...+ Constant.
So does anyone knows how to do it in order to Get the A and B ..etc easily? Thank you