Log in to edit a copy.
Download.
Other published documents...
(다른교재)-exam-7-9-12-New-허재석
2235 days ago by matrix
V=matrix(2,2,[1, 1, 3, 4]) a=vector([1, 2]) b=vector([2, 3]) print V.augment(a).augment(b).rref()
[ 1 0 2 5] [ 0 1 -1 -3]
[ 1 0 2 5] [ 0 1 -1 -3]