bewerking=bewerking4.proc
!if $taal=nl
    nivo_title=Bepaal de groeifunctie aan de hand van een java-applet.
    TIJD=tijd
    H=hoeveelheid 
    getal=getal
    groeifactor=groeifactor
    somtekst=Bepaal de groeifunctie van groene curve met behulp van de applet<p>De algemene formule luidt:<br><center>\
    <table border="2" cellpadding="20"><th><em>$H = getal &times; groeifactor<sup><sup><small>$TIJD</small></sup></sup></em></th></table>
!else
    nivo_title=Determine the "growth-function"
    TIJD=time
    H=quantity 
    getal=number
    groeifactor=growth_factor
    somtekst=determine the growth function of the green curve ,with aid of the jcm-applet<p>\
    The general formule :<br><center>\
    <table border="2" cellpadding="20"><th><em>$H = $getal &times; $groeifactor<sup><sup><small>$TIJD</small></sup></sup></em></th></table>
!endif

# $aantal_sommen zijn aantal plaatjes...
aantal_sommen=1
afrondingsfactor=100
grnd=!randint 5,200

    
P=!shuffle 0.2,0.4,0.6,0.8,1.1,1.3,1.5,1.7,1.9
p=!randitem $P
A=!shuffle 1.3,1.6,1,9,2.5,2.8,3.2,3.8,4.2,4.7,5.1,5.9,6.5,7.1,7.8,8.3,8.9,9.6
a=!randitem $A

formule= \begin{bf} $H \end{bf} \,\, =\,\, $a \cdot $p^{^{\begin{bf} $TIJD \end{bf} } }	

F=$a*$p^x
GOED1= $H=$a*$p^$TIJD
goed1=$[$a*$p]
applet=<applet codebase="$appletdir" archive="jcm1.0-config.jar" code="MultiGraph.class" width="640" height="480">\
<param name="UseFunctionInput" value="no">\
<param name="CanvasColor" value="255 255 224">\
<param name="PanelBackground" value="255 255 224">\
<param name="BackgroundColor" value="255 255 224">\
<param name="UseGrid" value="yes">\
<param name="Parameter1" value="$getal -10 10 1">\
<param name="Parameter2" value="$groeifactor -1 5 1">\
<param name="Function1" value="$getal*($groeifactor^x)">\
<param name="Function2" value="$F">\
<param name="Functiom2" value="4.01*1.15^x">\
<param name="Functiom3" value="1.34*0.87^x">\
<param name="Functiom4" value="7.28*1.23^x">\
<param name="GraphColor1" value="red">\
<param name="GraphColor2" value="green">\
<param name="UsePanner" value="yes">\
<param name="UseZoomButtons" value="yes">\
<param name="UseMouseZoom" value="yes">\
<param name="UseLimitsPanel" value="yes">\
<param name="Limits" value="-10 10 -10 100">\
<param name="Xlabel" value="$TIJD">\
<param name="Ylabel" value="$H ">\
$geenjava</applet>



