HOMEWORK ASSIGNMENTS FOR ALGEBRA I STUDENTS

In this document you will find a record of all homework assigned during the semester. These assignment sheets are written in LaTeX. It is possible to read the LaTeX files directly, but you will see extra characters that are used to adjust fonts and spacing. You can avoid this by printing the file or viewing it. There are two ways to print. The easy way is to download the postscript version (which is the version that ends in .ps) and then print it. Here is how: If you want to print HOMEWORK I, download ``alghw1.ps'', and then print it with the command

lp -d[printername] alghw1.ps

The only thing missing from the above is the name of the printer you are using to print from. If, for example, you want to print to Gauss (the printer in the copy room of the math department), then you would use the command

lp -dgauss alghw1.ps

The other way to print the file is to download the LaTeX file (which is the version that ends in .tex) and convert it into something printable. You can do this from homer by typing the following commands in a directory that contains the LaTeX file. If you want to print HOMEWORK I, download the LaTeX file, which is called ``alghw1.tex''. Then type:

latex alghw1

dvips alghw1

lp -d[printername] alghw1.ps

The only thing missing from the above is the name of the printer you are using to print from.

If you have the Adobe Acrobat Reader on your machine, you should be able to view the .pdf version of the file.


HOMEWORK I, alghw1.tex, alghw1.ps, alghw1.pdf


HOMEWORK II, alghw2.tex alghw2.ps, alghw2.pdf


HOMEWORK III, alghw3.tex alghw3.ps, alghw3.pdf


HOMEWORK IV, alghw4.tex alghw4.ps, alghw4.pdf


HOMEWORK V, alghw5.tex alghw5.ps, alghw5.pdf


HOMEWORK VI, alghw6.tex alghw6.ps, alghw6.pdf


HOMEWORK VII, alghw7.tex alghw7.ps, alghw7.pdf


Back to Algebra I Page


Last modified on Aug 20, 1999.