Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 11:33:58
Size: 451
Editor: 172
Comment:
Revision 2 as of 2010-12-17 11:51:33
Size: 447
Editor: 172
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
   * <Dr. A. W. Pangantiwar>, <Associate Professor in Physics>, <Govt. College of Engineering, KARAD - 415124. Dist. Satara> *<Dr. A. W. Pangantiwar>, <Associate Professor in Physics>, <Govt. College of Engineering, KARAD - 415124. Dist. Satara>
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

# Sec. 17.2, Example 5

x = 1
for i in range(10):
    y = (2*x*x*x + 1) / (3*x*x + 1)
    print float(y)
    x = y

  • Solution by:

*<Dr. A. W. Pangantiwar>, <Associate Professor in Physics>, <Govt. College of Engineering, KARAD - 415124. Dist. Satara>

Kreyszig-17.2-5 (last edited 2010-12-17 11:51:33 by 172)