Page 1 sur 1

int(1+cos(x/2),x,-2*pi,2*pi)

Publié : ven. mars 05, 2010 3:16 pm
par alb
Ou bien je vois double, ou bien il y a un bug...
int(1+cos(x/2),x,-2*pi,2*pi) retourne
8*pi
et le commentaire
Searching int of (x^2+2*x+1)/(2*x^2) where x is on the unit circle, using residues

Re: int(1+cos(x/2),x,-2*pi,2*pi)

Publié : ven. mars 05, 2010 5:50 pm
par parisse
merci pour l'info, je corrige ca la semaine prochaine.

Code : Tout sélectionner

diff intgab.cc intgab.cc~
841c841
<           res = normal(periode*cst_two_pi/alpha*cst_i,contextptr)*somme_residues;
---
>           res = normal((b-a)/alpha*cst_i,contextptr)*somme_residues;