File: sumcon.dem

package info (click to toggle)
maxima-sage 5.35.1-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 122,824 kB
  • sloc: lisp: 337,392; fortran: 14,666; perl: 14,351; tcl: 11,056; sh: 4,532; makefile: 1,409; ansic: 471; awk: 24; sed: 10
file content (16 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
gensumindex:0$
y:sum(a[i]*x^i,i,0,inf);
y1:diff(y,x);
y2:diff(y1,x);
(x^2+1)*y2+3*x*y1+2*y;
expand(%);
factor(%);
intosum(%)$
bashindices(%);
changevar(%,(j4-2)-j,j,j4);
niceindices(%);
sumcontract(%);
factor(%);
part(%,1);
%/x^i=0;
solve(%,a[i+2]);