| 1 | initial version |
A version with 15 characters
sage: (SR**10).zero()
(0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
that could even be shorten to 10
sage: (SR**10)()
(0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
| 2 | No.2 Revision |
A version with 15 14 characters
sage: (SR**10).zero()
(SR^10).zero()
(0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
that could even be shorten to 109
sage: (SR**10)()
(SR^10)()
(0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
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.