Matrix over SR, reduced row echelon form

22 views
Skip to first unread message

Jori Mäntysalo

unread,
Apr 28, 2016, 10:59:05 AM4/28/16
to sage-s...@googlegroups.com
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

William Stein

unread,
Apr 28, 2016, 11:05:35 AM4/28/16
to sage-s...@googlegroups.com


On Wednesday, April 27, 2016, Jori Mäntysalo <Jori.Ma...@uta.fi> wrote:
What is the logic behind this:

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

-->

[1 0]
[0 1]

?

What's the logic against it?

 

--
Jori Mäntysalo


--
Sent from my massive iPhone 6 plus.
Reply all
Reply to author
Forward
0 new messages