| > | Exercice 17 |
| > | Int((4*t^2-5*t+2)*exp(-t),t)=int((4*t^2-5*t+2)*exp(-t),t); |
| > | Int(exp(t)*cos(4*t),t)=int(exp(t)*cos(4*t),t); |
| > | Int((t^3-t^2+2*t-3)*sin(t),t)=int((t^3-t^2+2*t-3)*sin(t),t); |
| > | Int(t^3*sin(t),t)=int(t^3*sin(t),t); |
| > | Int(t^3*cos(t),t)=int(t^3*cos(t),t); |
| > |
| > |
| > |
| > | Exercice 18 |
| > | Int(1/(a^2-t^2),t)=int(1/(a^2-t^2),t); |
| > |
| > | Int(1/sqrt(a^2-t^2),t)=int(1/sqrt(a^2-t^2),t); |
| > |
| > | Int(1/sqrt(a^2+t^2),t)=int(1/sqrt(a^2+t^2),t); |
| > | Int(1/sqrt(t^2-a^2),t)=int(1/sqrt(t^2-a^2),t); |
| > |
| > |
| > |
| > | Exercice 19 |
| > | Int(1/sqrt(2*t^2-t-5),t)=int(1/sqrt(2*t^2-t-5),t); |
| > | Int(1/((1+t^2)*sqrt(1-t^2)),t=0..sqrt(2)/2)=int(1/((1+t^2)*sqrt(1-t^2)),t=0..sqrt(2)/2); |
| > |
| > |
| > | Exercice 20 |
| > | Int(1/sin(t),t)=int(1/sin(t),t); |
| > |