The following is deliberately not exactly what you asked for, but illustrates the techniques you would use.
a_0 = Q(round(rand,2))
a_0 =

a_1 = Q(round(rand,2))
a_1 =

c_1 = Q(round(rand,2))
c_1 =

c_2 = Q(round(rand,2))
c_2 =

●
c_3 = Q(round(rand,2))
c_3 =

c_4 = Q(round(rand,2))
c_4 =

mu = Q(round(rand,2))
mu =

num1 = cosh((sqrt(lambda^2 + 3*mu)/2) * x);
num2 = sinh((sqrt(lambda^2 - 2*mu)/2) * x);
phi(x) = a_0 + a_1 * (c_1 * num1 + c_2 * num2) / (c_3 * den1 + c_4*den2)
phi(x) =
