TABLE OF CONTENTS
Check out our newsgroup at http://www.ma.utexas.edu/wwwboard/m340l.darcy/wwwboard.html. Post HW or Computer questions or arrange study group meetings. Extra credit may be given for responses to HW or Computer questions which are well-explained--giving reasons, not just steps.
Tentative Schedule
(Note dates - including midterm dates - are subject to change).
Jan 20: 1.1
22: 1.2
25: 1.3
27: 1.4
29: 1.5, 1.6
Feb 1: 1.7
3: 1.8
5: 1.8, 2.1
8: 2.2
10: Review, 2.2
12: 2.3, 2.4
15: 2.4, 2.5 (Last day to drop a course without a possible academic penalty)
17: 2.8
19: 2.9
22: Review
24: Midterm #1
26: 2.9
Mar 1: 2.9
3: 2,9, 3.1
5: 3.1, 3.2,
8: 3.2, 3.3?, 4.1
10: 4.1, 4.2
12: 4.3
Spring Break Mar 15 - 19
22: 4.3
24: 4.4
26: 4.4
29: 4.4 (Last day an undergraduate student may, with the
dean's approval, withdraw from the University or drop a
course except for urgent and substantiated, nonacademic
reasons.
Last day a student may change registration in a course to
or from the pass/fail or credit/no credit basis).
31: 4.5, 4.6
Apr 2: Review (I'll give the review regardless of whether or not the
university cancels class due to Good Friday).
5: Midterm #2
7: 5.1
9: 5.2
12: 5.3
14: 5.3
16: 6.1
19: 6.2
21: 6.3
23: 6.5
26: Review
28: Midterm #3
30: 7.1
3: 7.2
5: Review
7: Review
Table of contents
All computer projects will use MATLAB. If you wish to use maple, mathematica, your calculator, etc, instead, you may do so; however you must first obtain permission (e-mail me at darcy@math.utexas.edu). If you do not use the math department computers, you should read the matlab newsgroup messages posted on Feb 12 . The computer room is in RLM 8.136. For frequently asked qustions such as how to change your password ("passwd") see URL: http://www.ma.utexas.edu/restricted-resources/faq.html.
Computer Project #1 (300 pts) Due: Friday, March 5 0.) Change your password. 1.) Do as much of the computer project, "Getting started with MATLAB" as you need. Do not turn in this project. 2.) Do and turn in the computer project, "Roundoff error in matrix calculations". Note: the "ref" command may not work. Use "rref" instead.If you have not yet picked up the above computer projects, you can find extra copies outside of my office (RLM 10.110). Extra Credit projects are on reserve in the PMA library.
Extra Credit Due: Friday, March 5
Do as many as you wish of Day's projects (2 - 8) which are listed below:
2.) 10 pt
3.) 20 pt
4.) 15 pt
5.) 20 pt
6.) 15 pt
7.) 20 pt
8.) 20 pt
-------------------------------------------------------------------------------
Extra Credit #2 Due: Friday, April 2
Do as many as you wish of Day's projects (11, 12, 13, 15, 22) listed
below which can be found on reserve under my name (Darcy) in the PMA
library (4rth floor of RLM -- the math building):
11.) 20 pts
12.) 20 pts
13.) 20 pts
15.) 20 pts (I highly recommend this simple project)
22.) This is the project we did in class. You may do it twice for
extra credit as listed below. Instead of using submats, using the command
randint(m,n,k,r). The command randint(m,n,k,r) is an m by n matrix of
rank r with integer entries in the interval [-k:k].
20 pts: Let A = randint(5, 5, 99, 4)
Let B = randint(5, 5, 99, 4)
20 pts: Repeat project 22, but this time,
Let A = randint(5, 5, 99, 4)
and let B = A*randint(5, 4, 9, 4)
20 pts: If you did project 22 twice as described above, you
probably had one case when Col A = Col B while in the other case Col A was
not the same as Col B. Answer the following challenge questions (answers
will be graded based on explanations given:
1.) Which of the above commands will most likely generate two matrices
with the same column space. Explain. Will these commands always generate
the same column space. Explain.
2.) Which of the above commands will most likely generate two matrices
with different column spaces. Explain. Will these commands always
generate different column spaces. Explain.
---------------------------------------------------------------------------
Extra Credit #3 Due: Friday, May 7
Do as many as you wish of Day's projects (19, 20, 27) listed below which
can be found on reserve under my name (Darcy) in the PMA library (4rth
floor of RLM -- the math building):
19.) Partitioned Matrices: 30 pts
20.) Schur Complements: 30 pts
27.) Least Squares solutions and Curve Fitting: 20 pts
Note: Projects 19 and 20 are a good review for section 2.4. Project 27
refers to section 6.6 which we did not cover in class (and thus will not
appear on the final), but is a nice application.
The extra credit will be added to your homework grade. Thus, you may earn
more than 100% on your homework grade (up to a maximum of 120%).
Total HW points possible (including computer project): (11 - 2)*100 + 300 = 1200 pts.
If you find any bugs, please e-mail me. You will still be given credit for a project even if you cannot finish the project due to a computer bug (if you turn in the project and e-mail me).
A list of bugs can be found at our newsgroup at http://www.ma.utexas.edu/wwwboard/m340l.darcy/wwwboard.html.
If you do not use the math department computers, you should read the matlab newsgroup messages posted on Feb 12 .
Date: Wednesday, Feb 24
LOCATION: WAG 101 (our normal classroom)
Time: 1:00 - 1:50pm (our normal time).
covering Ch 1 and 2.1 - 2.5
Bring your student ID. No calculators will be allowed. Show all work on
the exam.
I will not provide any formulas for this exam. However, you may bring a
3 X 5 card upon which you may write anything you want on both sides of the
card.
Hints for studying for the exam:
0.) Take last years 50 minute exam 1 on reserve in the PMA library
(ground floor of RLM).
1.) Test yourself on the supplementary exercises. For example,
p.95: 1,5, 7, 8, 12, 13 and p. 177: 1, 3, 8, 12, 13, 15, 16
Note these are only suggested problems and are not required.
Date: Monday, Apr. 5
LOCATION: WAG 101 (our normal classroom)
Time: 1:00 - 1:50pm (our normal time).
covering 2.9, 3.1, 3.2, 4.1 - 4.6
Click here for suggestions made and information given during the review.
HW #6 and #7 are in a blue bag outside of Mr. Portillo's office (RLM
9.146).
Bring your student ID. No calculators will be allowed. Show all work on
the exam.
I will not provide any formulas for this exam. However, you may bring a
3 X 5 card upon which you may write anything you want on both sides of the
card.
Hints for studying for the exam:Attend one or both the reviews: Thursday 1 - 3pm in WAG 101 or in class on Friday (I'll give the Friday class review, 1 - 2pm, regardless of whether or not the university cancels class due to Good Friday).
0.) Take last years 50 minute exam 2 on reserve in the PMA library
(ground floor of RLM).
1.) Test yourself on the supplementary exercises. For example,
p206: 1 (skip the letters l and m), 2 - 6 all, and
p.292: 1a-1o (skip p and q) 2, 4, 6, 7, 8.
Date: Wednesday, Apr 28
LOCATION: WAG 101 (our normal classroom)
Time: 1:00 - 1:50pm (our normal time).
covering 5.1, 5.2, 5.3 and 6.1, 6.2, 6.3
Bring your student ID. No calculators will be allowed. Show all work on
the exam.
I will not provide any formulas for this exam. However, you may bring a
3 X 5 card upon which you may write anything you want on both sides of the
card.
Q & A SESSIONS:
Hints for studying for the exam:
1.) Test yourself on the supplementary exercises. For example,
p364: 1(a - p), 13, 14
p439: 1(a - q)
2.) Do (or redo) the practice problems listed throughout the text.
Read the solutions. I think the book gives some good
explanations.
3.) Read over your class notes, perhaps redoing some of the examples
you saw in class.
4.) Review your homework {ESPECIALLY 5.3 AND 6.3}.
5.) MOST IMPORTANT: Make sure you understand what you are doing.
Spending time to understand how to do one problem is far more
profitable than doing 20 problems without understanding.
Bring your student ID. No calculators will be allowed. Show all work on the exam. I will not provide any formulas for the final exam. However, you may bring one 3 X 5 card upon which you may write anything you want on both sides of the card.
Finals Week Office Hours
Dr. Darcy (RLM 10.110): Monday 3 - 6:30pm, or by appointment. I will be
out of town on Friday, but am available all day Wednesday and Thursday.
You can try dropping by or e-mail me a time to make sure I am in.
Mr. Portillo (RLM 9.146): Monday 9 - 11am.
Hints for studying for the final exam:
0'.) Check back here on Thursday for more information relating to the final.
0.) Take the two practice finals on reserve in the library.
1.) Test yourself on the supplementary exercises. See above and
p. 439 1r, 1s, 10 and p.485: 1a, b, c, e, 4, 5
2.) Do (or redo) the practice problems listed throughout the text.
Read the solutions. I think the book gives some good
explanations.
3.) Read over your class notes, perhaps redoing some of the examples
you saw in class. If you are missing any recent class notes,
remember the most recent CLASS NOTES ARE ON RESERVE IN THE LIBRARY.
4.) Review your homework.
5.) MOST IMPORTANT: Make sure you understand what you are doing.
Spending time to understand how to do one problem is far more
profitable than doing 20 problems without understanding.
The following calculation may also be used:
If this grade is higher AND if your final demonstrates that you now know the material corresponding to your lowest midterm, you will be given this higher grade. If you earn any grade below a B on the final, it is unlikely that you have demonstrated that you know the material corresponding to your lowest midterm.
The two lowest homework grades will be dropped. No computer project grades will be dropped.