Parent Directory
|
Revision Log
This commit was manufactured by cvs2svn to create branch 'rel-2-4-patches'.
1 ##Screen set header for set 0, Fall 1998 2 3 &DOCUMENT; 4 5 loadMacros( 6 "PG.pl", 7 "PGbasicmacros.pl", 8 "PGchoicemacros.pl", 9 "PGanswermacros.pl" 10 ); 11 12 13 14 BEGIN_TEXT; 15 WeBWorK assignment number $setNumber is due $formatedDueDate. 16 17 $PAR 18 This first problem set (set 0) is designed to acquaint you with using WeBWorK. 19 YOUR SCORE ON THIS SET WILL NOT BE COUNTED TOWARD YOUR FINAL GRADE. 20 In addition to doing the screen problems, practice getting a hard copy print out of the 21 problem set. You probably won't need it for this problem set, but you may in the future. 22 If you need software installed on your own computer look 23 \{ htmlLink("/index.html#software","here")\}. 24 $PAR 25 The primary purpose of WeBWorK is to let you know if you are getting the right answer or to alert 26 you if you get the wrong answer. Usually you can attempt a problem as many times as you want before 27 the due date. However, if you are having trouble figuring out your error, you should 28 consult the book, or ask a fellow student, one of the TA's or 29 your professor for help. Don't spend a lot of time guessing -- it's not very efficient or effective. 30 $PAR 31 32 You can use the Feedback button on each problem 33 page to send e-mail to the professors. 34 $PAR 35 Give 4 or 5 significant digits for (floating point) numerical answers. 36 For most problems when entering numerical answers, you can if you wish 37 enter elementary expressions such as 2^3 instead of 8, sin(3pi/2) instead 38 of -1, e^(ln(2)) instead of 2, 39 (2+tan(3))*(4-sin(5))^6-7/8 instead of 27620.3413, etc. 40 41 Here's the 42 \{ htmlLink(qq!http://webwork.math.rochester.edu/webwork_system_html/docs/docs/pglanguage/availablefunctions.html!,"list of the functions") \} 43 which WeBWorK understands. 44 END_TEXT 45 46 &ENDDOCUMENT;
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |