1
Could someone help me with this problem?
I need to multiply an expression by x and get the result.
The expression A1 - A1*x + 2*A2*x - A2 x 2 + 3*A3*x 2 - A3*x 3 + 4*A4*x 3 - A4*x 4 + 5*A5*x 4 - A5*x 5 - 1
I need to multiply it by x. How to do?
What is the code you have so far? Did you make a mistake? Which one?
– Woss