Page 1 sur 1

list2exp & exp2list help documentation

Publié : lun. mars 12, 2018 11:05 pm
par compsystems
Hello BP

list2exp:
please adhere the following example to xcas help

list2exp(solve(x^2-1=0,x),x)

exp2list:
the example shown in the xcas help generates something unwanted

exp2list(solve(x^2-1=0))
[[100.0,100.0,1.0,87,0,""],[100.0,100.0,0.0,87,0,""]] ?

A good example
exp2list((x=3 and y=9) or (x=-1 and y=1) )

Re: list2exp & exp2list help documentation

Publié : mar. mars 13, 2018 12:06 pm
par parisse
Yes, it's a good example only in TI mode. I'll replace it.