Package org.opensourcephysics.sip.ch06

Class Summary
BifurcateApp BifurcateApp demonstrates chaos in the logistic equation by plotting the return map for different values of r.
DampedDrivenPendulum DampedDrivenPendulum models a damped driven pendulum.
FixedPointApp FixedPointApp computes fixed points of the logistic map using the bisection root finding method.
GraphicalSolutionApp GraphicalSolutionApp presents a graphical solution to the logistic map.
IterateMapApp IterateMapApp calculates and plots multiple trajectories of the logistic equation.
Lorenz Lorenz model.
LorenzApp LorenzApp models the Lorenz attractor by extending AbstractAnimation and implementing the doStep method.
PoincareApp PoincareApp plots a phase diagram and a Poincare map for the damped, driven pendulum.
RecursiveFixedPointApp RecursiveFixedPointApp computes fixed points of the logistic map using the bisection root finding method.