First time here? Check out the FAQ!
answered 2011-06-23 13:25:22 +0100
How about this?
sage: soln = [x.rhs() for x in the_solution]; soln [0, -1/2] sage: matrix([f(*soln) for f in H]) [-1 0] [ 0 2]