edu.pdx.cs399J.rmi
Class EquationClient
java.lang.Object
edu.pdx.cs399J.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EquationClient
public EquationClient()
main
public static void main(String[] args)
Copyright © 2000-2009 Portland State University. All Rights Reserved.