Package edu.pdx.cs410J.rmi
Class EquationClient
java.lang.Object
edu.pdx.cs410J.rmi.EquationClient
This class uses RMI to solve the below system of equations:
4x1 + 3x2 + x3 = 17 2x1 - 6x2 + 4x3 = 8 7x1 + 5x2 + 3x3 = 32The server will compute the values of
x1
,
x2
, and x3
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EquationClient
public EquationClient()
-
-
Method Details
-
main
-