What is the logic behind this:

var('a b c d')
M = Matrix(SR, [[a, b], [c, d]])
M.rref()

-->

[1 0]
[0 1]

?

--
Jori Mäntysalo

Reply via email to