Differences between revisions 2 and 3
Revision 2 as of 2010-12-15 12:26:25
Size: 590
Editor: 172
Comment:
Revision 3 as of 2010-12-16 07:29:33
Size: 640
Editor: punchagan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from SageDays/Kreyszig-2.1-2
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

# page 66 EXAMPLE 2
reset()
def solve(y):
    return diff(diff(y)) + y
print solve(1 + cos(x))
print solve(1 + sin(x))
print solve(2*(1 + cos(x)))
print solve((1 + cos(x))+(1 + sin(x)))

  • Solution by:

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

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

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

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

Kreyszig-2.1-2 (last edited 2010-12-16 07:29:33 by punchagan)