[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Formula_Response_Sampling.tex

www lon-capa-cvs@mail.lon-capa.org
Sat, 22 Apr 2006 20:57:34 -0000


www		Sat Apr 22 16:57:34 2006 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Formula_Response_Sampling.tex 
  Log:
  Example more helpful
  
  
Index: loncom/html/adm/help/tex/Formula_Response_Sampling.tex
diff -u loncom/html/adm/help/tex/Formula_Response_Sampling.tex:1.3 loncom/html/adm/help/tex/Formula_Response_Sampling.tex:1.4
--- loncom/html/adm/help/tex/Formula_Response_Sampling.tex:1.3	Fri Feb 18 15:30:52 2005
+++ loncom/html/adm/help/tex/Formula_Response_Sampling.tex	Sat Apr 22 16:57:34 2006
@@ -38,9 +38,9 @@
 \item {}``x@1:5\#4;10'' will takes 4 samples from somewhere between 1 and 5,
 and also sample at 10.
 \end{itemize}
-For $2x^{2}+3y^{3}$, which has two variables, one could specify:
+For $2x^{2}+3y^{3}+z$, which has three variables, one could specify:
 
 \begin{itemize}
-\item {}``x,y@4,5:10,12\#4;0,0'', which take four samples from the box determined
-by the points (4, 5) and (10, 12), and also sample the point (0, 0).
+\item {}``x,y,z@4,5,3:10,12,8\#4;0,0,0'', which take four samples from the box determined
+by the points (4, 5, 3) and (10, 12, 8), and also sample the point (0, 0, 0).
 \end{itemize}