jsci.maths.analysis
Class ComplexExponential
- java.lang.Object
-
- jsci.maths.analysis.ComplexFunction
-
- jsci.maths.analysis.ComplexExponential
-
- All Implemented Interfaces:
- java.io.Serializable, ComplexMapping, Ring.Member, AbelianGroup.Member, Member
public class ComplexExponential extends ComplexFunction
The complex exponential function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ComplexExponential()Constructs an exponential function of the formexp(iz).ComplexExponential(Complex A, Complex w)Constructs an exponential function of the formA exp(iwz).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ComplexFunctiondifferentiate()Returns the differential of this function.ComplexFunctionintegrate()Complexmap(Complex z)A user-defined complex function.Complexmap(double x, double y)A user-defined complex function.
-
-
-
Constructor Detail
-
ComplexExponential
public ComplexExponential()
Constructs an exponential function of the formexp(iz).
-
-
Method Detail
-
map
public Complex map(double x, double y)
Description copied from interface:ComplexMappingA user-defined complex function. This method is designed to save the construction of a Complex object in cases where one is not given.
-
map
public Complex map(Complex z)
Description copied from interface:ComplexMappingA user-defined complex function.
-
differentiate
public ComplexFunction differentiate()
Description copied from class:ComplexFunctionReturns the differential of this function.- Specified by:
differentiatein classComplexFunction
-
integrate
public ComplexFunction integrate()
-
-
DMelt 3.0 © DataMelt by jWork.ORG