answered 10 years ago
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}]