Dr. Sarah's Math 2240 Calendar and Main Web Page - Summer 2010

Jump down to tomorrow's homework which is located above the red lines
Date     WORK DUE at the beginning of class or lab unless otherwise noted!
25 June - Fri
  • Final Project Research Sessions
    Travis Baxter: Crystals
    Jenna Cantrell: Prisoner's dilemma and Nash equilibrium
    Thomas Capranica: NFL Quarterback Rating
    Colin Curtis: Pseudoinverse
    Cole Ditchman and Bradley Sheets: Matrix Encryption and Decryption
    Jacob Edwards: The Eight Queens Problem
    Clinton Freeman: Linear Algebra applications to computer graphics, such as collision detection, rotations, etc.
    Nick Galloway: Forest Management
    Bobby Lunceford: HITS (hyperlink-induced topic search) algorithm
    Lauren Elizabeth Mitchell: NFL quarterback rating system
  • Watch the premiere of Futurama if you are a fan.
  • __________ ________________________________________________________________________
    __________ ________________________________________________________________________
    24 June - Thur
  • Work on the final project.
  • 23 June - Wed
  • Test 3 in 307b study guide
  • Test 2 revisions due
  • 24 June - Tues
  • Final project topic must be approved on ASULearn.
  • Read over problem set 6 solutions, study for test 3 and write down any questions you have.
  • 21 June - Mon
  • Problem Set 6 See Problem Set Guidelines and Sample Problem Set Write-Ups
    Note: You may work with two other people and turn in one per group of three
    Hints and Commands for Problem Set 6
    Problem 1:  7.1   #14 by hand and on Maple via the Eigenvectors(A); command also compare your answers and resolve any apparent conflicts or differences.
    Problem 2:  Rotation matrices in R2   Recall that the general rotation matrix which rotates vectors in the counterclockwise direction by angle theta is given by
    M:=Matrix([[cos(theta),-sin(theta)],[sin(theta),cos(theta)]]);
      Part A:   Apply the Eigenvalues(M); command. Notice that there are real eigenvalues for certain values of theta only. What are these values of theta and what eigenvalues do they produce? (Recall that I = the square root of negative one does not exist as a real number and that cos(theta) is less than or equal to 1 always.)
      Part B: Find a basis for the corresponding eigenspaces.
      Part C:   Use only a geometric explanation to explain why most rotation matrices have no eigenvalues or eigenvectors (ie scaling along the same line through the origin).
    Problem 3:  7.2   7
    Problem 4:  7.2 18
    Problem 5:  7.2 24
    Problem 6:  Foxes and Rabbits (Predator-prey model)
    Suppose a system of foxes and rabbits is given as:


      Part A: Write out the Eigenvector decomposition of the iterate xk, where the foxes Fk are the first component of this state vector, and the rabbits Rk the second.
      Part B: Use the decomposition to explore what will happen to the vector xk in the longterm, and what kind of vector(s) it will travel along to achieve that longterm behavior, and then fill in the blanks:
    If ___ equals 0 then we die off along the line____ [corresponding to the eigenvector____], and otherwise we [choose one: die off or grow or hit and then stayed fixed] along the line____ [corresponding to the the eigenvector____].
      Part C: Determine a value to replace 1.05 in the original system that leads to constant levels of the fox and rabbit populations (ie an eigenvalue of 1), so that eventually neither population is changing. What is the ratio of the sizes of the populations in this case?
  • 18 June - Fri
  • Read the final project criteria. Start thinking about a topic and message it to me for approval on ASULearn.
  • Begin working on PS 6
  • 17 June - Thur
  • Test 1 revisions due.
  • Test 2 in 209b study guide
  • 16 June - Wed
  • Read over Problem Set 4 and 5 solutions on ASULearn.
  • Then examine the study guide and write down (to turn in) questions you have.
  • 15 June - Tues
  • Problem Set 5 See Problem Set Guidelines and Sample Problem Set Write-Ups
    Note: You may work with two other people and turn in one per group.
    Hints and Commands for PS 5
    Problem 1: 4.4   16
    Problem 2: 4.5   24
    Problem 3: 4.5   48
    Problem 4: Cement Mixing Continued (**ALL IN MAPLE**) This problem is worth more than the others
    Problem 5: 4.6   24
    Problem 6: 4.6   27
  • 14 June - Mon
  • Work on test 1 revisions. Begin studying for test 2.
  • Work on problem set 5.
  • 11 June - Fri
  • Practice Problems (to turn in)
    4.4 11, 53
    4.5 22
  • 10 June - Thur
  • Problem Set 4 See Problem Set Guidelines and Sample Problem Set Write-Ups
    Hints and Commands for Problem Set 4
    Problems 1: 4.1 36
    Problem 2:  4.1 44
    Problem 3:  Cement Mixing (*ALL IN MAPLE*) *This problem is worth more than the others.
    Problem 4:  4.2   22
    Problem 5:  Natural Numbers   Prove that the natural numbers (scalar multiplication as usual) is not a vector space using axiom 6.
    Problem 6:  True or False:   The line x+y=0 is a vector space.
    Problem 7:  Solutions to the plane 2x-3y+4z=5, ie {(x,y,z) in R^3 so that 2x-3y+4z=5}   Prove that this is not a subspace of R3 using axiom 1 (addition as usual).
    Problem 8: 4.3   (14 part D - Be sure to leave n as general as in class - do not define it as 2x2 matrix). Prove that this is not a subspace (addition as usual).
  • 9 June - Wed
  • Practice Problems (to turn in)
    4.1   35, 43, 52
    4.2 21 [Show that axiom 1 is violated, ie find two determinant 0 matrices that sum to a matrix with determinant non-zero]
  • Bring your book to class
  • Begin working on the problem set.
  • 8 June - Tues
  • Practice Problems (to turn in)
    4.1   7 and 49.
  • Bring your book to class
  • 7 June - Mon
  • Test 1 in 209b on Chapters 1, 2 and 3 study guide
  • 4 June - Fri
  • Read over Problem Set 1, 2, and 3 Solutions on ASULearn. Then examine the study guide and write down (to turn in) questions you have.
  • 3 June - Thur
  • Problem Set 3 See Problem Set Guidelines, Sample Problem Set Write-Ups
    Note: You may work with at most two other people and turn in one per group.
    Maple Commands and Hints for PS 3 I also encourage you to ask me questions about anything you don't understand in office hours or message me on ASULearn. Your group's explanations must distinguish your work as your own.
    Problem 1: 2.5   24
    Problem 2: Healthy/Sick Workers (all on Maple including text comments) *This problem is worth more than the others.
    Problem 3: 3.1   47 part a
    Problem 4: 3.2   32 part c
    Problem 5: 3.3   (28 by-hand and on Maple)
    Problem 6: 3.3   (34 if a unique solution to Sx=b exists, find it by using the method x=MatrixInverse(S).b in Maple).
    Problem 7: 3.3   (50 parts a & c)
  • 2 June - Wed
  • Review the ASULearn solutions for 2.5 on Stochastic/Markov systems.
  • Practice Problems (to turn in):
  • Read 2.5 number 10.
    Part A Set up the stochastic matrix N for the system. The first column of N represents A->A, A->B, and A->Neither [.75, .20, .05 is the first column; .75, .15, .10 is the first row].
    Part B Using regularity, we can see that the system will stabilize since the columns add to 1, and the entries are all positive. Find the steady-state vector by setting up and solving (N-I)x=0 for x. Recall that if you add a row of 1s at the bottom, this will solve for the value you want [the entries add to 100%].
  • Begin working on Problem Set 3.
  • 1 June - Tues
  • Problem Set 2 - See Problem Set Guidelines and Sample Problem Set Write-Ups
    Note: You may work with at most two other people and turn in one per group.
    Maple Commands and Hints for PS 2 I also encourage you to ask me questions about anything you don't understand in office hours or message me on ASULearn. Your group's explanations must distinguish your work as your own.
    Problem 1: 2.1   30
    Problem 2: 2.2   34 parts a, b & c
    Problem 3: Show that the following statements about matrices are false by producing counterexamples and showing work:
          Statement a) A2=0 implies that A = 0
          Statement b) A2=I implies that A=I or A=-I
          Statement c) A2 has entries that are all greater than or equal to 0.
    Problem 4: 2.3   12
    Problem 5: 2.3   14 by hand and on Maple
    Problem 6: 2.3   28 part a - look at the matrix system as Ax=b and then apply the inverse method of solution
    Problem 7: 2.3   40 part d
  • 30 June - Mon
  • Read over Problem Set 1 Solutions on ASULearn
  • Practice Problems in 2.1 and 2.2: (to turn in). Do not worry about getting the same answer as the back of the book (although it would be nice!) but do concentrate instead on making sure you understand the methods. Do not worry about explaining your work.
    2.1 (by-hand: 9, 32)
    2.2 (by-hand: 17, 18), (35 parts b and c)
  • Work on Problem Set 2
  • 28 May - Fri
  • Read through Sample Problem Set Write-Ups
  • Problem Set 1 - See Problem Set Guidelines, Sample Problem Set Write-Ups, and Problem Set 1 Maple Commands and Hints. I also encourage you to ask me questions about anything you don't understand in office hours or on the bulletin board. Your explanations must distinguish your work as your own.
    Note: You may work with at most two other people and turn in one per group but each person must complete and turn in Problem 3 themselves (in their own words).
    Problem 1: 1.1   60 part c
    Problem 2: 1.1   74
    Problem 3: 1.2   30 by hand and also on Maple
    Problem 4: 1.2   32
    Problem 5: 1.2   44 parts a) through d) - in b) and d) find all the values of k and justify
    Problem 6: 1.3   24 parts a and b
    Problem 7: 1.3   26
  • 27 May - Thur
  • Compare your 1.1 practice problems with solutions on ASULearn. A similar style of explanation is necessary for problem set 1 but not for practice problems.
  • Do these by-hand since you need to get efficient at the by-hand method. No need to write in complete sentences.
    1.2   25, 27, and (43 - in addition to the directions in the book, find all the values of k and justify why these are all of them). Do not worry about getting the same answer as the back of the book (although it would be nice!) but do concentrate instead on making sure you understand the method of Gaussian Elimination.
  • Read through Problem Set Guidelines and Problem Set 1 Maple Commands and Hints and continue working on problem set 1.
  • 26 May - Wed
  • Bring your i-clicker to class each day.
  • Read through the online syllabus carefully. Search google for Dr. Sarah, click on my page, and click on the MAT 2240 link and then the Syllabus link. Prepare to share something you read there and write down any questions you have - the university considers this a binding contract between us.
  • Practice Problems to turn in - the answers to odd problems are in the back of the book and there is a student solution manual in mathlab (M-Th, 2-4:30)
    1.1   7, 15, 19, (59 parts b and c), and 73.
    Don't worry about getting the correct answer - instead concentrate on the ideas and the methods. This will count as participation and will not receive a specific grade, although I will mark whether you attemped the problems. For true/false questions, if a part is false, provide a specific counterexample, if it is true, quote a phrase from the text.
  • Begin working on problem set 1 under Friday's due date.