File:  [LON-CAPA] / loncom / html / adm / help / tex / Numerical_Response_Advanced_Example.tex
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jul 18 15:52:27 2002 UTC (22 years ago) by bowersj2
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, conference_2003, HEAD
Convenince labels added to the top of each file to assist in creating
index-type help files for things like the XML editor screen (where
there's nothing to hook help to).

    1: \label{Numerical_Response_Advanced_Example}
    2: 
    3: %
    4: \begin{figure}
    5: \begin{center}\includegraphics[  width=0.80\paperwidth]{numericalResponseSlopeProblem}\end{center}
    6: 
    7: 
    8: \caption{Slope Problem Parameters\label{Slope Problem Parameters Figure}}
    9: \end{figure}
   10:  Try filling out your problem with the parameters shown in the ``Slope
   11:  Problem Parameters'' figure. 
   12: 
   13: When creating randomized problems, you want to make sure that the problems
   14: always have an answer. Consider what might happen if I had chosen the two
   15: slopes \emph{both} with the expression \texttt{\&random(-1.0,1.0,.2)}. One
   16: out of ten students would get a problem where both slopes were equal, which
   17: has either no solution (for unequal y-intercepts) or an infinite number of
   18: solutions (for equal slopes and y-intercepts). Both of these cause a division-by-zero
   19: error on the division that computes the answer. There are many ways to avoid
   20: this, one of the easiest of which is picking one slope negative and one positive.
   21: This same problem can show up in many other places, too, so be careful.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>