Could anyone help me with this problem?
I need to multiply an expression by 'x' and get the result.
The expression is: A1 - A1 * x + 2 * A2 * x - A2 x ^ 2 + 3 * A3 * x ^ 2 - A3 * x ^ 3 + 4 * A4 * 4 + 5 * A5 * x ^ 4 - A5 * x ^ 5 - 1
I need to multiply it by 'x'. How to do?