ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>Charles Martin's Webpage -- 5C Summer 2010</title> <link rel="stylesheet" href="style1.css"> </head> <body> <!-- Site navigation menu --> <div id="navbar"> <ul> <li><a href="index.html">Home page</a> <li><a href="class.html">Teaching</a> <li><a href="vitae.pdf">Vitae</a> <li><a href="Problems.pdf">Interesting Problems</a> </ul> </div> <!-- Main content --> <div id="stuffs"> <h1>Math 5C, Summer 2011</h1> <p><b><a href="5C11_PracFinal.pdf">Practice Final!</a></b> And some <a href="5C11_PracSoln.pdf">solutions.</a></p> <p>The syllabus is <a href="5C_2011_syllabus.pdf">here.</a></p> <p>The calendar of due dates and topics is <a href="5C11_Calendar.pdf">here.</a></p> <p>Webwork can be found <a href="http://webwork.math.ucsb.edu/">here</a>. Your initial username and password are both your Perm number. <p>For a list of commonly used notation in this class, click <a href="Notation.pdf">here</a>. <p>Written homework assignments: <br> <a href="5C_HW1.pdf">Homework 1</a> <a href="5C_HW2.pdf">Homework 2</a> <a href="5C_HW3.pdf">Homework 3</a> <a href="5C_HW4.pdf">Homework 4</a> </p> <p>The take-home midterm/project can be found <a href="5C_Midterm.pdf">here.</a> For the LaTeX source click <a href="5C_Midterm.tex">here.</a> </p> <p>My solution to the midterm is <a href="midterm_soln.pdf">here.</a> </p> <p>So you want to make your math pretty? Try using LaTeX! LaTeX is a mathematical typesetting markup language<br> (like html) that auto-formats simple source code to make pdf files that look great.<br> But don't take my word for it; here's an example.<br> LaTeX converts <a href="latex_example.tex">this source file</a> into this <a href="latex_example.pdf">output pdf</a>.<br> It's worth pointing out that anyone planning to pursue math, physics, or academic engineering WILL need to learn this important skill eventually. </p> <p>To run LaTeX on a Mac, you only need to install the distribution on <a href="http://www.tug.org/mactex/2011/">this page.</a><br> I haven't installed LATeX on a windows machine in a long time, but as far as I can tell <a href="http://www.tug.org/protext/">this page</a> is all you need to read. Let me know if you have trouble with it though. </p> <p>Finally, how do you use LaTeX? The best short introduction with lots of examples is <a href="http://tobi.oetiker.ch/lshort/lshort.pdf">this document.</a> <p>The take-home final can be found <a href="5C_Final_home.pdf">here.</a> (<b>Now posted!</b>) </p> <p>The LaTeX source for the final is <a href="5C_Final_home.tex">here.</a> </p> <p>Old Practice Exams: <br> <a href="5C_2010_Practice_Exam_1.pdf">Practice Exam 1</a> -- <a href="5C_2010_Practice_Exam_1_solutions.pdf">Solutions</a><br> <a href="5C_2010_Practice_Exam_2.pdf">Practice Exam 2</a> -- <a href="5C_2010_Practice_Exam_2_solutions.pdf">Solutions</a><br> <a href="5C_2010_Practice_Exam_3.pdf">Practice Exam 3</a> -- <a href="5C_2010_Practice_Exam_3_Solutions.pdf">Solutions</a><br> <a href="5C_2010_Practice_Final.pdf">Practice Final Exam</a><br> </p> </div> <div id="backdoor"> </div> </body> </html>