list2exp & exp2list help documentation
Publié : lun. mars 12, 2018 11:05 pm
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:
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) )