Ask Your Question

Revision history [back]

click to hide/show revision 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()