var('x y')
solve(x*y, [x, y])
returns only the solution x=0, missing y=0. Is this a known bug? I am using sage 5.13.
| 1 | initial version |
var('x y')
solve(x*y, [x, y])
returns only the solution x=0, missing y=0. Is this a known bug? I am using sage 5.13.
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.