hi
i have the following function
f[1](x):=_C2 (e)^x-_C1 (e)^(-x)+1/2 x (e)^(-x) h1+1/2 (e)^(-x) h1+_C3
with thease boundary conditions: f[1](x))=0,diff(f[1](x),x))=1,diff(f[1](x),x),x=infinity)
i want to find cinstants C1,C2,C3 where h1 is arbitrary parametr.
i write the following code but its doesnt work correctly
s1:=simplify(subs(x=0,f[1](x))=0);
s2:=simplify(subs(x=0,diff(f[1](x),x))=1);