Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 12:40:01
Size: 589
Editor: vignesh117
Comment:
Revision 2 as of 2010-12-16 07:52:29
Size: 641
Editor: punchagan
Comment: Wrong template used
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from SageDays/Kreyszig-2.1-4-S
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

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)

  • Solution by:

    • <Vignesh Ganapathiraman>, <Student> <CMI>

    • <Pooja Kalra>, <Student>, <Malwa Institute of Technology>

    • <T R Shyam Sundar>, <Student>, <CMI>

    • <Sonam Kumar>, <Student>, <CMI>

    • <Your Name>, <Profession>, <Organization>

Kreyszig-2.1-4 (last edited 2010-12-17 06:24:12 by trss)