org.opensourcephysics.sip.ch05
Class SecondLawPlotApp

java.lang.Object
  extended by org.opensourcephysics.sip.ch05.SecondLawPlotApp

public class SecondLawPlotApp
extends java.lang.Object

SecondLawPlotApp demonstrates how to create log-log plots using data from planetary orbits to demonstrate Kepler's second law. The program plots the log of the planet's semi-major axis vs. the log of the orbital period.


Constructor Summary
SecondLawPlotApp()
           
 
Method Summary
static void main(java.lang.String[] args)
          Command line entry point for program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecondLawPlotApp

public SecondLawPlotApp()
Method Detail

main

public static void main(java.lang.String[] args)
Command line entry point for program.

Parameters:
args -