|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.analysis.RealFunction JSci.maths.analysis.Cosine
public class Cosine
The cosine function.
Constructor Summary | |
---|---|
Cosine()
Constructs a cosine function of the form cos(x) . |
|
Cosine(double A,
double w,
double k)
Constructs a cosine function of the form A cos(wx+k) . |
Method Summary | |
---|---|
RealFunction |
differentiate()
Returns the differential of this function. |
double |
map(double x)
A user-defined function. |
Methods inherited from class JSci.maths.analysis.RealFunction |
---|
add, add, compose, constant, dimension, divide, divide, getSet, inverse, multiply, multiply, negate, subtract, subtract, taylorExpand, tensor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cosine()
cos(x)
.
public Cosine(double A, double w, double k)
A cos(wx+k)
.
Method Detail |
---|
public double map(double x)
Mapping
public RealFunction differentiate()
RealFunction
differentiate
in class RealFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |