Processing math: 100%

« Previous
Next »

Implementations of variable coefficients; functions

Plain functions:

def a(t):
    return a_0 if t < tp else k*a_0

def b(t):
    return 1

« Previous
Next »