| 1 | initial version |
I just tried this more or less from the documentation and it worked on the cell server.
@interact
def _(m = input_grid(2,2, default = [[1,7],[3,4]], label='M=', to_value=matrix)):
print m
print m.eigenvalues()
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.