home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / l / linalg.zip / HW11.HW < prev    next >
Text File  |  1989-05-26  |  999b  |  18 lines

  1. Homework #11
  2.  
  3. Create matrices J2, J3, ..., J5 that are 2x2, 3x3, ..., 5x5,
  4. with every entry being  1  in each matrix.  For example
  5.  
  6.             ┌      ┐
  7.        J2 = │ 1  1 │ .
  8.             │ 1  1 │
  9.             └      ┘
  10.  
  11. Choose EIGENVALUES under MATRIX OPERATIONS in LINALG, then choose CHARACTERISTIC POLYNOMIAL and find the characteristic polynomial of each matrix.  Use it to determine the eigenvalues.
  12.  
  13. Then, for each eigenvalue, use the procedure on p. 253 of the text to find a set of independent eigenvectors by choosing LINEAR EQUATIONS, then SOLVE.  (You will first have to form the coefficient matrix, then augment it with a column of 0's.)  Use your independent eigenvectors to form a matrix P as on p. 258 of the text (for J2 form P2, etc.).
  14.  
  15. Choose OTHER OPERATIONS, then SIMILARITY TRANSFORMATION, and obtain the similarity transform of J2 by P2, J3 by P3, etc.
  16.  
  17. Based on the information gathered make an educated guess about the nxn matrix Jn and its eigenvalues, etc.
  18.