user3625024
user3625024

Reputation: 339

Solving equations with circular reference in R

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

Answers (0)

Related Questions