<html> <head> <title>CS370 - Intro. to Scientific Computing, Fall 2009</title> <link rel="stylesheet" type="text/css" href="cs370.css"> </head> <body> <!-- the menu of links gets bundled into a sidebar --> <div id="menu"> <h1>CS 370 Main Menu</h1> <hr /> <ul class="list-of-links"> <li> Home Page <li> <a href="syl.html"> Syllabus</a> <li> <a href="honor.html"> Pledge</a> <li> <a href="book.html"> Textbook</a> <li> <a href="hwk/index.html">Assignments</a> <li> <a href="links.html">Links</a> <li> <a href="http://www.cs.utk.edu/~berry">Instructor</a> </ul> </div> <!-- outer and inner wrappers needed to horizontally center the main content --> <div id="main-content-outer-wrapper"> <div id="main-content-inner-wrapper"> <!-- the header is structurally one unit so I created a div for it --> <div id="header"> <hr class="headerrule"> <h1 id="main-title">CS 370 - Intro. to Scientific Computing</h1> <h2 id="semester">Fall Semester 2009, Section 001</h2> <h3 id="timeplace">MWF 9:05 - 9:55am, Claxton 205</h3> <hr class="headerrule"> </div> <div class="announcements"> <p>A complete set of <strong>CS370 Lecture Notes</strong> can be purchased ($12.00) from <a href="http://www.gcknoxville.com">Graphics Creations</a> at 1809 Lake Avenue.</p> <p>Click <a href="assign/exam1-rev.txt">here</a> for a review of topics for Exam I (given on Wed, Oct 1). Exam II (covering Chapters 5-7) is scheduled for Wed, Nov. 12.</p> <p>Click <a href="assign/exam2-rev.txt">here</a> for a review of topics for Exam II. The Final Exam (covering Chapters 8 and 9) will be a take home exam which will be given out on Monday, Dec 1 (at the end of class). Exams should be hand delivered to CL318 by noon on Friday, Dec 5.</p> </div> <div id="course-information"> <!-- conceptually the set of instructors is a list so I chose an unordered list to represent the instructors block. I also wanted special formatting for the instructors (hanging indents), so they needed their own block. Note that Mike Berry's original page did not have hanging indents--I added them because they look nice and because CSS makes them easy to add. --> <ul id="instructors"> <li> Instructor Office Hours: Tu (8:30-9:30am) or by appointment, CL318 <li> Teaching Assistant: <a href="mailto:puretski@eecs.utk.edu">Andrey Puretskiy</a>, Office Hours: (see <a href="#labsection">Lab Section</a> below), Office Phone 974-4196 </ul> <p> Possible online book suppliers for our textbook are: <a href="http://www.bookpool.com/">Bookpool</a>, <a href="http://www.efollet.com">Efollet</a>, and <a href="http://www.allbookstores.com">allbookstores.com</a>. <p> <a name="labsection"> <p>The <strong>Lab Section</strong> for this class meets in CL103 (Cetus Lab) on Friday from 2:30pm to 5:30pm. This 3-hour period will serve as office hours for the TA to provide guidance and help on all assigned programming tasks. <strong>Please email the TA by the end of class each Friday if you plan to attend lab/office hours.</strong></p> <p> For students who add the course late and do not have a CS login to use machines in the Cetus/Hydra labs, please go to Claxton Complex 106 or Ferris Hall 417 during normal business hours to receive an account. You will need to have your student ID card with you. If you are taking multiple classes, the account will be created for the class listed first.</p> </div> <div id="exam1-content"> <strong>Exam I is scheduled for <span class="date">Oct 3</span> and will cover<br> material from Chapters 1 through 3.</strong> </div> <div id="mathworks"> <a href="http://www.mathworks.com"><img border=0 src="fp_industriesb.jpg"></a> </div> </div> </div> </body> </html>