Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-12-15 12:56:32
Size: 669
Editor: 172
Comment:
Revision 3 as of 2010-12-16 07:23:35
Size: 713
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-chapter-1, page 49, section 1.8, example 1-S
Line 21: Line 22:
   * <Your Name>, <Profession>, <Organization>
   * <Your Name>, <Profession>, <Organization>
   * <Amit Tewari>, <Student>, <IIT Roorkee>
   
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

automatic_names(True)
reset()
#Since the problem needs the use of human inputs to solve the equation(given in the original question) to the point where it is convertible into a valid and solv-able d.e. Therefore the computing steps need to start from the set of instructions as 
below:
y = function('y', x) 
D = diff(y , x) + (x/(2*y)) == 0 
desolve(D, [y,x] )

  • Solution by:

    • <Amit Tewari>, <Student>, <IIT Roorkee>

Kreyszig-1.8-1 (last edited 2010-12-16 07:23:35 by punchagan)