The following code:
var('d,T')
simplify((d^(T + 1)-d)/d)
returns:
(d^(T + 1) - d)/d
Apparently, this should be simplified to:
d^T - 1
What am I doing wrong?
| 1 | initial version |
The following code:
var('d,T')
simplify((d^(T + 1)-d)/d)
returns:
(d^(T + 1) - d)/d
Apparently, this should be simplified to:
d^T - 1
What am I doing wrong?
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.