distributive law in a sum and simplify cmd
Publié : dim. août 17, 2025 2:25 pm
Hello,
I am unable to apply the distributive law in the following expression
autosimplify(0)
simplify(–1*(2+x+3)) => x*–1+5*–1 // It's fine, although it would look better if the numerical coefficients were placed on the left. -1*x*+5*–1
autosimplify(2)
simplify(–1*(2+x+3)) => x*–1+5*–1 // would be expected -x-5
I am unable to apply the distributive law in the following expression
autosimplify(0)
simplify(–1*(2+x+3)) => x*–1+5*–1 // It's fine, although it would look better if the numerical coefficients were placed on the left. -1*x*+5*–1
autosimplify(2)
simplify(–1*(2+x+3)) => x*–1+5*–1 // would be expected -x-5