Processing math: 100%
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