Artifact 9ab6dc4c0eba95847d074d20bcf71b580ec1d66f0cdf5adeed6336d6f4f5026f:
- File src/integral.txt — part of check-in [5ce5316a33] at 2021-03-01 07:23:02 on branch trunk — Scripts by Dieter (Olli) Egger (November 30th 2019) (user: jeff@gridfinity.com, size: 180) [annotate] [blame] [check-ins using] [more...]
y:=e^(-x)*sin (x); int (y, x, 0, infinity); int (e^(-x)*sin (x), x, 0, infinity); y; df (y, x); int (y, x); g:=ws; gup:=limit (g, x, infinity); glw:=sub (x=0, g); f:=gup-glw; end;