why does the following work
solve([a+b-1,a-b],[a,b])
but this
solve([a+b-1,a-b,c+d],[a,b])
gives an empty solution?
Can "solve" be convinced to ignore unneccassary equations?
| 1 | initial version |
why does the following work
solve([a+b-1,a-b],[a,b])
but this
solve([a+b-1,a-b,c+d],[a,b])
gives an empty solution?
Can "solve" be convinced to ignore unneccassary equations?
why Why does the following work
solve([a+b-1,a-b],[a,b])
solve([a + b - 1, a - b], [a, b])
but this
solve([a+b-1,a-b,c+d],[a,b])
solve([a + b - 1, a - b, c + d], [a, b])
gives an empty solution?
Can "solve" solve be convinced to ignore unneccassary unnecessary equations?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.