6.10. Introduction to Implicit Methods and Stiff Equations#

References:

  • Section 6.6, Implicit Methods and Stiff Equations in [Sau22].

  • Section 5.11, Stiff Equations in [BFB16].

  • Section 7.5, Adams-Bashforth-Moulton Methods in [BFB16].

import numpy as np
from matplotlib import pyplot as plt
# Shortcuts for some favorite commands:
from matplotlib.pyplot import figure, plot, grid, title, xlabel, ylabel, legend

6.10.1. Introduction#

Coming soon …