Math 218: Matrices and Vectors

Welcome! You have found the homepage of the Fall 2023 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.