For each problem you can view the input M-file or the output text file. For Problems 4--6 and 8 there are also HTML files that show the output text together with links to the corresponding graphs. Notice that in the M-files for these problems, after the commands to produce each graph we include the pause command followed by a command of the form print -deps figure1. The latter command prints the graph to the file figure1.eps in Encapsulated PostScript format; this file is suitable to be sent directly to a PostScript printer or (for some word processors) to be imported into a document. If you want to sent graphs directly to the printer, type just print instead. The pause command causes execution of the M-file to pause until you press a key; this allows you a chance to look at the graph before moving on to the next graph, and to abort the script by typing control-C in case you decide you want to make further changes before printing.
Problem 1: prob1.m
prob1.txt
Problem 2: prob2.m
prob2.txt
Problem 3: prob3.m
prob3.txt
Problem 4: prob4.m
prob4.txt prob4.html
Problem 5: prob5.m
prob5.txt prob5.html
Problem 6: prob6.m
prob6.txt prob6.html
Problem 7: prob7.m
prob7.txt
Problem 8: prob8.m
prob8.txt prob8.html
Problem 9: prob9.m
prob9.txt
Problem 10: prob10.m
prob10.txt
Problem 11: prob11.m
prob11.txt