Log in to edit a copy.
Download.
Other published documents...
Ch-3.3-ex-5-New-허재석
2291 days ago by matrix
A=matrix(QQ, 2, 2, [2, 5, -3, 1]) I=identity_matrix(2) Aug=A.augment(I).echelon_form() # augmented matrix [A : I] echelon_form show(Aug)