Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 12:38:53
Size: 560
Editor: vignesh117
Comment:
Revision 2 as of 2010-12-16 07:52:05
Size: 612
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-1-S
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

f = e**(-x)
doublef = diff(f,x,2)
func = (-3)*e**x+(2/5)*e**(-x)
doublefunc = diff(func,x,2)
doublefunc - func

  • 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-1 (last edited 2010-12-17 06:38:25 by trss)