When I try to solve the following with the assumption z is nonzero solve still outputs the solution with z=0:
assume(z!=0)
solve([x,y*z],x,y,z,solution_dict=True)
Output:
[{x: 0, y: r79, z: 0}, {x: 0, y: 0, z: r80}]
| 1 | initial version |
When I try to solve the following with the assumption z is nonzero solve still outputs the solution with z=0:
assume(z!=0)
solve([x,y*z],x,y,z,solution_dict=True)
Output:
[{x: 0, y: r79, z: 0}, {x: 0, y: 0, z: r80}]
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.