Log in to edit a copy.
Download.
Other published documents...
Ch-2-Prob-1-Revised-황성빈
2281 days ago by matrix
A=matrix(3, 3, [1, 7, -2016, 1, -2, 3, 1, 1, 1]) b=matrix(3, 1, [1, 17, 9]) print A.augment(b)
[ 1 7 -2016 1] [ 1 -2 3 17] [ 1 1 1 9]
[ 1 7 -2016 1] [ 1 -2 3 17] [ 1 1 1 9]