Differences between revisions 1 and 2
Revision 1 as of 2010-08-12 09:26:37
Size: 476
Editor: jaimin
Comment:
Revision 2 as of 2010-08-12 09:26:47
Size: 459
Editor: jaimin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
integral(1/sqrt(2*t^4 - 3*t^2 - 2), t, 2, 3) maple can do this integral(1/sqrt(2*t^4 - 3*t^2 - 2), t, 2, 3)
  • Book

    Advanced Engineering Mathematics

    Author

    Erwin Kreyszig

    Edition

    8th Edition

def : var(y)
integral(1/sqrt(2*t^4 - 3*t^2 - 2), t, 2, 3)      
integrate(1/sqrt(2*t^4 - 3*t^2 - 2), t, 2, 3)
 integral(integral(x*y^2, x, 0, y), y, -2, 2)

  • Solution by:

    • <jaimin patel>, <student>, <Organization>

    • <Your Name>, <Profession>, <Organization>

SageDays/Kreyszig-cal7 (last edited 2010-08-12 09:26:47 by jaimin)