Link to home
Start Free TrialLog in
Avatar of femorode
femorode

asked on

source code for solving two simultaneous equations

I need a source code in java for solving two simultaneous equations in two unknowns. eg:
2x + y = 5
2x - y = -1
SOLUTION
Avatar of ozo
ozo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of femorode
femorode

ASKER

I need a JAVA code to solve any two simultaneous equations in two unknowns. I guess the code above is in perl
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks, that seems to be the joker