Drawing a Graph


qu.1.1.mode=Formula@

qu.1.1.name=Graph@

qu.1.1.editing=useHTML@

qu.1.1.algorithm=$B=range(1,5,1);@

qu.1.1.question=Give a formula for the quadratic equation shown in the graph below:
<p>
  <center>
   <applet code="applets.grapher.Graph" archive="graphing.jar"     width="250" height="250">
    <param name="xMin" value="-10">
    <param name="xMax" value="10">
    <param name="yMin" value="-10">
    <param name="gridLines" value="10">
    <param name="yMax" value="10">
    <param name="y1" value="x^2+$B">
    </applet>
  </center>
</p>@

qu.1.1.answer=x^2+$B@

qu.1.1.tolerance=1.0E-9@

Replace the values of xmin, xmax, ymin, ymax, gridLines, and y1with the values associated with your graph.

       
Back to Tutorials