| 1 | initial version |
For example
var('k x')
giac('normal(sum((1+(-1)^k)*x^k,k,0,inf))').sage()
-2/(x^2 - 1)
| 2 | No.2 Revision |
For example
var('k x')
giac('normal(sum((1+(-1)^k)*x^k,k,0,inf))').sage()
-2/(x^2 - 1)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.