|
⇤ ← Revision 1 as of 2010-12-18 09:34:52
Size: 388
Comment:
|
← Revision 2 as of 2010-12-18 09:43:50 ⇥
Size: 284
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| automatic_names(True); y=(2*x**4-14*x**3+51*x**2-89*x-82)/((x-1)*(x*x-4*x+5)^2) z=y.partial_fraction() show(y) z.integral(x) |
y=(4*x**2+36*x**4)**0.5 y.integral(x,0,1)+y.integral(x,-1,0) |
| Line 19: | Line 16: |
| * Chandrahas, student,iit madras |
Book
Calculus of One Variable
Author
Keith E. Hirst
Edition
y=(4*x**2+36*x**4)**0.5 y.integral(x,0,1)+y.integral(x,-1,0)
Solution by:
- Chandrahas, student,iit madras
