# 
> y:=C[1]*cosh((C[2]+x)/C[1]);  

                                      C[2] + x
                       y := C[1] cosh(--------)
                                        C[1]

# Annahme: C1=1, C2=0, a=0, ya=1, b=1, yb(1)=1.543; damit ergibt sich
# folgende Darstellung:
> plot(cosh(x),x=0..1); 

# 
> 
> 
