Search:

Type: Posts; User: JavaA123Chris

Search: Search took 0.21 seconds.

  1. Re: Writing a program for system of linear equations.

    I cannot thank you enough. I apologize for the problem being an algebraic error the whole time. Thanks!
  2. Re: Writing a program for system of linear equations.

    Sorry about that, but I had asked a friend for help on that equation.
    I originally had
    double x = a * ( c - ( b * ( ( f - d ) / e ) ) );
    double y = e * ( f - ( d * ( ( e - b ) /...
  3. Writing a program for system of linear equations.

    So i was assigned to write a program that would print the answer to the system of two linear equation.
    the form of ax+by=c and dx+ey=f
    I wrote this program, but it is incorrect since I tried it...
Results 1 to 3 of 3