version 1.1, 2007/01/22 21:48:55
|
version 1.2, 2007/01/23 21:16:50
|
Line 1
|
Line 1
|
<problem> |
<problem> |
<script type="loncapa/perl">$k=&random(3,6,1); |
<script type="loncapa/perl"> |
|
$k=&random(3,6,1); |
$formula="a*x^$k"; |
$formula="a*x^$k"; |
$m=$k-1; |
$m=$k-1; |
$derivative="$k*a*x^$m";</script> |
$derivative="$k*a*x^$m"; |
|
</script> |
|
|
<startouttext />What is the derivative of <tt>$formula</tt> with respect to x?<endouttext /> |
<startouttext /> |
|
What is the derivative of <tt>$formula</tt> with respect to x? |
|
<endouttext /> |
|
|
<formularesponse answer="$derivative"> |
<formularesponse answer="$derivative"> |
<responseparam description="Numerical Tolerance" type="tolerance" default="0.00001" name="tol" /> |
<textline size="25" /> |
<textline size="25" /> |
</formularesponse> |
</formularesponse> |
|
|
|
</problem> |
</problem> |
|
|