User Portlet User Portlet

Discussions
Hi, I have a problem with the function Exponent. Lets say I have a symbolic monomial - m = x1 * x2 * x3 * Abs[x1^2 * x2 * x3^2]*Conjugate[x1] Using the Exponent function I get: Exponent[m,x1] = 1 ...
Hi, I'm new to Mathematica and trying to use the function Expand or ExpandAll. I have a rather complex polynomial (product of polynomials) that I want to expand as widely as possibly, so that there will be no parenthesis at all. But Expand and...
Hi, I have a large symbolic polynomial and in order to handle it I want to transform it to a list. So that +/- will be delimiters. ex: polynomial: a*b^2*c*x^4+3a^3*b*x^3+x^2-ac^3x+6b List: {a*b^2*c*x^4, 3a^3*b*x^3, ...