0

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?

talat
  • 68,970
  • 21
  • 126
  • 157
user3625024
  • 319
  • 1
  • 2
  • 11
  • 1
    I believe you are looking for package Ryacas. – Roland May 21 '15 at 11:22
  • 1
    Do you want an algebraic solution, in which case `Ryacas` , or do you want an iterative convergence solution, in which case `optim` or `BB` or several other packages. – Carl Witthoft May 21 '15 at 11:31

0 Answers0