6.10. Introduction to Implicit Methods and Stiff Equations#
References:
Section 6.6 Implicit Methods and Stiff Equations in [Sauer, 2022].
Section 5.11 Stiff Equations in [Burden et al., 2016].
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 …