PDA

View Full Version : Elimination in matlab


adnan jahan
Oct20-11, 08:18 AM
Dear Fellows,

I have problem in which I have to eliminate variables in between 6 equations,,, I did it in mathematica but as my whole program is in matlab so I want to do that in matlab,,

example to explain my issue is

a*x+b*y=n
h*x+k*y=m
in above equations I need values of x and y in terms of (a,b,n,m,h and k).