Page 1 sur 1

subst '^=.^' '*=.*'

Publié : sam. nov. 03, 2018 12:22 pm
par compsystems
Good morning, Mr. Bernard, excuse me for expressing myself in a very technical way, I hope not to disturb you and I hope not to take too much time, my proposal is to show some ideas, suggestions, report problems, improve your Excellent GIAC product and your XCAS user interface

Yesterday programming, I found myself with the following difficulty, I want to convert a polynomial expression, where the operators * and ^ are transformed into. *,. ^

and try the following but do not interpret it, which is an alternative

subst(x^3-3*x^2-9*x+2,['^=.^','*=.*'])

Thank you

Greetings from Medellin Colombia

Jaimeza

Re: subst '^=.^' '*=.*'

Publié : lun. nov. 05, 2018 11:59 am
par parisse
Multiple substitution syntax is subst(expr,[object1,object2,...],[replace1,replace2,...])
'.*' and '.^' are currently not parsable