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) )
list2exp & exp2list help documentation
Modérateur : xcasadmin
-
- Messages : 603
- Inscription : sam. févr. 04, 2017 11:34 pm
- Localisation : Colombia
- Contact :
Re: list2exp & exp2list help documentation
Yes, it's a good example only in TI mode. I'll replace it.