## page was renamed from SageDays/Kreyszig-2.1-4-S ||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || /* code_begins */ {{{ automatic_names("True") f = c*(e**x)-b*(e**(-x)) ysingle = diff(f,x,1) ysing=ysingle.subs(x=0) y = f.subs(x=0) solve([y==-2,ysing==4],b,c) }}} /* code_ends */ * '''Solution by''': * Vignesh Ganapathiraman, Student, CMI * Pooja Kalra, Student, Malwa Institute of Technology * T R Shyam Sundar, Student, CMI * Sonam Kumar, Student, CMI