MAT 240: Linear Algebra with Python

Class Program
Credits 4

Linear algebra is a branch of mathematics dedicated to solving systems of linear equations using matrices. There are broad applications of linear algebra in the natural and social sciences, business, economics, and engineering, wherein problems routinely involve multiple variables. In this course, we consider real world linear algebra problems and learn how to solve them using the tools of Python programming. Topics include matrix operations, linear dependence and independence, determinants, eigenvectors and eigenvalues, symmetry, and transformations. No prior programming experience is required.