Well, I would like to know the code of my function (named "closedForm"), and I get the ugly output below. Is it possible to simply spell out the C_i, C_j on the third line without the extra things that were defined inside my function that defined the new function closedForm?
i15 : code (closedForm)
o15 = myFileName:151:15-153:97: --source code:
closedForm = (n) -> (
R := QQ[n];
return sum apply (k+1, i -> C_i*n^i) + sum apply(l, i -> (j = i + k+1; C_j*n^i*(-1)^n)););
| symbol class value location of symbol
| ------ ----- ----- ------------------
| A Matrix | 1 0 0 0 0 0 0 | myFileName:140:2-140:3
| | 1 1 1 1 1 1 1 |
| | 1 2 4 8 16 32 64 |
| ................................
| B Matrix | 1 0 | myFileName:141:2-141:3
| | -1 -1 |
| | 1 2 |
| .........
| 5 19 17 5 31 1 1 5 1
| C List {- ---, - ---, ----, --, ----, ---, ----, ---, ---} myFileName:148:2-148:3
| 256 384 1440 96 1152 192 2880 256 128
| L List {2, 4} myFileName:138:19-138:20
| k ZZ 6 myFileName:138:17-138:18
| o ZZ 1 myFileName:138:21-138:22
| AM Matrix | 1 0 0 0 0 0 0 1 0 0 | myFileName:146:2-146:4
| | 1 1 1 1 1 1 1 -1 -1 0 |
| | 1 2 4 8 16 32 64 1 2 1 |
| ..........................................
| BM Matrix | 1 0 0 0 0 0 0 0 0 -5/256 | myFileName:147:2-147:4
| | 0 1 0 0 0 0 0 0 0 -19/384 |
| | 0 0 1 0 0 0 0 0 0 17/1440 |
| .............................