Artifact f1283d1b2c0a181fb4bd5606d431763bec7ba78a89683417f941c207b8479dc7:
- File src/partialFraction.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: 146) [annotate] [blame] [check-ins using] [more...]
% partial fractions b:=(x+1)^2*(x+2); a:=2/b; pf (a, x); c:=ws; first (c)+second (c)+third (c); off exp; ws; first (c)+second (c)+third (c); end;