distributive law in a sum and simplify cmd

Messages in english

Modérateur : xcasadmin

compsystems
Messages : 608
Inscription : sam. févr. 04, 2017 11:34 pm
Localisation : Colombia
Contact :

distributive law in a sum and simplify cmd

Message par compsystems » 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

Répondre