Class EquationClient

java.lang.Object
edu.pdx.cs410J.rmi.EquationClient

public class EquationClient extends Object
This class uses RMI to solve the below system of equations:
 4x1 + 3x2 + x3 = 17
 2x1 - 6x2 + 4x3 = 8
 7x1 + 5x2 + 3x3 = 32
 
The server will compute the values of x1, x2, and x3.
  • Constructor Details

  • Method Details