how can i get x/y to be on the left of the equation a = x - b* y ?

1 view (last 30 days)
how can i get x/y to be on the left of the equation a = x - b* y ?

Accepted Answer

Star Strider
Star Strider on 25 Sep 2014
x/y = a/y + b

More Answers (1)

Roger Stafford
Roger Stafford on 25 Sep 2014
Edited: Roger Stafford on 25 Sep 2014
y/x = (x-a)/(b*x)
Note: There is no way you can solve for y/x entirely in terms of a and b. It isn't uniquely determined by them.

Categories

Find more on Quadratic Programming and Cone Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!