SymbolicFunction Samples


SFtest1 Create a SymbolicFunction that implements 2*x + sin(x). Copy contents to SFtest1.java.
SFtest2 Creates aSymbolicFunction based upon input from the console and then evaluates the function. Copy contents to SFtest2.java.
SFtest3 Create a SymbolicFunction that implements 2*x*y + sin(x). Copy contents to SFtest3.java.
SFtest4 Create a SymbolicFunction that implements a*x^2 + b*x + c where a, b, and c are symbolic constants.Copy contents to SFtest4.java.

 


Chris Anderson (C) UCLA Jan. 5, 2000