autosimplify on [m] (menu) button

Messages in english

Modérateur : xcasadmin

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

autosimplify on [m] (menu) button

Message par compsystems » sam. mars 23, 2024 2:09 pm

Hello
In the PC version of Xas, in each entry and exit line there is a [m] (menu) button, I think a new submenu is required
[AutoSimplify]
1: Do not simplify 2: Regroup 3: Simplify

I think it is practical to go and change the simplification flag panel

Ex1:
subst(a+b,[a = (y+x),b = x]) => [Do not simplify] => y+x+x
subst(a+b,[a = (y+x),b = x]) => [Regroup] => 2*x+y

Ex2:
(a + b = c)+(-b) => [Do not simplify] => a+b-b=(c-b)
(a + b = c)+(-b) => [Regroup]=> a=(-b+c)

parisse
Messages : 5740
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: autosimplify on [m] (menu) button

Message par parisse » lun. mars 25, 2024 10:12 am

This menu applies on the answer selection, not on the process of howto get the answer. You could set autosimplification to none globally, then call regroup from a menu : you can easily add an entry to the Expression submenu in the file doc/en/xcasmenu (or any other locales)

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

Re: autosimplify on [m] (menu) button

Message par compsystems » jeu. mars 28, 2024 8:15 pm

Is it possible to add in the [M] eq menu an option to convert two-dimensional notation to one-dimensional and live in the outputs of each line?

(1D)
a^(b^c)

(2D)
__ c
_ b
a

Répondre