First time here? Check out the FAQ!
answered 2014-09-21 11:44:25 +0100
As this is a purely algebraic problem, you can avoid the symbolic solve as follows:
solve
sage: I = R.ideal([rc[-2],rc[-3]]) sage: I.variety() [{a: -11/7, b: -2/7}, {a: -3, b: 0}]