Implementing TRBDF2 for a Python-based circuit simulator

Masterarbeit, Bachelorarbeit

TRBDF2 (Trapezoidal Rule with Backward Differentiation Formula 2) is one of the standard time integration schemes for circuit simulation. The goal of the thesis is to implement the method, while conforming to the interface specified by the scipy.integrate package. Depending on progress, more recent extensions regarding adaptive time stepping from may also be investigated and implemented.