First time here? Check out the FAQ!
answered 2017-04-24 17:49:46 +0100
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