|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensourcephysics.controls.AbstractCalculation
org.opensourcephysics.sip.ch06.RecursiveFixedPointApp
public class RecursiveFixedPointApp
RecursiveFixedPointApp computes fixed points of the logistic map using the bisection root finding method. This class uses recursion to calculate the map.
Field Summary |
---|
Fields inherited from class org.opensourcephysics.controls.AbstractCalculation |
---|
control, decimalFormat, mainFrame |
Constructor Summary | |
---|---|
RecursiveFixedPointApp()
|
Method Summary | |
---|---|
void |
bisection()
Implements the bisection method for finding the root. |
void |
calculate()
Calculates the value of x for the trajectory that has the desired period. |
static void |
main(java.lang.String[] args)
Starts the Java application. |
void |
reset()
Resets the calculation's default values. |
Methods inherited from class org.opensourcephysics.controls.AbstractCalculation |
---|
addChildFrame, clearChildFrames, getChildFrames, getLoader, getMainFrame, getOSPApp, resetCalculation, setControl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecursiveFixedPointApp()
Method Detail |
---|
public void reset()
reset
in class AbstractCalculation
public void calculate()
calculate
in interface Calculation
calculate
in class AbstractCalculation
public void bisection()
public static void main(java.lang.String[] args)
args
- command line parameters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |