Math 218: Matrices and Vectors

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

PLEASE FILL OUT YOUR COURSE EVALUATIONS

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.