Reputation: 339
I have a set of following equations:
x = 11y
y = x-5
The above equations are easy to solve if I rearrange the variables and solve using matrices. However, I want to pass the above equation as it is and solve them. Can someone suggest a way?
Upvotes: 0
Views: 372