40 Problem class 3: BVPs
This problem class will involve the completion of the ODE studied in asymptotic approximations III. We will then study the boundary-value problem which forms part of the third problem set, namely: \[ \begin{gathered} \epsilon T'' + 2T' + T = 0, \\ T(0) = 0 \quad \text{and} \quad T(1) = 1. \end{gathered} \] During the problem class, you will study both the solution of the above problem using stock routines in Python, and also in coding your own routine. The analysis of the above problem using asymptotics was done in Lecture 8.