Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 521 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 521 Bytes

MATH 307 Applied Linear Algebra

Learning Goals

  • Summarize properties and constructions of matrix decompositions LU, QR and SVD
  • Perform matrix computations using mathematical software Python, SciPy and Jupyter
  • Compute solutions of linear systems of equations using matrix decompositions
  • Compute least squares approximations of linear systems of equations using matrix decompositions
  • Approximate eigenvalues of matrices using iterative methods
  • Analyze digital signals using the discrete Fourier transform