|
|||||||||
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.Power
public class Power
The power function. For polynomials or integer exponents use the classes in JSci.maths.polynomials.
Constructor Summary | |
---|---|
Power()
Constructs a power function of the form x . |
|
Power(double A,
double n)
Constructs a power function of the form Axn . |
|
Power(double A,
double k,
double n)
Constructs a power function of the form A(x+k)n . |
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 Power()
x
.
public Power(double A, double n)
Axn
.
public Power(double A, double k, double n)
A(x+k)n
.
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 |