Differences between revisions 1 and 2
Revision 1 as of 2010-12-15 13:06:07
Size: 609
Editor: 172
Comment:
Revision 2 as of 2010-12-16 07:21:58
Size: 661
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-7-S
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

automatic_names("True")
y=b*e**x+c*e**(-x)
singlef=diff(y,x)
doublef=diff(y,x,2)
p=(-1)/x
q=integrate(-p)
U=e**q/x**2
Q1=integrate(U)
y2=x*Q1
y2

  • Solution by:

    • Pooja Kalra, Student, Malwa Institute of Technology
    • Vignesh Ganapathiraman, Student, Chennai Mathematical Institute
    • T R Shyam Sundar, Student, Chennai Mathematical Institute
    • Sonam Kumar, Student, Chennai Mathematical Institute

Kreyszig-2.1-7 (last edited 2010-12-17 06:42:49 by trss)