bewerking=nivo/bewerking2.proc
!set n=$teller
!if $graad =0
    R=$teller
!else
    R=$graad
!endif        

nivo_title=!record 11 of lang/remarks.$taal
log=0
afrondingsfactor=-1
breuk=0
varlist=1
wims_texsize=+2
keuze=0
kans=1

!if $R>0
    # niet meer materiaal : MOET NOG WEL !!!!
    g=!randitem 2,3,4,5,6,7,8,9
    a=!randitem 1,2,3,4,5
    b=!randitem 1,20
    ff=^{$g}\log \left( x \right) + $a
    gg=^{$g}\log \left( $b - x \right) 
    tot=!exec pari A=$b/(1+$g^$a)\
    printtex(A)
    GOED$n=!line 1 of $tot
    goed$n=!line 2 of $tot
    goed$n= x\,\,=\,\, $(goed$n)
    opgave$n= \left\{ \begin{array}{cc} f\left( x \right) = & $ff  \\ \\  g\left( x \right) = & $gg \end{array}\right. 
    somtekst$n=!record 56 of lang/remarks.$taal
    !if $plaatje=1
	F=$a + log10(x)/(log10($g))
	G=log10($b -x)/(log10($g))
	insplot_set=border ; autoscale ; zeroaxis linetype 3 ; tmargin 1 ; rmargin 1 ; grid ; xlabel "x-axis" ; ylabel "y-axis"
	plotsettings$n=$insplot_set
	plaatje$n= $F notitle , $G  notitle
    !endif
 !exit
!endif
