You are here

Exploration of Special Matrices

Introduces five series of matrices (with MATLAB code to generate them) and asks students to find out everything they can about them (determinant, eigenvalues, eigenvectors) and prove the results. Solutions available to instructors on request.

Identifier: 
http://www.math.wayne.edu/~drucker/MAALinAlgResources/special%20matrices%20project.pdf
Rating: 
Average: 4 (2 votes)
Creator(s): 
Daniel Drucker
Cataloger: 
Jeff Holt
Publisher: 
Wayne State University website
Rights: 
Daniel Drucker

Comments

Anonymous's picture

This one-page document introduces five general \(n\times n\) matrices, and asks students to find general formulas for the determinant, eigenvalues, and eigenvectors for each. The matrices are the "checkerboard" (alternating zeroes and ones), "cyclic" (ones on diagonal above main diagonal and in lower left, zeroes elsewhere), "letter N" (ones in the left and right columns and on main diagonal), "letter X" (ones on the main diagonal and antidiagonal, zeroes elsewhere), and "Hankel consecutive integers" (row \(j\) has entries \(j\), \(j+1\), ..., \(j+n-1\)). MATLAB code to produce each matrix is included. Students are asked to generate examples, form conjectures for the general form of the determinant, eigenvalues, and eigenvectors, and then prove their conjectures. Professors may request solutions from the author.

Anonymous's picture

Great set of exercises to get students thinking about clever ways to compute determinants, eigenvalues, etc.