Update of /cvsroot/aimmath/AIM/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv31316/doc
Modified Files:
AuthoringPackages.html
Added Files:
RandArgCatalog.html
Log Message:
Added a new Package RandArgs and associated documention and hooks.
This provides a library of predefined arguments for Rand and a html look-up catalog so that a question author can simply look up the kind of random expression he wants to use in his question in the catalog and then use it directly with no further programming needed.
--- NEW FILE: RandArgCatalog.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<meta name="GENERATOR" content="TtH 3.30">
<style type="text/css"> div.p { margin-top: 7pt;}</style>
<style type="text/css"><!--
td div.comp { margin-top: -0.6ex; margin-bottom: -1ex;}
td div.comb { margin-top: -0.6ex; margin-bottom: -.6ex;}
td div.hrcomp { line-height: 0.9; margin-top: -0.8ex; margin-bottom: -1ex;}
td div.norm {line-height:normal;}
span.roman {font-family: serif; font-style: normal; font-weight: normal;}
span.overacc2 {position: relative; left: .8em; top: -1.2ex;}
span.overacc1 {position: relative; left: .6em; top: -1.2ex;} --></style>
<center><font size="+3">
<title>Catalog of Built-in Rand Args</title>
Catalog of Built-in Rand Args
[...4489 lines suppressed...]
>x (2 x <font face="symbol">-</font
>8 y z<sup>5</sup>), 5 x <font face="symbol">-</font
>8 y<sup>3</sup> z<sup>2</sup>, (7 x<sup>3</sup> z<sup>2</sup> <font face="symbol">-</font
>9 y) ln(z), </td><td nowrap="nowrap" align="center">
ln(x)
<div class="hrcomp"><hr noshade="noshade" size="1"/></div>x<sup>2</sup> z<sup><font face="symbol">-</font
>1/2</sup> <font face="symbol">Ö</font
>y<br /></td><td nowrap="nowrap" align="center">
, 3 z <font face="symbol">-</font
>3 x<sup>3</sup> y<sup>3</sup></td></tr></table>
</td></tr></table>
<br /><br /><hr /><small>File translated from
T<sub><font size="-1">E</font></sub>X
by <a href="http://hutchinson.belmont.ma.us/tth/">
T<sub><font size="-1">T</font></sub>H</a>,
version 3.30.<br />On 19 Dec 2003, 21:00.</small>
</html>
Index: AuthoringPackages.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/AuthoringPackages.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AuthoringPackages.html 13 Oct 2003 21:17:34 -0000 1.4
--- AuthoringPackages.html 12 Jan 2004 05:58:12 -0000 1.5
***************
*** 35,38 ****
--- 35,41 ----
numerals, converting numbers to words, etc)</li>
<li><a href="Random.html"><b>Random</b></a> - defines some utility functions for generating random questions. The Rand() command is an all purpose recursive random-thing-maker.</li>
+ <li><a href="RandArgCatalog.html" target="_blank"><b>RandArgs</b></a> - A library of predefined
+ arguments to Rand with samples of the expressions each
+ produces. </li>
<li><a href="aim/AnswerHints.html"><b>AnswerHints</b></a> - This package
defines utilities useful for detecting common mathematical errors in
|