Skip to main content

This is the free, open-source, open-access textbook that I have been working on for Math 244. It is based on Notes on Diffy Qs, a text by Jiri Lebl, but with adjustments made to better fit the version of a differential equations course that we run at Rutgers. The main adjustments and improvements to the text are:

  • Addition of an appendix on MATLAB, providing an introduction to the basic syntax of coding and the code provided with the course,
  • Addition of a section on Mathematical Modeling, including information on parameter estimation and bifurcations for autonomous equations,
  • Rearrangement of topics in certain sections, including adding a section on Eigenvalues to the Linear Algebra chapter,
  • Snippets of MATLAB code illustrating several concepts, and
  • Addition of many more exercises throughout the text.

As of now, the topics in the textbook are:

  • First Order Equations
  • Second Order Equations
  • Linear Algebra
  • Linear Systems of Differential Equations
  • Non-Linear Systems of Differential Equations

The additional topics from Notes on Diffy Qs are generally covered in our Math 421 class, and may be included in the book in future editions. This version of the text also has answers to all of the textbook exercises.

The current version of the textbook (version 0.99) can be found here. A github repository for the code is available here. Let me know if there are any issues with this or there are other comments.