| 1 | initial version |
Hi, could you please tell us which version of sage you are using? Going to sagenb.org
var('x y')
sol=solve(x + y, [x, y], solution_dict=True)
sol
gives
[{x: -y}]
which still surprises me since the system of equation is more than incomplete.
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.