User Portlet User Portlet

Discussions
`Exponent` is working as advertized, as `Abs[x1]` does not appear sintactically in the expanded form of `m`. If you need to distribute `Abs` over products, here is a couple of ways using replacement rules: Abs[x1^2*x2*x3^2] /. ...
posting an example, using the code sample icon (the first one) would make it easier to answer your question
Works, thanks!