Math 218: Matrices and Vector Spaces

Welcome! You have found the homepage of the Fall 2021 manifestation of Math 218.

Matrix Exponentials

Sage can calculate matrix exponentials with the syntax exp(A).

By declaring a variable t and an initial vector u0, we can find the unique solution to u'=Au with initial condition u(0)=u0 with exp(A*t)*u0.