like this
sage: matrix(GF(2**8), [1, 2, 3, 4])
[1 0 1 0]
I just want do some matrix calculate mod 256, can any help me, please?
|   | 1 |  initial version  | 
like this
sage: matrix(GF(2**8), [1, 2, 3, 4])
[1 0 1 0]
I just want do some matrix calculate mod 256, can any help me, please?
 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.
 
                
                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.