- Construct two symmetric 2x2 matrices A and B. Hint: a symmetric matrix can be constructed easily from a square matrix as Asym = A + A^T
- Calculate the matrix product C = A * B using
numpy.dot()
. - Calculate the eigenvalues of matrix C with
numpy.linalg.eigvals()
.
Files
This branch is 16 commits ahead of, 19 commits behind csc-training/hpc-python:master.
linear-algebra
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||