Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Alternately, you could make the matrix and Sage will "guess" the answer. See here:

L = [[sqrt(2),3],[4,log(2)]]
M = matrix(L)
M