solve([2*x=2,x=1.0], x)
Publié : dim. juin 23, 2019 1:23 pm
solve([2*x=2,x=1.0], [x]) returns [[1.0]].
solve([2*x=2,x=1.0], x) returns [].
Is this a bug?
(I know I can write "1" instead of "1.0", and then I get the solution in either case. My "complaint" here is about having to write "[x]" instead of "x".)
solve([2*x=2,x=1.0], x) returns [].
Is this a bug?
(I know I can write "1" instead of "1.0", and then I get the solution in either case. My "complaint" here is about having to write "[x]" instead of "x".)