6.11. Introduction to Implicit Methods and Stiff Equations — Future Topic#
Last revised on October 23, 2025
References:
[Sullivan, 2021] Section 5.3, The Backwards Euler Method
[Sauer, 2022] Section 6.6, Implicit Methods and Stiff Equations.
[Burden et al., 2016] Section 5.11, Stiff Differential Equations.
[Chasnov, 2012] Section 7.2.1, Euler method.
[Kincaid and Chenney, 1990] Section 8.12, Stiff Equations.
MIT Open Courseware notes on backwards differentiation methods
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