Spring 2008 Math 151 Matlab Assignment 9
Description
- Students will work together in their STEPS teams. In this
manner they will:
- finish assignments more quickly and cross-check each other's work;
- give their TAs a more manageable amount to grade;
- build their networking and cooperation skills.
- In Chapter 9 of your Matlab lab manual and Chapter 5 of your
textbook, do the following problems.
- g284x02, g284x03, g286x08, g286x10, g288x14, g288x15
- For each problem, you'll work out of the MATLAB Editor. You'll
interactively save and run your MATLAB M-file, writing input and
output to a diary file. If you have graphics, export them as
Encapsulated PostScript. For example, the four files for the
first problem are:
- g284x02.m: M-file with MATLAB input commands and
comments
- func.m: function M-files you create, if any
- g284x02.txt: diary file with input and output
interspersed
- g284x02.eps: Encapsulated PostScript printer file
- You'll print out the .txt and .eps files via
xprint. Do any hand work on ruled notebook paper or engineering
green graph paper.
- This assignment is due Wed-Thu, 16-17/Mar, at the START of
computer lab. Be sure to manage your time according to your
schedule. Do NOT put things off!
- When you finish, you will turn in the documentation of your
Matlab work to your TA. Everyone will do this on the date stated
(not before), to make things easier for your TA. In this regard, make
sure the following information is on a cover sheet.
- Spring 2008 Math 151 Matlab Assignment 9
- Section 8xx, Your Name, Student ID
- Various MATLAB videos that you have viewed in advance
show how to use xprint to print your diary .txt
and graphics .eps files from CalcLab. Alternatively, transfer
your MATLAB files to your TAMU open access lab H: home drive via
WinSCP, load them into the Windows version of MATLAB, and print
locally.
Notes
- There are samples of the types of problems you have to do in
Chapter 9 of your lab manual.
- For g288x14, use black streamlines, a red boundary for the
circle, and a yellow fill for the interior of the circle (thus
eliminating the artifacts)!
- A nice set of streamlines in g288x14 is obtained by
replacing 100, the number of contours in the contour command
with the vector v where v = [-L L]; with
L = linspace(0.1, 17, 50); then do the fill mentioned
above.
Please send comments, questions, or suggestions
to Art Belmonte at
"belmonte@calclab.math.tamu.edu".
Last updated Sun, 30/Mar/2008, 5:30 pm