CAMsymbolicFunction Samples
symsmp0.cpp |
Create a CAMsymbolicFunction which implements 2*x + sin(x) |
symsmp1.cpp |
Creates a CAMsymbolicFunction based upon input from the console and then evaluates the function. |
symsmp2.cpp |
Create a CAMsymbolicFunction which implements 2*x*y + sin(x) |
symsmp3.cpp |
Create a CAMsymbolicFunction which implements a*x^2 + b*x + c where a, b, and c are symbolic constants. |
symsmp4.cpp |
Create a CAMsymbolicFunction which implements a*x^2 + b*x + c where a, b, and c are symbolic constants. Demonstrate
the procedure for re-setting symbolic constant values. |
symsmp5.cpp |
This program plots a user specified function over the domain [a,b]. (Requires class CAMgraphicsProcess) |
Chris Anderson (C) UCLA 7/21/97