Maxima by Example, Chapter 5: Matrix Solution Methods

Ted Woollett



Chapter 5 shows the use of Maxima matrices for the solution of eigenvalue and eigenvector problems, and the analytic matrix solution of sets of first order ordinary differential equation initial value problems.

This chapter leans heavily on the approach to matrix use found in the Schaum's Outlines text: Matrix Operations, 2nd ed., by Richard Bronson.

  1. --mbe5matrix.pdf : Mar. 30, 2016, Maxima 5.36.1, 95 pages
  2. --mbe5matrix.tex : Mar. 30, 2016, Latex code file
  3. --mbe5.mac : Maxima matrix functions code: Mar. 30, 2016, Maxima 5.36.1

Chapter 5 Topics

  1. Introduction and Quick Start with Maxima Matrices
  2. Generalized Eigenvectors
  3. Jordan Chains, Canonical Basis
  4. The Jordan Canonical Form
  5. The Cayley-Hamilton Theorem
  6. Functions f(A) of a matrix A
  7. The Matrix e^(A t), given the matrix A
  8. Analytic solutions of the matrix equation: du/dt = A u(t) for A = a const. matrix and u(0) a given column vector