Help me solve some equations please.



I have some equations:

k-b/a=0;

a+b/d/e+f/d/e-b=0;

c-f-g=0;

h*k-f/d/e-c/d/e=0;

And I need to find out k in terms of d,e and k.

I know that k=b/a but you see I want it in terms of the mentioned variables only (other values should simplify and cancel each other out).

I tried using solve but it wasn't helpful. Please help me solve this problem Using MATLAB.
.



Relevant Pages

  • Solving Systems of Linear Equations with Variables
    ... Its been a long time since I last used matlab, ... hoping it would help simplify a problem for me. ... form changing things). ...
    (comp.soft-sys.matlab)
  • Re: Wrong-but-not-incorrect code
    ... >> out the common factor 10 and simplify the LHS of the equation. ... For an example where you can't cancel, ... but x=3 is also a valid solution. ...
    (comp.lang.c)
  • Re: waitbar with cancel button
    ... I am fairly new to the handles variable (well, to Matlab in general, ... > I am new to MATLAB and guide. ... > I'm trying to break out of a for loop when the cancel button is ... > check in the loop. ...
    (comp.soft-sys.matlab)
  • Re: Help me solve some equations please.
    ... I know that k=b/a but you see I want it in terms of the mentioned variables only (other values should simplify and cancel each other out). ... Please help me solve this problem Using MATLAB. ... Can you better explain what you mean by f/d/e and so on? ... order of normal operator dependence, ...
    (comp.soft-sys.matlab)
  • Re: Evaluate and simply rational with syms
    ... I would use the command "simplify" ... I use syms code to diff a function, then MATLAB gives me something ...
    (comp.soft-sys.matlab)

Loading