edu.pdx.cs399J.rmi
Class EquationClient

java.lang.Object
  extended by 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.


Constructor Summary
EquationClient()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquationClient

public EquationClient()
Method Detail

main

public static void main(String[] args)


Copyright © 2000-2009 Portland State University. All Rights Reserved.