answered 8 years ago
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