sage: D = Distributions(0,11,5,base=Qp(11))
sage: mu = D([0,0])
sage: mu
11^2 * ()
sage: mu.is_zero()
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (1926, 0))
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (1300, 0))
sage: D = Distributions(0,11,5,base=Qp(11)) sage: mu = D([0,0]) sage: mu 11^2 * () sage: mu.is_zero() ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (1926, 0))
ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (1300, 0))
IndexError Traceback (most recent call last)