Ask Your Question

Revision history [back]

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]