; lesson_8
; Advantage_plots
;
RETALL
;
.RUN prep-plot
prep_plot
;
.RUN heat
heat
;
.RUN para_spline
para_test
;
.RUN monte
monte, 5000
;
.RUN fourier
WINDOW, 0, XSize = 875, YSize = 700, $
	XPos = 3, YPos = 30, $
	Title = 'PV-WAVE Advantage Fourier ' $
	+ 'Sine Series'     
FOR i = 2,20,2 DO BEGIN fourier,i & WAIT,1
WAIT, 10
prep_plot
;
.RUN scattered
scattered
;
.RUN lorenz
lorenz
;
.RUN mreg
mreg
;
.RUN poly_model
poly_model
;
.RUN quadrature
quadrature
;
.RUN gamma_bessel
gamma_bessel
;
.RUN population_ode
population_ode
;
.RUN linear
linear
;
prep_plot
;
RETALL
