I have system of linear equations, however I DO NOT want the answer to be a number - I want it in terms of the parameters.
ax+by= m cx+dy= n I don't have the values for any of the constants, so I for the above equation, I'd just want the answer x = (md-nb)/(ad-bc) and y = (mc-na)/(bc-ad).
How do I do this in Sage?