Recent content by jkeatin

  1. J

    Transition matrix for web surfers jumping between four pages

    .2 1/4th .2 1/4th *.8 1/4th 1/4this that correct for column a?
  2. J

    Transition matrix for web surfers jumping between four pages

    do i divide every entry in the matrix by 1/4th ?
  3. J

    Transition matrix for web surfers jumping between four pages

    Homework Statement p1 goes to p2 p2 goes to p3 p3 goes to p1 p4 goes to p3 Assume that surfers have an 80% chance of following one of the links on the page, and a 20% chance of jumping to a random page. (a) Write the transition matrix A representing the surfing process. (b) Is A...
  4. J

    Transition matrix for three political parties with switching rates

    I took .7 , .8 , and .4 and subtracted 1 from each, then i got x1=6t x2=3t and x3=t so 60% uppers, 30% downers 10% pocketeers, is that close or am i just way off
  5. J

    Matrix, eigenvalues and diagonalization

    Matrix A= 1 2 0 2 1 0 2 -1 3 i got eigenvalues k=3 k=-1 what do i do after that to prove it is not able to be diagonalized
  6. J

    Transition matrix for three political parties with switching rates

    or do i find the eigenvalues and eigenvectors?
  7. J

    Transition matrix for three political parties with switching rates

    .7 .1 .3 .15 .8 .3 .15 .1 .4 then do i just reduce the matrix equation and find the values?
  8. J

    Diagonalizability of 3x3 Matrices with 3 Distinct Eigenvalues

    Thanks guys, I think its making sense, we will see on finals week lol.
  9. J

    Diagonalizability of 3x3 Matrices with 3 Distinct Eigenvalues

    so what if a 3x3 matrix only has two eigenvalues, does that mean its not able to be diagonalized?
  10. J

    Transition matrix for three political parties with switching rates

    .7 .15 .15 .8 .2 .2 .4 .3 .3 is that say matrix A?
  11. J

    Diagonalizability of 3x3 Matrices with 3 Distinct Eigenvalues

    well since its a 3x3 matrix, the most eigenvalues it could have is 3? so since there is 3 unique eigenvalues, then it is definitely diagonalizable?
  12. J

    Transition matrix for three political parties with switching rates

    In a certain country, there are three political parties: The conservative Butter-side-up party (the Uppers), the radical Butter-side-down party (the Downers), and the progressive Pitapocket party (the Pocketeers). Recent polls show that each year, 70% of Uppers remain Uppers, 80% of Downers...
  13. J

    Diagonalizability of 3x3 Matrices with 3 Distinct Eigenvalues

    Homework Statement quick question, if there is a 3x3 matrix which has exactly 3 distinct eigenvalues why must it be diagonalizable? Homework Equations The Attempt at a Solution
  14. J

    Midpoint rule approximation for integral of √(x²+1) from 2 to 14 with n=6

    Homework Statement Integral Upper Limit 14, Lower Limit 2, [squareroot(x^2+1)]dx ; n=6 Homework Equations The Attempt at a Solution Midpoints : 3,5,7,9,11,13 width of subintervals: (14-2)/6=2 2([squareroot(3^2+1)]+[squareroot(5^2+1)] ... is that on the right track?