This is a dependent system, but when I solve it I get an answer. Shouldn't I get an error message?
dependent system
A = Matrix([[2,1],[6,3]])
b = vector([1,3])
A\b
ans: (1/2, 0)
| 1 | initial version |
This is a dependent system, but when I solve it I get an answer. Shouldn't I get an error message?
A = Matrix([[2,1],[6,3]])
b = vector([1,3])
A\b
ans: (1/2, 0)
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.